Class: Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDataset
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Defines the destination bigquery dataset.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#dataset_reference ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDatasetReference
Required.
-
#description ⇒ ::Google::Protobuf::StringValue
Optional.
-
#friendly_name ⇒ ::Google::Protobuf::StringValue
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#location ⇒ ::String
Required.
Instance Attribute Details
#dataset_reference ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDatasetReference
Returns Required. A reference that identifies the destination dataset.
130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 130 class DestinationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::Google::Protobuf::StringValue
Returns Optional. A user-friendly description of the dataset.
130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 130 class DestinationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#friendly_name ⇒ ::Google::Protobuf::StringValue
Returns Optional. A descriptive name for the dataset.
130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 130 class DestinationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 130 class DestinationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#location ⇒ ::String
Returns Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 130 class DestinationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |