Class OutputConfig.Builder (2.85.0)

public static final class OutputConfig.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

build()

public OutputConfig build()
Returns
Type Description
OutputConfig

buildPartial()

public OutputConfig buildPartial()
Returns
Type Description
OutputConfig

clear()

public OutputConfig.Builder clear()
Returns
Type Description
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
Type Description
OutputConfig.Builder

clearDestination()

public OutputConfig.Builder clearDestination()
Returns
Type Description
OutputConfig.Builder

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
Type Description
OutputConfig.Builder

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
Type Description
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
Type Description
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
Type Description
OutputConfig.BigQueryDestinationOrBuilder

getDefaultInstanceForType()

public OutputConfig getDefaultInstanceForType()
Returns
Type Description
OutputConfig

getDescriptorForType()

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

getDestinationCase()

public OutputConfig.DestinationCase getDestinationCase()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the gcsDestination field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
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
Name Description
value OutputConfig.BigQueryDestination
Returns
Type Description
OutputConfig.Builder

mergeFrom(OutputConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public OutputConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value OutputConfig.GcsDestination
Returns
Type Description
OutputConfig.Builder

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
Name Description
value OutputConfig.BigQueryDestination
Returns
Type Description
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
Name Description
builderForValue OutputConfig.BigQueryDestination.Builder
Returns
Type Description
OutputConfig.Builder

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
Name Description
value OutputConfig.GcsDestination
Returns
Type Description
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
Name Description
builderForValue OutputConfig.GcsDestination.Builder
Returns
Type Description
OutputConfig.Builder