Class: Google::Cloud::WorkloadManager::V1::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::WorkloadManager::V1::BigQueryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workloadmanager/v1/service.rb
Overview
BigQuery destination for evaluation results.
Instance Attribute Summary collapse
-
#create_new_results_table ⇒ ::Boolean
Optional.
-
#destination_dataset ⇒ ::String
Optional.
Instance Attribute Details
#create_new_results_table ⇒ ::Boolean
Returns Optional. Determines if a new results table will be created when an Execution is created.
190 191 192 193 |
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 190 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_dataset ⇒ ::String
Returns Optional. Destination dataset to save evaluation results.
190 191 192 193 |
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 190 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |