Google Cloud BigQuery Data Exchange V1beta1 Client - Class SubscribeListingRequest (0.4.0)

Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class SubscribeListingRequest.

Message for subscribing to a listing.

Generated from protobuf message google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingRequest

Namespace

Google \ Cloud \ BigQuery \ DataExchange \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ destination_dataset Google\Cloud\BigQuery\DataExchange\V1beta1\DestinationDataset

BigQuery destination dataset to create for the subscriber.

↳ name string

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

getDestinationDataset

BigQuery destination dataset to create for the subscriber.

Returns
TypeDescription
Google\Cloud\BigQuery\DataExchange\V1beta1\DestinationDataset|null

hasDestinationDataset

setDestinationDataset

BigQuery destination dataset to create for the subscriber.

Parameter
NameDescription
var Google\Cloud\BigQuery\DataExchange\V1beta1\DestinationDataset
Returns
TypeDescription
$this

getName

Required. Resource name of the listing that you want to subscribe to.

e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

Returns
TypeDescription
string

setName

Required. Resource name of the listing that you want to subscribe to.

e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string

static::build

Parameter
NameDescription
name string

Required. Resource name of the listing that you want to subscribe to. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456. Please see Google\Cloud\BigQuery\DataExchange\V1beta1\AnalyticsHubServiceClient::listingName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BigQuery\DataExchange\V1beta1\SubscribeListingRequest