Class GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
Describes the expected outputs of the command.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs : IDirectResponseSchema
Properties
Directories
A list of expected directories, relative to the execution root. All paths MUST be delimited by forward slashes.
Declaration
[JsonProperty("directories")]
public virtual IList<string> Directories { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Files
A list of expected files, relative to the execution root. All paths MUST be delimited by forward slashes.
Declaration
[JsonProperty("files")]
public virtual IList<string> Files { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
StderrDestination
The destination to which any stderr should be sent. The method by which the bot should send the stream
contents to that destination is not defined in this API. As examples, the destination could be a file
referenced in the files field in this message, or it could be a URI that must be written via the
ByteStream API.
Declaration
[JsonProperty("stderrDestination")]
public virtual string StderrDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StdoutDestination
The destination to which any stdout should be sent. The method by which the bot should send the stream
contents to that destination is not defined in this API. As examples, the destination could be a file
referenced in the files field in this message, or it could be a URI that must be written via the
ByteStream API.
Declaration
[JsonProperty("stdoutDestination")]
public virtual string StdoutDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |