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 \ PushConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ write_metadata |
bool
When true, writes the Pub/Sub message metadata to |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |