Workload Manager V1 API - Class Google::Cloud::WorkloadManager::V1::BigQueryDestination (v0.1.0)

Reference documentation and code samples for the Workload Manager V1 API class Google::Cloud::WorkloadManager::V1::BigQueryDestination.

BigQuery destination for evaluation results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_new_results_table

def create_new_results_table() -> ::Boolean
Returns
  • (::Boolean) — Optional. Determines if a new results table will be created when an Execution is created.

#create_new_results_table=

def create_new_results_table=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Determines if a new results table will be created when an Execution is created.
Returns
  • (::Boolean) — Optional. Determines if a new results table will be created when an Execution is created.

#destination_dataset

def destination_dataset() -> ::String
Returns
  • (::String) — Optional. Destination dataset to save evaluation results.

#destination_dataset=

def destination_dataset=(value) -> ::String
Parameter
  • value (::String) — Optional. Destination dataset to save evaluation results.
Returns
  • (::String) — Optional. Destination dataset to save evaluation results.