Cloud Pub/Sub v1 API - Class PushConfig.Types.NoWrapper (3.12.0)

public sealed class PushConfig.Types.NoWrapper : IMessage<PushConfig.Types.NoWrapper>, IEquatable<PushConfig.Types.NoWrapper>, IDeepCloneable<PushConfig.Types.NoWrapper>, IBufferMessage, IMessage

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

Inheritance

object > PushConfig.Types.NoWrapper

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

NoWrapper()

public NoWrapper()

NoWrapper(NoWrapper)

public NoWrapper(PushConfig.Types.NoWrapper other)
Parameter
NameDescription
otherPushConfigTypesNoWrapper

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
TypeDescription
bool