Class: Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateListingRequest

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 Listing.

Instance Attribute Summary collapse

Instance Attribute Details

#listing::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing

Returns Required. The listing to update.

Returns:



622
623
624
625
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 622

class UpdateListingRequest
  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 listing 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 listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.



622
623
624
625
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 622

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