public static enum Function.FunctionDetails.Runtime extends Enum<Function.FunctionDetails.Runtime> implements com.google.protobuf.ProtocolMessageEnum
proto.FunctionDetails.Runtime| Enum Constant and Description |
|---|
GO
GO = 3; |
JAVA
JAVA = 0; |
PYTHON
PYTHON = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GO_VALUE
GO = 3; |
static int |
JAVA_VALUE
JAVA = 0; |
static int |
PYTHON_VALUE
PYTHON = 1; |
| Modifier and Type | Method and Description |
|---|---|
static Function.FunctionDetails.Runtime |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Function.FunctionDetails.Runtime> |
internalGetValueMap() |
static Function.FunctionDetails.Runtime |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Function.FunctionDetails.Runtime |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Function.FunctionDetails.Runtime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function.FunctionDetails.Runtime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Function.FunctionDetails.Runtime JAVA
JAVA = 0;public static final Function.FunctionDetails.Runtime PYTHON
PYTHON = 1;public static final Function.FunctionDetails.Runtime GO
GO = 3;public static final Function.FunctionDetails.Runtime UNRECOGNIZED
public static final int JAVA_VALUE
JAVA = 0;public static final int PYTHON_VALUE
PYTHON = 1;public static final int GO_VALUE
GO = 3;public static Function.FunctionDetails.Runtime[] values()
for (Function.FunctionDetails.Runtime c : Function.FunctionDetails.Runtime.values()) System.out.println(c);
public static Function.FunctionDetails.Runtime valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Function.FunctionDetails.Runtime valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Function.FunctionDetails.Runtime forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Function.FunctionDetails.Runtime> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Function.FunctionDetails.Runtime valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.