public sealed class CloudStorageConfig.Types.TextConfig : IMessage<CloudStorageConfig.Types.TextConfig>, IEquatable<CloudStorageConfig.Types.TextConfig>, IDeepCloneable<CloudStorageConfig.Types.TextConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class CloudStorageConfig.Types.TextConfig.
Configuration for writing message data in text format.
Message payloads will be written to files as raw text, separated by a
newline.
[[["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."],[[["This page provides reference documentation for the `CloudStorageConfig.Types.TextConfig` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The `TextConfig` class is used to configure the format for writing message data to Cloud Storage in plain text, with each message payload on a new line."],["The page outlines that this `TextConfig` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists all available versions of the document, ranging from the latest 3.23.0 to 2.3.0."],["The document lists two constructors that can be used to instantiate a new `TextConfig`, one with no parameters, and one that takes another `TextConfig` as a parameter."]]],[]]