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."],[[["The latest version of the Google Cloud Pub/Sub v1 API's `TextFormat` class is 3.23.0, with multiple prior versions available."],["The `TextFormat` class configures how Cloud Storage data is read in text format, specifically within the context of `IngestionDataSourceSettings.Types.CloudStorage.Types`."],["Each line of text, as determined by a delimiter, is assigned to the `data` field of a Pub/Sub message when using this `TextFormat` class."],["This `TextFormat` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `TextFormat` class has properties that include a settable delimiter, which defaults to `\\n`, and a boolean to show if the delimiter is set, along with two constructors: a default constructor, and one that uses `IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat` as a parameter."]]],[]]