public static enum ExportAgentRequest.DataFormat extends Enum<ExportAgentRequest.DataFormat> implements com.google.protobuf.ProtocolMessageEnum
Data format of the exported agent.Protobuf enum
google.cloud.dialogflow.cx.v3.ExportAgentRequest.DataFormat| Enum Constant and Description |
|---|
BLOB
Agent content will be exported as raw bytes.
|
DATA_FORMAT_UNSPECIFIED
Unspecified format.
|
JSON_PACKAGE
Agent content will be exported in JSON Package format.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOB_VALUE
Agent content will be exported as raw bytes.
|
static int |
DATA_FORMAT_UNSPECIFIED_VALUE
Unspecified format.
|
static int |
JSON_PACKAGE_VALUE
Agent content will be exported in JSON Package format.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportAgentRequest.DataFormat |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ExportAgentRequest.DataFormat> |
internalGetValueMap() |
static ExportAgentRequest.DataFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExportAgentRequest.DataFormat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExportAgentRequest.DataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportAgentRequest.DataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportAgentRequest.DataFormat DATA_FORMAT_UNSPECIFIED
Unspecified format.
DATA_FORMAT_UNSPECIFIED = 0;public static final ExportAgentRequest.DataFormat BLOB
Agent content will be exported as raw bytes.
BLOB = 1;public static final ExportAgentRequest.DataFormat JSON_PACKAGE
Agent content will be exported in JSON Package format.
JSON_PACKAGE = 4;public static final ExportAgentRequest.DataFormat UNRECOGNIZED
public static final int DATA_FORMAT_UNSPECIFIED_VALUE
Unspecified format.
DATA_FORMAT_UNSPECIFIED = 0;public static final int BLOB_VALUE
Agent content will be exported as raw bytes.
BLOB = 1;public static final int JSON_PACKAGE_VALUE
Agent content will be exported in JSON Package format.
JSON_PACKAGE = 4;public static ExportAgentRequest.DataFormat[] values()
for (ExportAgentRequest.DataFormat c : ExportAgentRequest.DataFormat.values()) System.out.println(c);
public static ExportAgentRequest.DataFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ExportAgentRequest.DataFormat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ExportAgentRequest.DataFormat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ExportAgentRequest.DataFormat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ExportAgentRequest.DataFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.