Class GoogleDevtoolsRemoteworkersV1test2FileMetadata
The metadata for a file. Similar to the equivalent message in the Remote Execution API.
Inheritance
System.Object
GoogleDevtoolsRemoteworkersV1test2FileMetadata
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 GoogleDevtoolsRemoteworkersV1test2FileMetadata : IDirectResponseSchema
Properties
Contents
If the file is small enough, its contents may also or alternatively be listed here.
Declaration
[JsonProperty("contents")]
public virtual string Contents { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Digest
A pointer to the contents of the file. The method by which a client retrieves the contents from a CAS system is not defined here.
Declaration
[JsonProperty("digest")]
public virtual GoogleDevtoolsRemoteworkersV1test2Digest Digest { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDevtoolsRemoteworkersV1test2Digest |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsExecutable
Properties of the file
Declaration
[JsonProperty("isExecutable")]
public virtual bool? IsExecutable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Path
The path of this file. If this message is part of the CommandOutputs.outputs fields, the path is relative to the execution root and must correspond to an entry in CommandTask.outputs.files. If this message is part of a Directory message, then the path is relative to the root of that directory. All paths MUST be delimited by forward slashes.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema