Class: Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateDataExchangeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateDataExchangeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Message for updating a DataExchange.
Instance Attribute Summary collapse
-
#data_exchange ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#data_exchange ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange
Returns Required. The DataExchange to update.
336 337 338 339 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 336 class UpdateDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the DataExchange resource by the update. The fields specified in the update_mask are relative to the resource, not the full request.
336 337 338 339 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 336 class UpdateDataExchangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |