Class ExportEntityTypesResponse.Builder (0.53.0)

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.v3.ExportEntityTypesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportEntityTypesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

build()

public ExportEntityTypesResponse build()
Returns
Type Description
ExportEntityTypesResponse

buildPartial()

public ExportEntityTypesResponse buildPartial()
Returns
Type Description
ExportEntityTypesResponse

clear()

public ExportEntityTypesResponse.Builder clear()
Returns
Type Description
ExportEntityTypesResponse.Builder
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.v3.InlineDestination entity_types_content = 2;

Returns
Type Description
ExportEntityTypesResponse.Builder

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;

Returns
Type Description
ExportEntityTypesResponse.Builder

This builder for chaining.

clearExportedEntityTypes()

public ExportEntityTypesResponse.Builder clearExportedEntityTypes()
Returns
Type Description
ExportEntityTypesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ExportEntityTypesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportEntityTypesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

clone()

public ExportEntityTypesResponse.Builder clone()
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

getDefaultInstanceForType()

public ExportEntityTypesResponse getDefaultInstanceForType()
Returns
Type Description
ExportEntityTypesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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.v3.InlineDestination entity_types_content = 2;

Returns
Type Description
InlineDestination

The entityTypesContent.

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.v3.InlineDestination entity_types_content = 2;

Returns
Type Description
InlineDestination.Builder

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.v3.InlineDestination entity_types_content = 2;

Returns
Type Description
InlineDestinationOrBuilder

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()
Returns
Type Description
ExportEntityTypesResponse.ExportedEntityTypesCase

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.v3.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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
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.v3.InlineDestination entity_types_content = 2;

Parameter
Name Description
value InlineDestination
Returns
Type Description
ExportEntityTypesResponse.Builder

mergeFrom(ExportEntityTypesResponse other)

public ExportEntityTypesResponse.Builder mergeFrom(ExportEntityTypesResponse other)
Parameter
Name Description
other ExportEntityTypesResponse
Returns
Type Description
ExportEntityTypesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportEntityTypesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportEntityTypesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportEntityTypesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportEntityTypesResponse.Builder
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.v3.InlineDestination entity_types_content = 2;

Parameter
Name Description
value InlineDestination
Returns
Type Description
ExportEntityTypesResponse.Builder

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.v3.InlineDestination entity_types_content = 2;

Parameter
Name Description
builderForValue InlineDestination.Builder
Returns
Type Description
ExportEntityTypesResponse.Builder

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.

Returns
Type Description
ExportEntityTypesResponse.Builder

This builder for chaining.

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.

Returns
Type Description
ExportEntityTypesResponse.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ExportEntityTypesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExportEntityTypesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportEntityTypesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportEntityTypesResponse.Builder
Overrides