Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class PubSubTopicSource.
Pub/Sub topic source.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.Listing.PubSubTopicSource
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ ListingMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ topic |
string
Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId |
↳ data_affinity_regions |
array
Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions. |
getTopic
Required. Resource name of the Pub/Sub topic source for this listing.
e.g. projects/myproject/topics/topicId
Returns | |
---|---|
Type | Description |
string |
setTopic
Required. Resource name of the Pub/Sub topic source for this listing.
e.g. projects/myproject/topics/topicId
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataAffinityRegions
Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataAffinityRegions
Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |