Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class PubSubIODetails.
Metadata for a Pub/Sub connector used by the job.
Generated from protobuf message google.dataflow.v1beta3.PubSubIODetails
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ topic |
string
Topic accessed in the connection. |
↳ subscription |
string
Subscription used in the connection. |
getTopic
Topic accessed in the connection.
Returns | |
---|---|
Type | Description |
string |
setTopic
Topic accessed in the connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSubscription
Subscription used in the connection.
Returns | |
---|---|
Type | Description |
string |
setSubscription
Subscription used in the connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |