build.bazel.remote.execution.v2.NodePropertyOrBuilder 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 NodePropertyOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.NodeProperty)
com.google.protobuf.MessageOrBuilder {
/**
*
* The property name.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The property name.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The property value.
*
*
* string value = 2;
* @return The value.
*/
java.lang.String getValue();
/**
*
* The property value.
*
*
* string value = 2;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}