Interface ImportEntityTypesRequestOrBuilder (0.52.0)

public interface ImportEntityTypesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityTypesCase()

public abstract ImportEntityTypesRequest.EntityTypesCase getEntityTypesCase()
Returns
TypeDescription
ImportEntityTypesRequest.EntityTypesCase

getEntityTypesContent()

public abstract InlineSource getEntityTypesContent()

Uncompressed byte content of entity types.

.google.cloud.dialogflow.cx.v3beta1.InlineSource entity_types_content = 3;

Returns
TypeDescription
InlineSource

The entityTypesContent.

getEntityTypesContentOrBuilder()

public abstract InlineSourceOrBuilder getEntityTypesContentOrBuilder()

Uncompressed byte content of entity types.

.google.cloud.dialogflow.cx.v3beta1.InlineSource entity_types_content = 3;

Returns
TypeDescription
InlineSourceOrBuilder

getEntityTypesUri()

public abstract String getEntityTypesUri()

The Google Cloud Storage 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.

string entity_types_uri = 2;

Returns
TypeDescription
String

The entityTypesUri.

getEntityTypesUriBytes()

public abstract ByteString getEntityTypesUriBytes()

The Google Cloud Storage 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.

string entity_types_uri = 2;

Returns
TypeDescription
ByteString

The bytes for entityTypesUri.

getMergeOption()

public abstract ImportEntityTypesRequest.MergeOption getMergeOption()

Required. Merge option for importing entity types.

.google.cloud.dialogflow.cx.v3beta1.ImportEntityTypesRequest.MergeOption merge_option = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ImportEntityTypesRequest.MergeOption

The mergeOption.

getMergeOptionValue()

public abstract int getMergeOptionValue()

Required. Merge option for importing entity types.

.google.cloud.dialogflow.cx.v3beta1.ImportEntityTypesRequest.MergeOption merge_option = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for mergeOption.

getParent()

public abstract String getParent()

Required. The agent to import the entity types into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The agent to import the entity types into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getTargetEntityType()

public abstract String getTargetEntityType()

Optional. The target entity type to import into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>. If set, there should be only one entity type included in entity_types, of which the type should match the type of the target entity type. All 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) = { ... }

Returns
TypeDescription
String

The targetEntityType.

getTargetEntityTypeBytes()

public abstract ByteString getTargetEntityTypeBytes()

Optional. The target entity type to import into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>. If set, there should be only one entity type included in entity_types, of which the type should match the type of the target entity type. All 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for targetEntityType.

hasEntityTypesContent()

public abstract boolean hasEntityTypesContent()

Uncompressed byte content of entity types.

.google.cloud.dialogflow.cx.v3beta1.InlineSource entity_types_content = 3;

Returns
TypeDescription
boolean

Whether the entityTypesContent field is set.

hasEntityTypesUri()

public abstract boolean hasEntityTypesUri()

The Google Cloud Storage 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.

string entity_types_uri = 2;

Returns
TypeDescription
boolean

Whether the entityTypesUri field is set.