public final class
RequestedExitCode
Protobuf type tensorflow.RequestedExitCode
Nested Classes
class | RequestedExitCode.Builder | Protobuf type tensorflow.RequestedExitCode
|
Constants
int | EXIT_CODE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static RequestedExitCode | |
RequestedExitCode | |
final static com.google.protobuf.Descriptors.Descriptor | |
int |
getExitCode()
int32 exit_code = 1;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static RequestedExitCode.Builder |
newBuilder(RequestedExitCode prototype)
|
static RequestedExitCode.Builder | |
RequestedExitCode.Builder | |
static RequestedExitCode |
parseDelimitedFrom(InputStream input)
|
static RequestedExitCode |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RequestedExitCode |
parseFrom(ByteBuffer data)
|
static RequestedExitCode |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RequestedExitCode |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RequestedExitCode |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static RequestedExitCode |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RequestedExitCode |
parseFrom(com.google.protobuf.ByteString data)
|
static RequestedExitCode |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RequestedExitCode |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
RequestedExitCode.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int EXIT_CODE_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getExitCode ()
int32 exit_code = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static RequestedExitCode parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RequestedExitCode parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RequestedExitCode parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RequestedExitCode parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static RequestedExitCode parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RequestedExitCode parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static RequestedExitCode parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RequestedExitCode parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|