public final class ExportEntityTypesRequest extends com.google.protobuf.GeneratedMessageV3 implements ExportEntityTypesRequestOrBuilder
The request message for [EntityTypes.ExportEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ExportEntityTypes].Protobuf type
google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ExportEntityTypesRequest.Builder
The request message for
[EntityTypes.ExportEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ExportEntityTypes].
|
static class |
ExportEntityTypesRequest.DataFormat
Data format of the exported entity types.
|
static class |
ExportEntityTypesRequest.DestinationCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FORMAT_FIELD_NUMBER |
static int |
ENTITY_TYPES_CONTENT_INLINE_FIELD_NUMBER |
static int |
ENTITY_TYPES_FIELD_NUMBER |
static int |
ENTITY_TYPES_URI_FIELD_NUMBER |
static int |
LANGUAGE_CODE_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ExportEntityTypesRequest.DataFormat |
getDataFormat()
Optional.
|
int |
getDataFormatValue()
Optional.
|
static ExportEntityTypesRequest |
getDefaultInstance() |
ExportEntityTypesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ExportEntityTypesRequest.DestinationCase |
getDestinationCase() |
String |
getEntityTypes(int index)
Required.
|
com.google.protobuf.ByteString |
getEntityTypesBytes(int index)
Required.
|
boolean |
getEntityTypesContentInline()
Optional.
|
int |
getEntityTypesCount()
Required.
|
com.google.protobuf.ProtocolStringList |
getEntityTypesList()
Required.
|
String |
getEntityTypesUri()
Optional.
|
com.google.protobuf.ByteString |
getEntityTypesUriBytes()
Optional.
|
String |
getLanguageCode()
Optional.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.Parser<ExportEntityTypesRequest> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasEntityTypesContentInline()
Optional.
|
boolean |
hasEntityTypesUri()
Optional.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ExportEntityTypesRequest.Builder |
newBuilder() |
static ExportEntityTypesRequest.Builder |
newBuilder(ExportEntityTypesRequest prototype) |
ExportEntityTypesRequest.Builder |
newBuilderForType() |
protected ExportEntityTypesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ExportEntityTypesRequest |
parseDelimitedFrom(InputStream input) |
static ExportEntityTypesRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntityTypesRequest |
parseFrom(byte[] data) |
static ExportEntityTypesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntityTypesRequest |
parseFrom(ByteBuffer data) |
static ExportEntityTypesRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntityTypesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ExportEntityTypesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntityTypesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportEntityTypesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportEntityTypesRequest |
parseFrom(InputStream input) |
static ExportEntityTypesRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ExportEntityTypesRequest> |
parser() |
ExportEntityTypesRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARENT_FIELD_NUMBER
public static final int ENTITY_TYPES_FIELD_NUMBER
public static final int ENTITY_TYPES_URI_FIELD_NUMBER
public static final int ENTITY_TYPES_CONTENT_INLINE_FIELD_NUMBER
public static final int DATA_FORMAT_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ExportEntityTypesRequest.DestinationCase getDestinationCase()
getDestinationCase in interface ExportEntityTypesRequestOrBuilderpublic String getParent()
Required. The name of the parent agent to export entity types. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ExportEntityTypesRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The name of the parent agent to export entity types. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ExportEntityTypesRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getEntityTypesList()
Required. The name of the entity types to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`.
repeated string entity_types = 2 [(.google.api.field_behavior) = REQUIRED];getEntityTypesList in interface ExportEntityTypesRequestOrBuilderpublic int getEntityTypesCount()
Required. The name of the entity types to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`.
repeated string entity_types = 2 [(.google.api.field_behavior) = REQUIRED];getEntityTypesCount in interface ExportEntityTypesRequestOrBuilderpublic String getEntityTypes(int index)
Required. The name of the entity types to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`.
repeated string entity_types = 2 [(.google.api.field_behavior) = REQUIRED];getEntityTypes in interface ExportEntityTypesRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getEntityTypesBytes(int index)
Required. The name of the entity types to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`.
repeated string entity_types = 2 [(.google.api.field_behavior) = REQUIRED];getEntityTypesBytes in interface ExportEntityTypesRequestOrBuilderindex - The index of the value to return.public boolean hasEntityTypesUri()
Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the entity types to. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write 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 = 3 [(.google.api.field_behavior) = OPTIONAL];hasEntityTypesUri in interface ExportEntityTypesRequestOrBuilderpublic String getEntityTypesUri()
Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the entity types to. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write 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 = 3 [(.google.api.field_behavior) = OPTIONAL];getEntityTypesUri in interface ExportEntityTypesRequestOrBuilderpublic com.google.protobuf.ByteString getEntityTypesUriBytes()
Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the entity types to. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write 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 = 3 [(.google.api.field_behavior) = OPTIONAL];getEntityTypesUriBytes in interface ExportEntityTypesRequestOrBuilderpublic boolean hasEntityTypesContentInline()
Optional. The option to return the serialized entity types inline.
bool entity_types_content_inline = 4 [(.google.api.field_behavior) = OPTIONAL];hasEntityTypesContentInline in interface ExportEntityTypesRequestOrBuilderpublic boolean getEntityTypesContentInline()
Optional. The option to return the serialized entity types inline.
bool entity_types_content_inline = 4 [(.google.api.field_behavior) = OPTIONAL];getEntityTypesContentInline in interface ExportEntityTypesRequestOrBuilderpublic int getDataFormatValue()
Optional. The data format of the exported entity types. If not specified, `BLOB` is assumed.
.google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest.DataFormat data_format = 5 [(.google.api.field_behavior) = OPTIONAL];
getDataFormatValue in interface ExportEntityTypesRequestOrBuilderpublic ExportEntityTypesRequest.DataFormat getDataFormat()
Optional. The data format of the exported entity types. If not specified, `BLOB` is assumed.
.google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest.DataFormat data_format = 5 [(.google.api.field_behavior) = OPTIONAL];
getDataFormat in interface ExportEntityTypesRequestOrBuilderpublic String getLanguageCode()
Optional. The language to retrieve the entity type for. The following fields are language dependent: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` If not specified, all language dependent fields will be retrieved. [Many languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 6 [(.google.api.field_behavior) = OPTIONAL];getLanguageCode in interface ExportEntityTypesRequestOrBuilderpublic com.google.protobuf.ByteString getLanguageCodeBytes()
Optional. The language to retrieve the entity type for. The following fields are language dependent: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` If not specified, all language dependent fields will be retrieved. [Many languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 6 [(.google.api.field_behavior) = OPTIONAL];getLanguageCodeBytes in interface ExportEntityTypesRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ExportEntityTypesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportEntityTypesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportEntityTypesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportEntityTypesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportEntityTypesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportEntityTypesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportEntityTypesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static ExportEntityTypesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportEntityTypesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ExportEntityTypesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportEntityTypesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ExportEntityTypesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ExportEntityTypesRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ExportEntityTypesRequest.Builder newBuilder()
public static ExportEntityTypesRequest.Builder newBuilder(ExportEntityTypesRequest prototype)
public ExportEntityTypesRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ExportEntityTypesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ExportEntityTypesRequest getDefaultInstance()
public static com.google.protobuf.Parser<ExportEntityTypesRequest> parser()
public com.google.protobuf.Parser<ExportEntityTypesRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ExportEntityTypesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.