build.bazel.remote.execution.v2.ToolDetailsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: build/bazel/remote/execution/v2/remote_execution.proto
// Protobuf Java Version: 3.25.3
package build.bazel.remote.execution.v2;
public interface ToolDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.ToolDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the tool, e.g. bazel.
*
*
* string tool_name = 1;
* @return The toolName.
*/
java.lang.String getToolName();
/**
*
* Name of the tool, e.g. bazel.
*
*
* string tool_name = 1;
* @return The bytes for toolName.
*/
com.google.protobuf.ByteString
getToolNameBytes();
/**
*
* Version of the tool used for the request, e.g. 5.0.3.
*
*
* string tool_version = 2;
* @return The toolVersion.
*/
java.lang.String getToolVersion();
/**
*
* Version of the tool used for the request, e.g. 5.0.3.
*
*
* string tool_version = 2;
* @return The bytes for toolVersion.
*/
com.google.protobuf.ByteString
getToolVersionBytes();
}