public interface ExportEntityTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InlineDestination |
getEntityTypesContent()
Uncompressed byte content for entity types.
|
InlineDestinationOrBuilder |
getEntityTypesContentOrBuilder()
Uncompressed byte content for entity types.
|
String |
getEntityTypesUri()
The URI to a file containing the exported entity types.
|
com.google.protobuf.ByteString |
getEntityTypesUriBytes()
The URI to a file containing the exported entity types.
|
ExportEntityTypesResponse.ExportedEntityTypesCase |
getExportedEntityTypesCase() |
boolean |
hasEntityTypesContent()
Uncompressed byte content for entity types.
|
boolean |
hasEntityTypesUri()
The URI to a file containing the exported entity types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntityTypesUri()
The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in [ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
string entity_types_uri = 1;String getEntityTypesUri()
The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in [ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
string entity_types_uri = 1;com.google.protobuf.ByteString getEntityTypesUriBytes()
The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in [ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
string entity_types_uri = 1;boolean hasEntityTypesContent()
Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in [ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
.google.cloud.dialogflow.cx.v3.InlineDestination entity_types_content = 2;InlineDestination getEntityTypesContent()
Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in [ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
.google.cloud.dialogflow.cx.v3.InlineDestination entity_types_content = 2;InlineDestinationOrBuilder getEntityTypesContentOrBuilder()
Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in [ExportEntityTypesRequest][google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest].
.google.cloud.dialogflow.cx.v3.InlineDestination entity_types_content = 2;ExportEntityTypesResponse.ExportedEntityTypesCase getExportedEntityTypesCase()
Copyright © 2025 Google LLC. All rights reserved.