Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset.
Defines the destination bigquery dataset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_reference
def dataset_reference() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference) — Required. A reference that identifies the destination dataset.
#dataset_reference=
def dataset_reference=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference
Parameter
- value (::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference) — Required. A reference that identifies the destination dataset.
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDatasetReference) — Required. A reference that identifies the destination dataset.
#description
def description() -> ::Google::Protobuf::StringValue
Returns
- (::Google::Protobuf::StringValue) — Optional. A user-friendly description of the dataset.
#description=
def description=(value) -> ::Google::Protobuf::StringValue
Parameter
- value (::Google::Protobuf::StringValue) — Optional. A user-friendly description of the dataset.
Returns
- (::Google::Protobuf::StringValue) — Optional. A user-friendly description of the dataset.
#friendly_name
def friendly_name() -> ::Google::Protobuf::StringValue
Returns
- (::Google::Protobuf::StringValue) — Optional. A descriptive name for the dataset.
#friendly_name=
def friendly_name=(value) -> ::Google::Protobuf::StringValue
Parameter
- value (::Google::Protobuf::StringValue) — Optional. A descriptive name for the dataset.
Returns
- (::Google::Protobuf::StringValue) — Optional. A descriptive name for the dataset.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
#location
def location() -> ::String
Returns
- (::String) — Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Returns
- (::String) — Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.