Cloud PubSub V1 Client - Class PublishRequest (1.43.2)

Reference documentation and code samples for the Cloud PubSub V1 Client class PublishRequest.

Request for the Publish method.

Generated from protobuf message google.pubsub.v1.PublishRequest

Namespace

Google \ Cloud \ PubSub \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ topic
string

Required. The messages in the request will be published on this topic. Format is projects/{project}/topics/{topic} .

↳ messages
array< Google\Cloud\PubSub\V1\PubsubMessage >

Required. The messages to publish.

getTopic

Required. The messages in the request will be published on this topic.

Format is projects/{project}/topics/{topic} .

Returns
Type
Description
string

setTopic

Required. The messages in the request will be published on this topic.

Format is projects/{project}/topics/{topic} .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getMessages

Required. The messages to publish.

Returns
Type
Description

setMessages

Required. The messages to publish.

Parameter
Name
Description
Returns
Type
Description
$this

static::build

Parameters
Name
Description
topic
string

Required. The messages in the request will be published on this topic. Format is projects/{project}/topics/{topic} . Please see Google\Cloud\PubSub\V1\PublisherClient::topicName() for help formatting this field.

messages
array< Google\Cloud\PubSub\V1\PubsubMessage >

Required. The messages to publish.

Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: