Interface ImportEntityTypesResponseOrBuilder (0.52.0)

public interface ImportEntityTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConflictingResources()

public abstract ImportEntityTypesResponse.ConflictingResources getConflictingResources()

Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest.

.google.cloud.dialogflow.cx.v3.ImportEntityTypesResponse.ConflictingResources conflicting_resources = 2;

Returns
TypeDescription
ImportEntityTypesResponse.ConflictingResources

The conflictingResources.

getConflictingResourcesOrBuilder()

public abstract ImportEntityTypesResponse.ConflictingResourcesOrBuilder getConflictingResourcesOrBuilder()

Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest.

.google.cloud.dialogflow.cx.v3.ImportEntityTypesResponse.ConflictingResources conflicting_resources = 2;

Returns
TypeDescription
ImportEntityTypesResponse.ConflictingResourcesOrBuilder

getEntityTypes(int index)

public abstract String getEntityTypes(int index)

The unique identifier of the imported entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>.

repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The entityTypes at the given index.

getEntityTypesBytes(int index)

public abstract ByteString getEntityTypesBytes(int index)

The unique identifier of the imported entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>.

repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the entityTypes at the given index.

getEntityTypesCount()

public abstract int getEntityTypesCount()

The unique identifier of the imported entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>.

repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
int

The count of entityTypes.

getEntityTypesList()

public abstract List<String> getEntityTypesList()

The unique identifier of the imported entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>.

repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
List<String>

A list containing the entityTypes.

hasConflictingResources()

public abstract boolean hasConflictingResources()

Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest.

.google.cloud.dialogflow.cx.v3.ImportEntityTypesResponse.ConflictingResources conflicting_resources = 2;

Returns
TypeDescription
boolean

Whether the conflictingResources field is set.