Class: Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb

Overview

Contains the reference that identifies a destination bigquery dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns 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.



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 145

class DestinationDatasetReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns Required. The ID of the project containing this dataset.

Returns:

  • (::String)

    Required. The ID of the project containing this dataset.



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 145

class DestinationDatasetReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end