Class: Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateDataExchangeRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_exchange::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange

Returns Required. The data exchange to update.

Returns:



538
539
540
541
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 538

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.



538
539
540
541
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 538

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