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-03-21 UTC."],[[["This webpage provides documentation for the `IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat` class within the Google Cloud Pub/Sub v1 API, covering versions from 2.3.0 up to the latest 3.23.0."],["The `TextFormat` class is used for configuring the reading of Cloud Storage data in text format, where each delimited line becomes the `data` field of a Pub/Sub message."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for data handling, comparison, cloning, and message buffering."],["It inherits from the `object` class, and provides constructors for creating new `TextFormat` instances, including one that copies an existing `TextFormat` object."],["The class offers a `Delimiter` property, allowing customization of the delimiter used to split text lines, defaulting to '\\\\n' when not specified, along with a property called `HasDelimiter` to check if the delimiter field is set."]]],[]]