All Downloads are FREE. Search and download functionalities are using the official Maven repository.

build.bazel.remote.execution.v2.ResultsCachePolicyOrBuilder 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 ResultsCachePolicyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.ResultsCachePolicy)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The priority (relative importance) of this content in the overall cache.
   * Generally, a lower value means a longer retention time or other advantage,
   * but the interpretation of a given value is server-dependent. A priority of
   * 0 means a *default* value, decided by the server.
   *
   * The particular semantics of this field is up to the server. In particular,
   * every server will have their own supported range of priorities, and will
   * decide how these map into retention/eviction policy.
   * 
* * int32 priority = 1; * @return The priority. */ int getPriority(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy