Class GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
The metadata for a directory. Similar to the equivalent message in the Remote Execution API.
Inheritance
System.Object
GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
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 GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata : IDirectResponseSchema
Properties
Digest
A pointer to the contents of the directory, in the form of a marshalled Directory message.
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 |
Path
The path of the directory, as in FileMetadata.path.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema