public sealed class PushConfig.Types.NoWrapper : IMessage<PushConfig.Types.NoWrapper>, IEquatable<PushConfig.Types.NoWrapper>, IDeepCloneable<PushConfig.Types.NoWrapper>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class PushConfig.Types.NoWrapper.
Sets the data field as the HTTP body for delivery.
Implements
IMessagePushConfigTypesNoWrapper, IEquatablePushConfigTypesNoWrapper, IDeepCloneablePushConfigTypesNoWrapper, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
NoWrapper()
public NoWrapper()NoWrapper(NoWrapper)
public NoWrapper(PushConfig.Types.NoWrapper other)| Parameter | |
|---|---|
| Name | Description |
other |
PushConfigTypesNoWrapper |
Properties
WriteMetadata
public bool WriteMetadata { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|