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 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;