Send feedback
Class ExportEntityTypesResponse.Builder (0.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.51.0 keyboard_arrow_down
public static final class ExportEntityTypesResponse . Builder extends GeneratedMessageV3 . Builder<ExportEntityTypesResponse . Builder > implements ExportEntityTypesResponseOrBuilder
The response message for
EntityTypes.ExportEntityTypes .
Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportEntityTypesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportEntityTypesResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ExportEntityTypesResponse build ()
buildPartial()
public ExportEntityTypesResponse buildPartial ()
clear()
public ExportEntityTypesResponse . Builder clear ()
Overrides
clearEntityTypesContent()
public ExportEntityTypesResponse . Builder clearEntityTypesContent ()
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;
clearEntityTypesUri()
public ExportEntityTypesResponse . Builder clearEntityTypesUri ()
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;
clearExportedEntityTypes()
public ExportEntityTypesResponse . Builder clearExportedEntityTypes ()
clearField(Descriptors.FieldDescriptor field)
public ExportEntityTypesResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportEntityTypesResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ExportEntityTypesResponse . Builder clone ()
Overrides
getDefaultInstanceForType()
public ExportEntityTypesResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
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;
getEntityTypesContentBuilder()
public InlineDestination . Builder getEntityTypesContentBuilder ()
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 ()
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.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeEntityTypesContent(InlineDestination value)
public ExportEntityTypesResponse . Builder mergeEntityTypesContent ( InlineDestination value )
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;
mergeFrom(ExportEntityTypesResponse other)
public ExportEntityTypesResponse . Builder mergeFrom ( ExportEntityTypesResponse other )
public ExportEntityTypesResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ExportEntityTypesResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportEntityTypesResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setEntityTypesContent(InlineDestination value)
public ExportEntityTypesResponse . Builder setEntityTypesContent ( InlineDestination value )
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;
setEntityTypesContent(InlineDestination.Builder builderForValue)
public ExportEntityTypesResponse . Builder setEntityTypesContent ( InlineDestination . Builder builderForValue )
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;
setEntityTypesUri(String value)
public ExportEntityTypesResponse . Builder setEntityTypesUri ( String value )
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;
Parameter
Name
Description
value
String
The entityTypesUri to set.
setEntityTypesUriBytes(ByteString value)
public ExportEntityTypesResponse . Builder setEntityTypesUriBytes ( ByteString value )
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;
Parameter
Name
Description
value
ByteString
The bytes for entityTypesUri to set.
setField(Descriptors.FieldDescriptor field, Object value)
public ExportEntityTypesResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportEntityTypesResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportEntityTypesResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]