Interface OutputConfigOrBuilder (2.44.0)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryDestination()

public abstract 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.

getBigqueryDestinationOrBuilder()

public abstract 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

getDestinationCase()

public abstract OutputConfig.DestinationCase getDestinationCase()
Returns
Type Description
OutputConfig.DestinationCase

getGcsDestination()

public abstract 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.

getGcsDestinationOrBuilder()

public abstract 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 abstract 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 abstract 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.