public interface QueryAssetsOutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the bigqueryDestination field is set. |