Package com.google.cloud.asset.v1
Interface QueryAssetsOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryAssetsOutputConfig
,QueryAssetsOutputConfig.Builder
public interface QueryAssetsOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBigqueryDestination
boolean hasBigqueryDestination()
BigQuery destination where the query results will be saved.
.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;
- Returns:
- Whether the bigqueryDestination field is set.
-
getBigqueryDestination
QueryAssetsOutputConfig.BigQueryDestination getBigqueryDestination()
BigQuery destination where the query results will be saved.
.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;
- Returns:
- The bigqueryDestination.
-
getBigqueryDestinationOrBuilder
QueryAssetsOutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
BigQuery destination where the query results will be saved.
.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;
-
-