Class OutputConfig.Builder (2.43.0)

public static final class OutputConfig.Builder extends GeneratedMessageV3.Builder<OutputConfig.Builder> implements OutputConfigOrBuilder

The output configuration setting.

Protobuf type google.cloud.retail.v2alpha.OutputConfig

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public OutputConfig build()
Returns
TypeDescription
OutputConfig

buildPartial()

public OutputConfig buildPartial()
Returns
TypeDescription
OutputConfig

clear()

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

clearBigqueryDestination()

public OutputConfig.Builder clearBigqueryDestination()

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
OutputConfig.Builder

clearDestination()

public OutputConfig.Builder clearDestination()
Returns
TypeDescription
OutputConfig.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearGcsDestination()

public OutputConfig.Builder clearGcsDestination()

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
OutputConfig.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getBigqueryDestination()

public OutputConfig.BigQueryDestination getBigqueryDestination()

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
OutputConfig.BigQueryDestination

The bigqueryDestination.

getBigqueryDestinationBuilder()

public OutputConfig.BigQueryDestination.Builder getBigqueryDestinationBuilder()

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
OutputConfig.BigQueryDestination.Builder

getBigqueryDestinationOrBuilder()

public OutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
OutputConfig.BigQueryDestinationOrBuilder

getDefaultInstanceForType()

public OutputConfig getDefaultInstanceForType()
Returns
TypeDescription
OutputConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDestinationCase()

public OutputConfig.DestinationCase getDestinationCase()
Returns
TypeDescription
OutputConfig.DestinationCase

getGcsDestination()

public OutputConfig.GcsDestination getGcsDestination()

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
OutputConfig.GcsDestination

The gcsDestination.

getGcsDestinationBuilder()

public OutputConfig.GcsDestination.Builder getGcsDestinationBuilder()

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
OutputConfig.GcsDestination.Builder

getGcsDestinationOrBuilder()

public OutputConfig.GcsDestinationOrBuilder getGcsDestinationOrBuilder()

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
OutputConfig.GcsDestinationOrBuilder

hasBigqueryDestination()

public boolean hasBigqueryDestination()

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
boolean

Whether the bigqueryDestination field is set.

hasGcsDestination()

public boolean hasGcsDestination()

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeBigqueryDestination(OutputConfig.BigQueryDestination value)

public OutputConfig.Builder mergeBigqueryDestination(OutputConfig.BigQueryDestination value)

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Parameter
NameDescription
valueOutputConfig.BigQueryDestination
Returns
TypeDescription
OutputConfig.Builder

mergeFrom(OutputConfig other)

public OutputConfig.Builder mergeFrom(OutputConfig other)
Parameter
NameDescription
otherOutputConfig
Returns
TypeDescription
OutputConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGcsDestination(OutputConfig.GcsDestination value)

public OutputConfig.Builder mergeGcsDestination(OutputConfig.GcsDestination value)

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Parameter
NameDescription
valueOutputConfig.GcsDestination
Returns
TypeDescription
OutputConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setBigqueryDestination(OutputConfig.BigQueryDestination value)

public OutputConfig.Builder setBigqueryDestination(OutputConfig.BigQueryDestination value)

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Parameter
NameDescription
valueOutputConfig.BigQueryDestination
Returns
TypeDescription
OutputConfig.Builder

setBigqueryDestination(OutputConfig.BigQueryDestination.Builder builderForValue)

public OutputConfig.Builder setBigqueryDestination(OutputConfig.BigQueryDestination.Builder builderForValue)

The BigQuery location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.BigQueryDestination bigquery_destination = 2;

Parameter
NameDescription
builderForValueOutputConfig.BigQueryDestination.Builder
Returns
TypeDescription
OutputConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setGcsDestination(OutputConfig.GcsDestination value)

public OutputConfig.Builder setGcsDestination(OutputConfig.GcsDestination value)

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Parameter
NameDescription
valueOutputConfig.GcsDestination
Returns
TypeDescription
OutputConfig.Builder

setGcsDestination(OutputConfig.GcsDestination.Builder builderForValue)

public OutputConfig.Builder setGcsDestination(OutputConfig.GcsDestination.Builder builderForValue)

The Google Cloud Storage location where the output is to be written to.

.google.cloud.retail.v2alpha.OutputConfig.GcsDestination gcs_destination = 1;

Parameter
NameDescription
builderForValueOutputConfig.GcsDestination.Builder
Returns
TypeDescription
OutputConfig.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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