Interface QueryAssetsOutputConfigOrBuilder (3.6.0)

public interface QueryAssetsOutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryDestination()

public abstract QueryAssetsOutputConfig.BigQueryDestination getBigqueryDestination()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
TypeDescription
QueryAssetsOutputConfig.BigQueryDestination

The bigqueryDestination.

getBigqueryDestinationOrBuilder()

public abstract QueryAssetsOutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
TypeDescription
QueryAssetsOutputConfig.BigQueryDestinationOrBuilder

hasBigqueryDestination()

public abstract boolean hasBigqueryDestination()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
TypeDescription
boolean

Whether the bigqueryDestination field is set.