Interface OutputConfigOrBuilder (3.45.0)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryDestination()

public abstract BigQueryDestination getBigqueryDestination()

Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.

.google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
BigQueryDestination

The bigqueryDestination.

getBigqueryDestinationOrBuilder()

public abstract BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()

Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.

.google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
BigQueryDestinationOrBuilder

getDestinationCase()

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

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Destination on Cloud Storage.

.google.cloud.asset.v1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Destination on Cloud Storage.

.google.cloud.asset.v1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestinationOrBuilder

hasBigqueryDestination()

public abstract boolean hasBigqueryDestination()

Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.

.google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2;

Returns
TypeDescription
boolean

Whether the bigqueryDestination field is set.

hasGcsDestination()

public abstract boolean hasGcsDestination()

Destination on Cloud Storage.

.google.cloud.asset.v1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.