NoneValue

public final class NoneValue

 Represents None.
 
Protobuf type tensorflow.NoneValue

Nested Classes

class NoneValue.Builder
 Represents None. 

Public Methods

boolean
equals(Object obj)
static NoneValue
NoneValue
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static NoneValue.Builder
newBuilder(NoneValue prototype)
static NoneValue.Builder
NoneValue.Builder
static NoneValue
parseDelimitedFrom(InputStream input)
static NoneValue
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NoneValue
parseFrom(ByteBuffer data)
static NoneValue
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NoneValue
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NoneValue
parseFrom(com.google.protobuf.CodedInputStream input)
static NoneValue
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NoneValue
parseFrom(com.google.protobuf.ByteString data)
static NoneValue
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NoneValue
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
NoneValue.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Public Methods

public boolean equals (Object obj)

public static NoneValue getDefaultInstance ()

public NoneValue getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static NoneValue.Builder newBuilder (NoneValue prototype)

public static NoneValue.Builder newBuilder ()

public NoneValue.Builder newBuilderForType ()

public static NoneValue parseDelimitedFrom (InputStream input)

Throws
IOException

public static NoneValue parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static NoneValue parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static NoneValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static NoneValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static NoneValue parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static NoneValue parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static NoneValue parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static NoneValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static NoneValue parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public NoneValue.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException