Interface OutputConfigOrBuilder (0.1.0)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryDestination()

public abstract BigQueryDestination getBigqueryDestination()

Destination on BigQuery.

.google.cloud.capacityplanner.v1beta.BigQueryDestination bigquery_destination = 2;

Returns
Type Description
BigQueryDestination

The bigqueryDestination.

getBigqueryDestinationOrBuilder()

public abstract BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()

Destination on BigQuery.

.google.cloud.capacityplanner.v1beta.BigQueryDestination bigquery_destination = 2;

Returns
Type Description
BigQueryDestinationOrBuilder

getDestinationCase()

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

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Destination on Cloud Storage.

.google.cloud.capacityplanner.v1beta.GcsDestination gcs_destination = 1;

Returns
Type Description
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Destination on Cloud Storage.

.google.cloud.capacityplanner.v1beta.GcsDestination gcs_destination = 1;

Returns
Type Description
GcsDestinationOrBuilder

hasBigqueryDestination()

public abstract boolean hasBigqueryDestination()

Destination on BigQuery.

.google.cloud.capacityplanner.v1beta.BigQueryDestination bigquery_destination = 2;

Returns
Type Description
boolean

Whether the bigqueryDestination field is set.

hasGcsDestination()

public abstract boolean hasGcsDestination()

Destination on Cloud Storage.

.google.cloud.capacityplanner.v1beta.GcsDestination gcs_destination = 1;

Returns
Type Description
boolean

Whether the gcsDestination field is set.