Show / Hide Table of Contents

Class BuildBazelRemoteExecutionV2ExecuteOperationMetadata

Metadata about an ongoing execution, which will be contained in the metadata field of the Operation.

Inheritance
System.Object
BuildBazelRemoteExecutionV2ExecuteOperationMetadata
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class BuildBazelRemoteExecutionV2ExecuteOperationMetadata : IDirectResponseSchema

Properties

ActionDigest

The digest of the Action being executed.

Declaration
[JsonProperty("actionDigest")]
public virtual BuildBazelRemoteExecutionV2Digest ActionDigest { get; set; }
Property Value
Type Description
BuildBazelRemoteExecutionV2Digest

ETag

The ETag of the item.

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

Stage

The current stage of execution.

Declaration
[JsonProperty("stage")]
public virtual string Stage { get; set; }
Property Value
Type Description
System.String

StderrStreamName

If set, the client can use this resource name with ByteStream.Read to stream the standard error from the endpoint hosting streamed responses.

Declaration
[JsonProperty("stderrStreamName")]
public virtual string StderrStreamName { get; set; }
Property Value
Type Description
System.String

StdoutStreamName

If set, the client can use this resource name with ByteStream.Read to stream the standard output from the endpoint hosting streamed responses.

Declaration
[JsonProperty("stdoutStreamName")]
public virtual string StdoutStreamName { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top