Cloud PubSub V1 Client - Class NoWrapper (1.45.2)

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

Sets the data field as the HTTP body for delivery.

Generated from protobuf message google.pubsub.v1.PushConfig.NoWrapper

Namespace

Google \ Cloud \ PubSub \ V1 \ PushConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ write_metadata bool

When true, writes the Pub/Sub message metadata to x-goog-pubsub-<KEY>:<VAL> headers of the HTTP request. Writes the Pub/Sub message attributes to <KEY>:<VAL> headers of the HTTP request.

getWriteMetadata

When true, writes the Pub/Sub message metadata to x-goog-pubsub-<KEY>:<VAL> headers of the HTTP request. Writes the Pub/Sub message attributes to <KEY>:<VAL> headers of the HTTP request.

Returns
TypeDescription
bool

setWriteMetadata

When true, writes the Pub/Sub message metadata to x-goog-pubsub-<KEY>:<VAL> headers of the HTTP request. Writes the Pub/Sub message attributes to <KEY>:<VAL> headers of the HTTP request.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this