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
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
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
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}
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
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 |