Show / Hide Table of Contents

Class GoogleDevtoolsRemoteworkersV1test2Directory

The contents of a directory. Similar to the equivalent message in the Remote Execution API.

Inheritance
System.Object
GoogleDevtoolsRemoteworkersV1test2Directory
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 GoogleDevtoolsRemoteworkersV1test2Directory : IDirectResponseSchema

Properties

Directories

Any subdirectories

Declaration
[JsonProperty("directories")]
public virtual IList<GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata> Directories { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata>

ETag

The ETag of the item.

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

Files

The files in this directory

Declaration
[JsonProperty("files")]
public virtual IList<GoogleDevtoolsRemoteworkersV1test2FileMetadata> Files { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleDevtoolsRemoteworkersV1test2FileMetadata>

Implements

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