Analytics Hub V1beta1 API - Class Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDatasetReference (v0.2.0)

Reference documentation and code samples for the Analytics Hub V1beta1 API class Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDatasetReference.

Defines the Destination BigQuery Dataset Reference.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset_id

def dataset_id() -> ::String
Returns
  • (::String) — Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

#dataset_id=

def dataset_id=(value) -> ::String
Parameter
  • value (::String) — Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
Returns
  • (::String) — Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. The ID of the project containing this dataset.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the project containing this dataset.
Returns
  • (::String) — Required. The ID of the project containing this dataset.