Class: Google::Cloud::Bigquery::AnalyticsHub::V1::SubscribeListingRequest

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 subscribing to a listing.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_dataset::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset

Returns BigQuery destination dataset to create for the subscriber.

Returns:



645
646
647
648
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 645

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

#name::String

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

Returns:

  • (::String)

    Required. Resource name of the listing that you want to subscribe to. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.



645
646
647
648
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 645

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