Class: Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateDataExchangeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateDataExchangeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for updating a data exchange.
Instance Attribute Summary collapse
-
#data_exchange ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#data_exchange ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange
Returns Required. The data exchange to update.
568 569 570 571 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 568 class UpdateDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask specifies the fields to update in the data exchange
resource. The fields specified in the
updateMask
are relative to the resource and are not a full request.
568 569 570 571 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 568 class UpdateDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |