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 webpage provides documentation for the `CloudStorageConfig.Types.TextConfig` class within the Google Cloud Pub/Sub v1 API, focusing on its use in configuring the writing of message data in text format."],["The `TextConfig` class is designed to save message payloads as raw text files, with each message separated by a newline character."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["This documentation covers a wide range of versions for the api, from version `2.3.0` all the way up to the latest `3.23.0` release, as well as version `3.11.0`, which is highlighted as the version of focus."],["There are two constructors available for creating instances of `TextConfig`, one being empty and the other that takes an existing `TextConfig` instance as a parameter to copy."]]],[]]