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-31 UTC."],[[["The content provides reference documentation for the `PushConfig.Types.NoWrapper` class within the Google Cloud Pub/Sub v1 API, detailing its functionality for setting the HTTP body for delivery."],["It lists various versions of the API, ranging from version 3.23.0 (latest) down to version 2.3.0, allowing users to navigate through different releases."],["The `NoWrapper` class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its capabilities and integration with other systems."],["The class has two constructors, a default one `NoWrapper()`, and one that takes another `NoWrapper` instance as a parameter, allowing for object creation and copying."],["The `WriteMetadata` property controls whether Pub/Sub message metadata and attributes are written to the headers of HTTP requests, which can be enabled by setting the property to `true`."]]],[]]