public final class
EntryValue
Protobuf type tensorflow.EntryValue
Nested Classes
class | EntryValue.Builder | Protobuf type tensorflow.EntryValue
|
|
enum | EntryValue.KindCase |
Constants
int | DOUBLE_VALUE_FIELD_NUMBER | |
int | STRING_VALUE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static EntryValue | |
EntryValue | |
final static com.google.protobuf.Descriptors.Descriptor | |
double |
getDoubleValue()
double double_value = 1;
|
EntryValue.KindCase | |
|
|
int | |
String |
getStringValue()
string string_value = 2;
|
com.google.protobuf.ByteString |
getStringValueBytes()
string string_value = 2;
|
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static EntryValue.Builder |
newBuilder(EntryValue prototype)
|
static EntryValue.Builder | |
EntryValue.Builder | |
static EntryValue |
parseDelimitedFrom(InputStream input)
|
static EntryValue |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static EntryValue |
parseFrom(ByteBuffer data)
|
static EntryValue |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static EntryValue |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static EntryValue |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static EntryValue |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static EntryValue |
parseFrom(com.google.protobuf.ByteString data)
|
static EntryValue |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static EntryValue |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
EntryValue.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int DOUBLE_VALUE_FIELD_NUMBER
Constant Value:
1
public static final int STRING_VALUE_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public double getDoubleValue ()
double double_value = 1;
public
getParserForType
()
public int getSerializedSize ()
public String getStringValue ()
string string_value = 2;
public com.google.protobuf.ByteString getStringValueBytes ()
string string_value = 2;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static EntryValue parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static EntryValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static EntryValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static EntryValue parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static EntryValue parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static EntryValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static EntryValue 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 |
---|