Class: Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::UpdateListingRequest
- 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
-
#listing ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#listing ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing
Returns Required. The listing to update.
652 653 654 655 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 652 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.
652 653 654 655 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 652 class UpdateListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |