Google Cloud BigQuery Analytics Hub V1 Client - Class SubscribeDataExchangeRequest (0.4.0)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class SubscribeDataExchangeRequest.

Message for subscribing to a Data Exchange.

Generated from protobuf message google.cloud.bigquery.analyticshub.v1.SubscribeDataExchangeRequest

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the Data Exchange. e.g. projects/publisherproject/locations/US/dataExchanges/123

↳ destination string

Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/US

↳ subscription string

Required. Name of the subscription to create. e.g. subscription1

↳ subscriber_contact string

Email of the subscriber.

getName

Required. Resource name of the Data Exchange.

e.g. projects/publisherproject/locations/US/dataExchanges/123

Returns
TypeDescription
string

setName

Required. Resource name of the Data Exchange.

e.g. projects/publisherproject/locations/US/dataExchanges/123

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestination

Required. The parent resource path of the Subscription.

e.g. projects/subscriberproject/locations/US

Returns
TypeDescription
string

setDestination

Required. The parent resource path of the Subscription.

e.g. projects/subscriberproject/locations/US

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSubscription

Required. Name of the subscription to create.

e.g. subscription1

Returns
TypeDescription
string

setSubscription

Required. Name of the subscription to create.

e.g. subscription1

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSubscriberContact

Email of the subscriber.

Returns
TypeDescription
string

setSubscriberContact

Email of the subscriber.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. Resource name of the Data Exchange. e.g. projects/publisherproject/locations/US/dataExchanges/123 Please see Google\Cloud\BigQuery\AnalyticsHub\V1\AnalyticsHubServiceClient::dataExchangeName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BigQuery\AnalyticsHub\V1\SubscribeDataExchangeRequest