Cloud PubSub V1 Client - Class NoWrapper (2.1.1)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ write_metadata bool

Optional. 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

Optional. 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
Type Description
bool

setWriteMetadata

Optional. 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
Name Description
var bool
Returns
Type Description
$this