Class ExportIntentsResponse.Builder (0.52.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.v3.ExportIntentsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportIntentsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

build()

public ExportIntentsResponse build()
Returns
TypeDescription
ExportIntentsResponse

buildPartial()

public ExportIntentsResponse buildPartial()
Returns
TypeDescription
ExportIntentsResponse

clear()

public ExportIntentsResponse.Builder clear()
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExportIntentsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

clearIntents()

public ExportIntentsResponse.Builder clearIntents()
Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Returns
TypeDescription
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
TypeDescription
ExportIntentsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportIntentsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

clone()

public ExportIntentsResponse.Builder clone()
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

getDefaultInstanceForType()

public ExportIntentsResponse getDefaultInstanceForType()
Returns
TypeDescription
ExportIntentsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getIntentsCase()

public ExportIntentsResponse.IntentsCase getIntentsCase()
Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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.v3.InlineDestination intents_content = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the intentsUri field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExportIntentsResponse other)

public ExportIntentsResponse.Builder mergeFrom(ExportIntentsResponse other)
Parameter
NameDescription
otherExportIntentsResponse
Returns
TypeDescription
ExportIntentsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportIntentsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExportIntentsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Parameter
NameDescription
valueInlineDestination
Returns
TypeDescription
ExportIntentsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportIntentsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ExportIntentsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Parameter
NameDescription
valueInlineDestination
Returns
TypeDescription
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.v3.InlineDestination intents_content = 2;

Parameter
NameDescription
builderForValueInlineDestination.Builder
Returns
TypeDescription
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
NameDescription
valueString

The intentsUri to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for intentsUri to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportIntentsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportIntentsResponse.Builder
Overrides