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-21 UTC."],[[["This page provides documentation for the `CloudStorageConfig.Types.TextConfig` class within the Google Cloud Pub/Sub v1 API, focusing on its role in configuring how message data is written in text format."],["The `TextConfig` class is designed for use with .NET, and it outlines how message payloads will be stored as raw text files, with each message separated by a newline character."],["The documented class `CloudStorageConfig.Types.TextConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring interoperability and data management capabilities within the .NET ecosystem."],["There are multiple versions of this documentation provided for this class, starting from version 2.3.0 up to the most recent version, 3.23.0, allowing developers to consult documentation specific to the version they are using."],["The documentation contains information about the constructors of the `TextConfig` class, which allow creating new instances and performing deep clones by taking another `TextConfig` object as a parameter."]]],[]]