public interface ImportEntityTypesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportEntityTypesRequest.EntityTypesCase |
getEntityTypesCase() |
InlineSource |
getEntityTypesContent()
Uncompressed byte content of entity types.
|
InlineSourceOrBuilder |
getEntityTypesContentOrBuilder()
Uncompressed byte content of entity types.
|
String |
getEntityTypesUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import entity types from.
|
com.google.protobuf.ByteString |
getEntityTypesUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import entity types from.
|
ImportEntityTypesRequest.MergeOption |
getMergeOption()
Required.
|
int |
getMergeOptionValue()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getTargetEntityType()
Optional.
|
com.google.protobuf.ByteString |
getTargetEntityTypeBytes()
Optional.
|
boolean |
hasEntityTypesContent()
Uncompressed byte content of entity types.
|
boolean |
hasEntityTypesUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import entity types from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The agent to import the entity types into. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The agent to import the entity types into. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasEntityTypesUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import entity types from. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string entity_types_uri = 2;String getEntityTypesUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import entity types from. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string entity_types_uri = 2;com.google.protobuf.ByteString getEntityTypesUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import entity types from. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string entity_types_uri = 2;boolean hasEntityTypesContent()
Uncompressed byte content of entity types.
.google.cloud.dialogflow.cx.v3.InlineSource entity_types_content = 3;InlineSource getEntityTypesContent()
Uncompressed byte content of entity types.
.google.cloud.dialogflow.cx.v3.InlineSource entity_types_content = 3;InlineSourceOrBuilder getEntityTypesContentOrBuilder()
Uncompressed byte content of entity types.
.google.cloud.dialogflow.cx.v3.InlineSource entity_types_content = 3;int getMergeOptionValue()
Required. Merge option for importing entity types.
.google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.MergeOption merge_option = 4 [(.google.api.field_behavior) = REQUIRED];
ImportEntityTypesRequest.MergeOption getMergeOption()
Required. Merge option for importing entity types.
.google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.MergeOption merge_option = 4 [(.google.api.field_behavior) = REQUIRED];
String getTargetEntityType()
Optional. The target entity type to import into. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>`. If set, there should be only one entity type included in [entity_types][google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types], of which the type should match the type of the target entity type. All [entities][google.cloud.dialogflow.cx.v3.EntityType.entities] in the imported entity type will be added to the target entity type.
string target_entity_type = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getTargetEntityTypeBytes()
Optional. The target entity type to import into. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>`. If set, there should be only one entity type included in [entity_types][google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types], of which the type should match the type of the target entity type. All [entities][google.cloud.dialogflow.cx.v3.EntityType.entities] in the imported entity type will be added to the target entity type.
string target_entity_type = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
ImportEntityTypesRequest.EntityTypesCase getEntityTypesCase()
Copyright © 2025 Google LLC. All rights reserved.