Class ExportIntentsResponse.Builder (0.54.0)

public static final class ExportIntentsResponse.Builder extends GeneratedMessageV3.Builder<ExportIntentsResponse.Builder> implements ExportIntentsResponseOrBuilder

The response message for Intents.ExportIntents.

Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportIntentsResponse

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ExportIntentsResponse build()
Returns
Type Description
ExportIntentsResponse

buildPartial()

public ExportIntentsResponse buildPartial()
Returns
Type Description
ExportIntentsResponse

clear()

public ExportIntentsResponse.Builder clear()
Returns
Type Description
ExportIntentsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearIntents()

public ExportIntentsResponse.Builder clearIntents()
Returns
Type Description
ExportIntentsResponse.Builder

clearIntentsContent()

public ExportIntentsResponse.Builder clearIntentsContent()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
Type Description
ExportIntentsResponse.Builder

clearIntentsUri()

public ExportIntentsResponse.Builder clearIntentsUri()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
Type Description
ExportIntentsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ExportIntentsResponse getDefaultInstanceForType()
Returns
Type Description
ExportIntentsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIntentsCase()

public ExportIntentsResponse.IntentsCase getIntentsCase()
Returns
Type Description
ExportIntentsResponse.IntentsCase

getIntentsContent()

public InlineDestination getIntentsContent()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
Type Description
InlineDestination

The intentsContent.

getIntentsContentBuilder()

public InlineDestination.Builder getIntentsContentBuilder()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
Type Description
InlineDestination.Builder

getIntentsContentOrBuilder()

public InlineDestinationOrBuilder getIntentsContentOrBuilder()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
Type Description
InlineDestinationOrBuilder

getIntentsUri()

public String getIntentsUri()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
Type Description
String

The intentsUri.

getIntentsUriBytes()

public ByteString getIntentsUriBytes()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
Type Description
ByteString

The bytes for intentsUri.

hasIntentsContent()

public boolean hasIntentsContent()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
Type Description
boolean

Whether the intentsContent field is set.

hasIntentsUri()

public boolean hasIntentsUri()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
Type Description
boolean

Whether the intentsUri field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportIntentsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeIntentsContent(InlineDestination value)

public ExportIntentsResponse.Builder mergeIntentsContent(InlineDestination value)

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Parameter
Name Description
value InlineDestination
Returns
Type Description
ExportIntentsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportIntentsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportIntentsResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setIntentsContent(InlineDestination value)

public ExportIntentsResponse.Builder setIntentsContent(InlineDestination value)

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Parameter
Name Description
value InlineDestination
Returns
Type Description
ExportIntentsResponse.Builder

setIntentsContent(InlineDestination.Builder builderForValue)

public ExportIntentsResponse.Builder setIntentsContent(InlineDestination.Builder builderForValue)

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

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

setIntentsUri(String value)

public ExportIntentsResponse.Builder setIntentsUri(String value)

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Parameter
Name Description
value String

The intentsUri to set.

Returns
Type Description
ExportIntentsResponse.Builder

This builder for chaining.

setIntentsUriBytes(ByteString value)

public ExportIntentsResponse.Builder setIntentsUriBytes(ByteString value)

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Parameter
Name Description
value ByteString

The bytes for intentsUri to set.

Returns
Type Description
ExportIntentsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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