Show / Hide Table of Contents

Class BuildBazelRemoteExecutionV2ToolDetails

Details for the tool used to call the API.

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

Properties

ETag

The ETag of the item.

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

ToolName

Name of the tool, e.g. bazel.

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

ToolVersion

Version of the tool used for the request, e.g. 5.0.3.

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

Implements

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