public sealed class IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat : IMessage<IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat>, IEquatable<IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat>, IDeepCloneable<IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat.
Configuration for reading Cloud Storage data in text format. Each line of
text as specified by the delimiter will be set to the data field of a
Pub/Sub message.
[[["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-04-09 UTC."],[[["The latest version of the `TextFormat` class for Cloud Pub/Sub v1 API is 3.23.0, and the provided content lists versions from 2.3.0 up to the most recent one."],["This documentation covers the `IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat` class, which is used for configuring how text data from Cloud Storage is read and ingested into Pub/Sub messages."],["The `TextFormat` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and message structure."],["The `TextFormat` class includes a `Delimiter` property, which specifies the character sequence used to separate lines in the text data, defaulting to '\\\\n' if not set, and can be modified."],["The documentation provides details on the constructors and properties of the `TextFormat` class, including the option to create a new instance or copy an existing one, along with the ability to check if a delimiter is set."]]],[]]