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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `PushConfig.Types.NoWrapper` class within the Google Cloud Pub/Sub v1 API, detailing its functionality and implementation."],["The `NoWrapper` class sets the message data as the HTTP body for delivery and is part of the `Google.Cloud.PubSub.V1` namespace."],["The page lists all available versions of this API, with version 3.23.0 being the latest and version 3.12.0 being the currently selected version, providing links to documentation for each version."],["The `NoWrapper` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffered message operations, respectively."],["The `WriteMetadata` property, when set to true, allows for the inclusion of Pub/Sub message metadata and attributes in the HTTP request headers, with specific formatting."]]],[]]