Reference documentation and code samples for the Analytics Hub V1beta1 API class Google::Cloud::Bigquery::DataExchange::V1beta1::UpdateListingRequest.
Message for updating a Listing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#listing
def listing() -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing) — Required. The listing to update.
#listing=
def listing=(value) -> ::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing
Parameter
- value (::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing) — Required. The listing to update.
Returns
- (::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing) — Required. The listing to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::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.
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.