Cloud PubSub V1 Client - Class PublishRequest (1.39.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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}.

Generated from protobuf field string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setTopic

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

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

Generated from protobuf field string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMessages

Required. The messages to publish.

Generated from protobuf field repeated .google.pubsub.v1.PubsubMessage messages = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMessages

Required. The messages to publish.

Generated from protobuf field repeated .google.pubsub.v1.PubsubMessage messages = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var array<Google\Cloud\PubSub\V1\PubsubMessage>
Returns
TypeDescription
$this