Class ExportOperationMetadata.Builder (4.43.0)

public static final class ExportOperationMetadata.Builder extends GeneratedMessageV3.Builder<ExportOperationMetadata.Builder> implements ExportOperationMetadataOrBuilder

Metadata related to the Export Data Operations (e.g. ExportDocument).

Protobuf type google.cloud.dialogflow.v2beta1.ExportOperationMetadata

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ExportOperationMetadata build()
Returns
TypeDescription
ExportOperationMetadata

buildPartial()

public ExportOperationMetadata buildPartial()
Returns
TypeDescription
ExportOperationMetadata

clear()

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

clearExportedGcsDestination()

public ExportOperationMetadata.Builder clearExportedGcsDestination()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
ExportOperationMetadata.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ExportOperationMetadata getDefaultInstanceForType()
Returns
TypeDescription
ExportOperationMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExportedGcsDestination()

public GcsDestination getExportedGcsDestination()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
GcsDestination

The exportedGcsDestination.

getExportedGcsDestinationBuilder()

public GcsDestination.Builder getExportedGcsDestinationBuilder()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
GcsDestination.Builder

getExportedGcsDestinationOrBuilder()

public GcsDestinationOrBuilder getExportedGcsDestinationOrBuilder()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
GcsDestinationOrBuilder

hasExportedGcsDestination()

public boolean hasExportedGcsDestination()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the exportedGcsDestination field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeExportedGcsDestination(GcsDestination value)

public ExportOperationMetadata.Builder mergeExportedGcsDestination(GcsDestination value)

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Parameter
NameDescription
valueGcsDestination
Returns
TypeDescription
ExportOperationMetadata.Builder

mergeFrom(ExportOperationMetadata other)

public ExportOperationMetadata.Builder mergeFrom(ExportOperationMetadata other)
Parameter
NameDescription
otherExportOperationMetadata
Returns
TypeDescription
ExportOperationMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ExportOperationMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExportOperationMetadata.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setExportedGcsDestination(GcsDestination value)

public ExportOperationMetadata.Builder setExportedGcsDestination(GcsDestination value)

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Parameter
NameDescription
valueGcsDestination
Returns
TypeDescription
ExportOperationMetadata.Builder

setExportedGcsDestination(GcsDestination.Builder builderForValue)

public ExportOperationMetadata.Builder setExportedGcsDestination(GcsDestination.Builder builderForValue)

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;

Parameter
NameDescription
builderForValueGcsDestination.Builder
Returns
TypeDescription
ExportOperationMetadata.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public ExportOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExportOperationMetadata.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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