Reference documentation and code samples for the Analytics Hub V1beta1 API class Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateDataExchangeRequest.
Message for updating a DataExchange.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_exchange
def data_exchange() -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange) — Required. The DataExchange to update.
#data_exchange=
def data_exchange=(value) -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange
Parameter
- value (::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange) — Required. The DataExchange to update.
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange) — Required. The DataExchange to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — 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.
Returns
- (::Google::Protobuf::FieldMask) — 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.