Show / Hide Table of Contents

Class PollAirflowCommandResponse

Response to PollAirflowCommandRequest.

Inheritance
object
PollAirflowCommandResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class PollAirflowCommandResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExitInfo

The result exit status of the command.

Declaration
[JsonProperty("exitInfo")]
public virtual ExitInfo ExitInfo { get; set; }
Property Value
Type Description
ExitInfo

Output

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

Declaration
[JsonProperty("output")]
public virtual IList<Line> Output { get; set; }
Property Value
Type Description
IList<Line>

OutputEnd

Whether the command execution has finished and there is no more output.

Declaration
[JsonProperty("outputEnd")]
public virtual bool? OutputEnd { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX