public sealed class PollAirflowCommandResponse.Types.Line : IMessage<PollAirflowCommandResponse.Types.Line>, IEquatable<PollAirflowCommandResponse.Types.Line>, IDeepCloneable<PollAirflowCommandResponse.Types.Line>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.Types.Line.
Contains information about a single line from logs.
[[["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-02 UTC."],[[["This document provides reference documentation for the `PollAirflowCommandResponse.Types.Line` class within the Google Cloud Composer v1 API, used for managing log lines."],["The latest version of this class documentation is for version 2.9.0, with other versions ranging from 2.8.0 down to 1.0.0 also available."],["The `PollAirflowCommandResponse.Types.Line` class is implemented by multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from the `object` base class."],["The class includes two constructors: a default constructor `Line()` and another that takes a `PollAirflowCommandResponse.Types.Line` object, enabling the copying of the information from one object to another."],["The class contains properties to access the `Content`, which represents the text of a log line, and `LineNumber`, representing the numerical line position."]]],[]]