Show / Hide Table of Contents

Class BuildBazelRemoteExecutionV2DirectoryNode

A DirectoryNode represents a child of a Directory which is itself a Directory and its associated metadata.

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

Properties

Digest

The digest of the Directory object represented. See Digest for information about how to take the digest of a proto message.

Declaration
[JsonProperty("digest")]
public virtual BuildBazelRemoteExecutionV2Digest Digest { 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

Name

The name of the directory.

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

Implements

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