Class: Google::Cloud::Bigquery::DataExchange::V1beta1::DeleteListingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::DeleteListingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Message for deleting a listing.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the listing to delete.
e.g. projects/myproject/locations/US/dataExchanges/123/listings/456
.
470 471 472 473 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 470 class DeleteListingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |