public interface ImportEntityTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportEntityTypesResponse.ConflictingResources |
getConflictingResources()
Info which resources have conflicts when
[REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option
is set in ImportEntityTypesRequest.
|
ImportEntityTypesResponse.ConflictingResourcesOrBuilder |
getConflictingResourcesOrBuilder()
Info which resources have conflicts when
[REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option
is set in ImportEntityTypesRequest.
|
String |
getEntityTypes(int index)
The unique identifier of the imported entity types.
|
com.google.protobuf.ByteString |
getEntityTypesBytes(int index)
The unique identifier of the imported entity types.
|
int |
getEntityTypesCount()
The unique identifier of the imported entity types.
|
List<String> |
getEntityTypesList()
The unique identifier of the imported entity types.
|
boolean |
hasConflictingResources()
Info which resources have conflicts when
[REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option
is set in ImportEntityTypesRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getEntityTypesList()
The unique identifier of the imported entity types. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>`.
repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }int getEntityTypesCount()
The unique identifier of the imported entity types. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>`.
repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }String getEntityTypes(int index)
The unique identifier of the imported entity types. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>`.
repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getEntityTypesBytes(int index)
The unique identifier of the imported entity types. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>`.
repeated string entity_types = 1 [(.google.api.resource_reference) = { ... }index - The index of the value to return.boolean hasConflictingResources()
Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.
.google.cloud.dialogflow.cx.v3.ImportEntityTypesResponse.ConflictingResources conflicting_resources = 2;
ImportEntityTypesResponse.ConflictingResources getConflictingResources()
Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.
.google.cloud.dialogflow.cx.v3.ImportEntityTypesResponse.ConflictingResources conflicting_resources = 2;
ImportEntityTypesResponse.ConflictingResourcesOrBuilder getConflictingResourcesOrBuilder()
Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.
.google.cloud.dialogflow.cx.v3.ImportEntityTypesResponse.ConflictingResources conflicting_resources = 2;
Copyright © 2025 Google LLC. All rights reserved.