public sealed class PollAirflowCommandRequest : IMessage<PollAirflowCommandRequest>, IEquatable<PollAirflowCommandRequest>, IDeepCloneable<PollAirflowCommandRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandRequest.
[[["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 document provides reference information for the `PollAirflowCommandRequest` class within the Google Cloud Composer v1 API, specifically for version 2.8.0."],["The `PollAirflowCommandRequest` class is used to request information about a command being executed in an Airflow environment, it implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties such as `Environment`, `ExecutionId`, `NextLineNumber`, `Pod`, and `PodNamespace`, which are essential for specifying the command and execution context."],["The document also lists previous versions of the `PollAirflowCommandRequest` class, ranging from 1.0.0 to 2.9.0, each with their own respective documentation link, with 2.9.0 being the most recent."],["There are two constructors available for creating `PollAirflowCommandRequest` objects, one default and another that accepts another `PollAirflowCommandRequest` object as a parameter."]]],[]]