Class: Google::Cloud::Bigquery::DataExchange::V1beta1::SubscribeListingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb

Overview

Message for subscribing to a listing.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_dataset::Google::Cloud::Bigquery::DataExchange::V1beta1::DestinationDataset

Returns BigQuery destination dataset to create for the subscriber.

Returns:



483
484
485
486
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 483

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.



483
484
485
486
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 483

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