public interface CreateControlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Control |
getControl()
Required.
|
String |
getControlId()
Required.
|
com.google.protobuf.ByteString |
getControlIdBytes()
Required.
|
ControlOrBuilder |
getControlOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasControl()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Full resource name of parent data store. Format:
`projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`
or
`projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Full resource name of parent data store. Format:
`projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`
or
`projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasControl()
Required. The Control to create.
.google.cloud.discoveryengine.v1beta.Control control = 2 [(.google.api.field_behavior) = REQUIRED];
Control getControl()
Required. The Control to create.
.google.cloud.discoveryengine.v1beta.Control control = 2 [(.google.api.field_behavior) = REQUIRED];
ControlOrBuilder getControlOrBuilder()
Required. The Control to create.
.google.cloud.discoveryengine.v1beta.Control control = 2 [(.google.api.field_behavior) = REQUIRED];
String getControlId()
Required. The ID to use for the Control, which will become the final component of the Control's resource name. This value must be within 1-63 characters. Valid characters are /[a-z][0-9]-_/.
string control_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getControlIdBytes()
Required. The ID to use for the Control, which will become the final component of the Control's resource name. This value must be within 1-63 characters. Valid characters are /[a-z][0-9]-_/.
string control_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.