Analytics Hub V1 API - Class Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference (v0.4.0)

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

Contains the reference that identifies a destination bigquery dataset.

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.