Interface OutputConfigOrBuilder (2.43.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.v2.OutputConfig.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
OutputConfig.BigQueryDestination

The bigqueryDestination.

getBigqueryDestinationOrBuilder()

public abstract OutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()

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

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

Returns
TypeDescription
OutputConfig.BigQueryDestinationOrBuilder

getDestinationCase()

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

getGcsDestination()

public abstract OutputConfig.GcsDestination getGcsDestination()

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

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

Returns
TypeDescription
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.v2.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
OutputConfig.GcsDestinationOrBuilder

hasBigqueryDestination()

public abstract boolean hasBigqueryDestination()

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

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

Returns
TypeDescription
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.v2.OutputConfig.GcsDestination gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.