Class: Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateListingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Message for updating a Listing.
Instance Attribute Summary collapse
-
#listing ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#listing ⇒ ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Returns Required. The listing to update.
460 461 462 463 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 460 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.
460 461 462 463 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 460 class UpdateListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |