Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class SubscribeListingRequest.
Message for subscribing to a listing.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.SubscribeListingRequest
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ destination_dataset |
DestinationDataset
Input only. BigQuery destination dataset to create for the subscriber. |
↳ destination_pubsub_subscription |
DestinationPubSubSubscription
Input only. Destination Pub/Sub subscription to create for the subscriber. |
↳ name |
string
Required. Resource name of the listing that you want to subscribe to. e.g. |
getDestinationDataset
Input only. BigQuery destination dataset to create for the subscriber.
| Returns | |
|---|---|
| Type | Description |
DestinationDataset|null |
|
hasDestinationDataset
setDestinationDataset
Input only. BigQuery destination dataset to create for the subscriber.
| Parameter | |
|---|---|
| Name | Description |
var |
DestinationDataset
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestinationPubsubSubscription
Input only. Destination Pub/Sub subscription to create for the subscriber.
| Returns | |
|---|---|
| Type | Description |
DestinationPubSubSubscription|null |
|
hasDestinationPubsubSubscription
setDestinationPubsubSubscription
Input only. Destination Pub/Sub subscription to create for the subscriber.
| Parameter | |
|---|---|
| Name | Description |
var |
DestinationPubSubSubscription
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestination
| Returns | |
|---|---|
| Type | Description |
string |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Resource name of the listing that you want to subscribe to.
e.g. |
| Returns | |
|---|---|
| Type | Description |
SubscribeListingRequest |
|