Enum Class CacheClientAgent

java.lang.Object
java.lang.Enum<CacheClientAgent>
com.buildless.client.CacheClientAgent
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CacheClientAgent>, Constable

public enum CacheClientAgent extends Enum<CacheClientAgent> implements com.google.protobuf.ProtocolMessageEnum
 ## Cache Client Agent

 Specifies known cache client engines which can be used with Buildless.
 
Protobuf enum buildless.client.CacheClientAgent
  • Enum Constant Details

    • CLIENT_UNSPECIFIED

      public static final CacheClientAgent CLIENT_UNSPECIFIED
       No client is specified; this is a default value which may indicate a protocol-incompatible enumeration.
       
      CLIENT_UNSPECIFIED = 0;
    • GENERIC

      public static final CacheClientAgent GENERIC
       Generic cache clients of any type.
       
      GENERIC = 110;
    • GRADLE

      public static final CacheClientAgent GRADLE
       Cache client: Gradle.
       
      GRADLE = 210;
    • MAVEN

      public static final CacheClientAgent MAVEN
       Cache client: Maven.
       
      MAVEN = 220;
    • BAZEL

      public static final CacheClientAgent BAZEL
       Cache client: Bazel/Blaze.
       
      BAZEL = 310;
    • CCACHE

      public static final CacheClientAgent CCACHE
       Cache client: CCache.
       
      CCACHE = 410;
    • SCCACHE

      public static final CacheClientAgent SCCACHE
       Cache client: SCCache, an extension of CCache.
       
      SCCACHE = 420;
    • TURBO

      public static final CacheClientAgent TURBO
       Cache client: Turborepo.
       
      TURBO = 510;
    • NIX

      public static final CacheClientAgent NIX
       Cache client: Nix.
       
      NIX = 610;
    • DOCKER

      public static final CacheClientAgent DOCKER
       Cache client: Docker.
       
      DOCKER = 710;
    • GITHUB_ACTIONS

      public static final CacheClientAgent GITHUB_ACTIONS
       Cache client: GitHub Actions.
       
      GITHUB_ACTIONS = 810;
    • REDIS

      public static final CacheClientAgent REDIS
       Cache client: Raw Redis.
       
      REDIS = 910;
    • UNRECOGNIZED

      public static final CacheClientAgent UNRECOGNIZED
  • Field Details

    • CLIENT_UNSPECIFIED_VALUE

      public static final int CLIENT_UNSPECIFIED_VALUE
       No client is specified; this is a default value which may indicate a protocol-incompatible enumeration.
       
      CLIENT_UNSPECIFIED = 0;
      See Also:
    • GENERIC_VALUE

      public static final int GENERIC_VALUE
       Generic cache clients of any type.
       
      GENERIC = 110;
      See Also:
    • GRADLE_VALUE

      public static final int GRADLE_VALUE
       Cache client: Gradle.
       
      GRADLE = 210;
      See Also:
    • MAVEN_VALUE

      public static final int MAVEN_VALUE
       Cache client: Maven.
       
      MAVEN = 220;
      See Also:
    • BAZEL_VALUE

      public static final int BAZEL_VALUE
       Cache client: Bazel/Blaze.
       
      BAZEL = 310;
      See Also:
    • CCACHE_VALUE

      public static final int CCACHE_VALUE
       Cache client: CCache.
       
      CCACHE = 410;
      See Also:
    • SCCACHE_VALUE

      public static final int SCCACHE_VALUE
       Cache client: SCCache, an extension of CCache.
       
      SCCACHE = 420;
      See Also:
    • TURBO_VALUE

      public static final int TURBO_VALUE
       Cache client: Turborepo.
       
      TURBO = 510;
      See Also:
    • NIX_VALUE

      public static final int NIX_VALUE
       Cache client: Nix.
       
      NIX = 610;
      See Also:
    • DOCKER_VALUE

      public static final int DOCKER_VALUE
       Cache client: Docker.
       
      DOCKER = 710;
      See Also:
    • GITHUB_ACTIONS_VALUE

      public static final int GITHUB_ACTIONS_VALUE
       Cache client: GitHub Actions.
       
      GITHUB_ACTIONS = 810;
      See Also:
    • REDIS_VALUE

      public static final int REDIS_VALUE
       Cache client: Raw Redis.
       
      REDIS = 910;
      See Also:
  • Method Details

    • values

      public static CacheClientAgent[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CacheClientAgent valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static CacheClientAgent valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static CacheClientAgent forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<CacheClientAgent> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static CacheClientAgent valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null