Package org.platanios.tensorflow.proto
Enum ReplayLog.ReplayOp.ResponseCase
- java.lang.Object
-
- java.lang.Enum<ReplayLog.ReplayOp.ResponseCase>
-
- org.platanios.tensorflow.proto.ReplayLog.ReplayOp.ResponseCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,java.io.Serializable
,java.lang.Comparable<ReplayLog.ReplayOp.ResponseCase>
- Enclosing class:
- ReplayLog.ReplayOp
public static enum ReplayLog.ReplayOp.ResponseCase extends java.lang.Enum<ReplayLog.ReplayOp.ResponseCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ReplayLog.ReplayOp.ResponseCase
forNumber(int value)
int
getNumber()
static ReplayLog.ReplayOp.ResponseCase
valueOf(int value)
Deprecated.static ReplayLog.ReplayOp.ResponseCase
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReplayLog.ReplayOp.ResponseCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CREATE_SESSION_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase CREATE_SESSION_RESPONSE
-
EXTEND_SESSION_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase EXTEND_SESSION_RESPONSE
-
PARTIAL_RUN_SETUP_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase PARTIAL_RUN_SETUP_RESPONSE
-
RUN_STEP_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase RUN_STEP_RESPONSE
-
CLOSE_SESSION_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase CLOSE_SESSION_RESPONSE
-
LIST_DEVICES_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase LIST_DEVICES_RESPONSE
-
RESET_REQUEST_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase RESET_REQUEST_RESPONSE
-
MAKE_CALLABLE_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase MAKE_CALLABLE_RESPONSE
-
RUN_CALLABLE_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase RUN_CALLABLE_RESPONSE
-
RELEASE_CALLABLE_RESPONSE
public static final ReplayLog.ReplayOp.ResponseCase RELEASE_CALLABLE_RESPONSE
-
RESPONSE_NOT_SET
public static final ReplayLog.ReplayOp.ResponseCase RESPONSE_NOT_SET
-
-
Method Detail
-
values
public static ReplayLog.ReplayOp.ResponseCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ReplayLog.ReplayOp.ResponseCase c : ReplayLog.ReplayOp.ResponseCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ReplayLog.ReplayOp.ResponseCase valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
valueOf
@Deprecated public static ReplayLog.ReplayOp.ResponseCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
forNumber
public static ReplayLog.ReplayOp.ResponseCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-