Class: Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateDataExchangeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb

Overview

Message for updating a data exchange.

Instance Attribute Summary collapse

Instance Attribute Details

#data_exchange::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange

Returns Required. The data exchange to update.

Returns:



376
377
378
379
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 376

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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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.



376
377
378
379
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 376

class UpdateDataExchangeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end