Google Cloud Asset V1 Client - Class QueryAssetsOutputConfig (1.9.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class QueryAssetsOutputConfig.

Output configuration query assets.

Generated from protobuf message google.cloud.asset.v1.QueryAssetsOutputConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ bigquery_destination Google\Cloud\Asset\V1\QueryAssetsOutputConfig\BigQueryDestination

BigQuery destination where the query results will be saved.

getBigqueryDestination

BigQuery destination where the query results will be saved.

Generated from protobuf field .google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
TypeDescription
Google\Cloud\Asset\V1\QueryAssetsOutputConfig\BigQueryDestination|null

hasBigqueryDestination

clearBigqueryDestination

setBigqueryDestination

BigQuery destination where the query results will be saved.

Generated from protobuf field .google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Parameter
NameDescription
var Google\Cloud\Asset\V1\QueryAssetsOutputConfig\BigQueryDestination
Returns
TypeDescription
$this