public final class ExportEntityTypesResponse extends GeneratedMessageV3 implements ExportEntityTypesResponseOrBuilder
The response message for
EntityTypes.ExportEntityTypes.
Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportEntityTypesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ENTITY_TYPES_CONTENT_FIELD_NUMBER
public static final int ENTITY_TYPES_CONTENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTITY_TYPES_URI_FIELD_NUMBER
public static final int ENTITY_TYPES_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ExportEntityTypesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExportEntityTypesResponse.Builder newBuilder()
newBuilder(ExportEntityTypesResponse prototype)
public static ExportEntityTypesResponse.Builder newBuilder(ExportEntityTypesResponse prototype)
public static ExportEntityTypesResponse parseDelimitedFrom(InputStream input)
public static ExportEntityTypesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExportEntityTypesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportEntityTypesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExportEntityTypesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportEntityTypesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportEntityTypesResponse parseFrom(CodedInputStream input)
public static ExportEntityTypesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportEntityTypesResponse parseFrom(InputStream input)
public static ExportEntityTypesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExportEntityTypesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportEntityTypesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExportEntityTypesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ExportEntityTypesResponse getDefaultInstanceForType()
getEntityTypesContent()
public 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.v3beta1.InlineDestination entity_types_content = 2;
getEntityTypesContentOrBuilder()
public 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.v3beta1.InlineDestination entity_types_content = 2;
getEntityTypesUri()
public 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.
string entity_types_uri = 1;
Returns |
Type |
Description |
String |
The entityTypesUri.
|
getEntityTypesUriBytes()
public 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.
string entity_types_uri = 1;
Returns |
Type |
Description |
ByteString |
The bytes for entityTypesUri.
|
getExportedEntityTypesCase()
public ExportEntityTypesResponse.ExportedEntityTypesCase getExportedEntityTypesCase()
getParserForType()
public Parser<ExportEntityTypesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasEntityTypesContent()
public 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.v3beta1.InlineDestination entity_types_content = 2;
Returns |
Type |
Description |
boolean |
Whether the entityTypesContent field is set.
|
hasEntityTypesUri()
public boolean hasEntityTypesUri()
The URI to a file containing the exported entity types. This field is
populated only if entity_types_uri
is specified in
ExportEntityTypesRequest.
string entity_types_uri = 1;
Returns |
Type |
Description |
boolean |
Whether the entityTypesUri field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExportEntityTypesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExportEntityTypesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ExportEntityTypesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides