Class: Google::Cloud::Bigquery::AnalyticsHub::V1::DeleteListingRequest

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 deleting a listing.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the listing to delete. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

Returns:

  • (::String)

    Required. Resource name of the listing to delete. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.



632
633
634
635
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 632

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