public interface QueryAssetsOutputConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
QueryAssetsOutputConfig.BigQueryDestination |
getBigqueryDestination()
BigQuery destination where the query results will be saved.
|
QueryAssetsOutputConfig.BigQueryDestinationOrBuilder |
getBigqueryDestinationOrBuilder()
BigQuery destination where the query results will be saved.
|
boolean |
hasBigqueryDestination()
BigQuery destination where the query results will be saved.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasBigqueryDestination()
BigQuery destination where the query results will be saved.
.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;
QueryAssetsOutputConfig.BigQueryDestination getBigqueryDestination()
BigQuery destination where the query results will be saved.
.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;
QueryAssetsOutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
BigQuery destination where the query results will be saved.
.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;
Copyright © 2022 Google LLC. All rights reserved.