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 |
Google\Cloud\BigQuery\AnalyticsHub\V1\DestinationDataset
Input only. BigQuery destination dataset 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 |
Google\Cloud\BigQuery\AnalyticsHub\V1\DestinationDataset|null |
hasDestinationDataset
setDestinationDataset
Input only. BigQuery destination dataset to create for the subscriber.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\AnalyticsHub\V1\DestinationDataset
|
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 |
Google\Cloud\BigQuery\AnalyticsHub\V1\SubscribeListingRequest |