public final class
ListValue
Represents a Python list.
tensorflow.ListValue
Nested Classes
class | ListValue.Builder | Represents a Python list. |
Constants
int | VALUES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static ListValue | |
ListValue | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
StructuredValue |
getValues(int index)
repeated .tensorflow.StructuredValue values = 1;
|
int |
getValuesCount()
repeated .tensorflow.StructuredValue values = 1;
|
List<StructuredValue> |
getValuesList()
repeated .tensorflow.StructuredValue values = 1;
|
StructuredValueOrBuilder |
getValuesOrBuilder(int index)
repeated .tensorflow.StructuredValue values = 1;
|
List<? extends StructuredValueOrBuilder> |
getValuesOrBuilderList()
repeated .tensorflow.StructuredValue values = 1;
|
int |
hashCode()
|
final boolean | |
static ListValue.Builder |
newBuilder(ListValue prototype)
|
static ListValue.Builder | |
ListValue.Builder | |
static ListValue |
parseDelimitedFrom(InputStream input)
|
static ListValue |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ListValue |
parseFrom(ByteBuffer data)
|
static ListValue |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ListValue |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ListValue |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ListValue |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ListValue |
parseFrom(com.google.protobuf.ByteString data)
|
static ListValue |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ListValue |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
ListValue.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int VALUES_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int getValuesCount ()
repeated .tensorflow.StructuredValue values = 1;
public StructuredValueOrBuilder getValuesOrBuilder (int index)
repeated .tensorflow.StructuredValue values = 1;
public List<? extends StructuredValueOrBuilder> getValuesOrBuilderList ()
repeated .tensorflow.StructuredValue values = 1;
public int hashCode ()
public final boolean isInitialized ()
public static ListValue parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ListValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ListValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ListValue parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ListValue parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static ListValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ListValue 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 |
---|