-
- All Implemented Interfaces:
-
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable
public enum LivekitCloudAgent.AgentSecretKind implements Internal.EnumLiteProtobuf enum
{@code livekit.AgentSecretKind}
-
-
Field Summary
Fields Modifier and Type Field Description public final static intAGENT_SECRET_KIND_UNKNOWN_VALUEpublic final static intAGENT_SECRET_KIND_ENVIRONMENT_VALUEpublic final static intAGENT_SECRET_KIND_FILE_VALUE
-
Enum Constant Summary
Enum Constants Enum Constant Description UNRECOGNIZEDAGENT_SECRET_KIND_FILEAGENT_SECRET_KIND_FILE = 2;AGENT_SECRET_KIND_ENVIRONMENTAGENT_SECRET_KIND_ENVIRONMENT = 1;AGENT_SECRET_KIND_UNKNOWNAGENT_SECRET_KIND_UNKNOWN = 0;
-
Method Summary
Modifier and Type Method Description final intgetNumber()static LivekitCloudAgent.AgentSecretKindvalueOf(int value)static LivekitCloudAgent.AgentSecretKindforNumber(int value)static Internal.EnumLiteMap<LivekitCloudAgent.AgentSecretKind>internalGetValueMap()static Internal.EnumVerifierinternalGetVerifier()static Array<LivekitCloudAgent.AgentSecretKind>values()static LivekitCloudAgent.AgentSecretKindvalueOf(String name)-
-
Method Detail
-
getNumber
final int getNumber()
-
valueOf
@Deprecated() static LivekitCloudAgent.AgentSecretKind valueOf(int value)
- Parameters:
value- The number of the enum to look for.
-
forNumber
static LivekitCloudAgent.AgentSecretKind forNumber(int value)
-
internalGetValueMap
static Internal.EnumLiteMap<LivekitCloudAgent.AgentSecretKind> internalGetValueMap()
-
internalGetVerifier
static Internal.EnumVerifier internalGetVerifier()
-
values
static Array<LivekitCloudAgent.AgentSecretKind> values()
-
valueOf
static LivekitCloudAgent.AgentSecretKind valueOf(String name)
-
-
-
-