build.bazel.remote.execution.v2.PlatformOrBuilder 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 PlatformOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.Platform)
com.google.protobuf.MessageOrBuilder {
/**
*
* The properties that make up this platform. In order to ensure that
* equivalent `Platform`s always hash to the same value, the properties MUST
* be lexicographically sorted by name, and then by value. Sorting of strings
* is done by code point, equivalently, by the UTF-8 bytes.
*
*
* repeated .build.bazel.remote.execution.v2.Platform.Property properties = 1;
*/
java.util.List
getPropertiesList();
/**
*
* The properties that make up this platform. In order to ensure that
* equivalent `Platform`s always hash to the same value, the properties MUST
* be lexicographically sorted by name, and then by value. Sorting of strings
* is done by code point, equivalently, by the UTF-8 bytes.
*
*
* repeated .build.bazel.remote.execution.v2.Platform.Property properties = 1;
*/
build.bazel.remote.execution.v2.Platform.Property getProperties(int index);
/**
*
* The properties that make up this platform. In order to ensure that
* equivalent `Platform`s always hash to the same value, the properties MUST
* be lexicographically sorted by name, and then by value. Sorting of strings
* is done by code point, equivalently, by the UTF-8 bytes.
*
*
* repeated .build.bazel.remote.execution.v2.Platform.Property properties = 1;
*/
int getPropertiesCount();
/**
*
* The properties that make up this platform. In order to ensure that
* equivalent `Platform`s always hash to the same value, the properties MUST
* be lexicographically sorted by name, and then by value. Sorting of strings
* is done by code point, equivalently, by the UTF-8 bytes.
*
*
* repeated .build.bazel.remote.execution.v2.Platform.Property properties = 1;
*/
java.util.List extends build.bazel.remote.execution.v2.Platform.PropertyOrBuilder>
getPropertiesOrBuilderList();
/**
*
* The properties that make up this platform. In order to ensure that
* equivalent `Platform`s always hash to the same value, the properties MUST
* be lexicographically sorted by name, and then by value. Sorting of strings
* is done by code point, equivalently, by the UTF-8 bytes.
*
*
* repeated .build.bazel.remote.execution.v2.Platform.Property properties = 1;
*/
build.bazel.remote.execution.v2.Platform.PropertyOrBuilder getPropertiesOrBuilder(
int index);
}