Reference documentation and code samples for the Cloud Scheduler V1beta1 Client class PubsubTarget.
Pub/Sub target. The job will be delivered by publishing a message to the given Pub/Sub topic.
Generated from protobuf message google.cloud.scheduler.v1beta1.PubsubTarget
Namespace
Google \ Cloud \ Scheduler \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ topic_name
string
Required. The name of the Cloud Pub/Sub topic to which messages will be published when a job is delivered. The topic name must be in the same format as required by Pub/Sub's PublishRequest.name
, for example projects/PROJECT_ID/topics/TOPIC_ID
. The topic must be in the same project as the Cloud Scheduler job.
↳ data
string
The message payload for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.
↳ attributes
array| Google\Protobuf\Internal\MapField
Attributes for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.
getTopicName
Required. The name of the Cloud Pub/Sub topic to which messages will
be published when a job is delivered. The topic name must be in the
same format as required by Pub/Sub's PublishRequest.name
,
for example projects/PROJECT_ID/topics/TOPIC_ID
.
The topic must be in the same project as the Cloud Scheduler job.
string
setTopicName
Required. The name of the Cloud Pub/Sub topic to which messages will
be published when a job is delivered. The topic name must be in the
same format as required by Pub/Sub's PublishRequest.name
,
for example projects/PROJECT_ID/topics/TOPIC_ID
.
The topic must be in the same project as the Cloud Scheduler job.
var
string
$this
getData
The message payload for PubsubMessage.
Pubsub message must contain either non-empty data, or at least one attribute.
string
setData
The message payload for PubsubMessage.
Pubsub message must contain either non-empty data, or at least one attribute.
var
string
$this
getAttributes
Attributes for PubsubMessage.
Pubsub message must contain either non-empty data, or at least one attribute.
setAttributes
Attributes for PubsubMessage.
Pubsub message must contain either non-empty data, or at least one attribute.
$this