CollectionDef.AnyList

public static final class CollectionDef.AnyList

 AnyList is used for collecting Any protos.
 
Protobuf type tensorflow.CollectionDef.AnyList

Nested Classes

class CollectionDef.AnyList.Builder
 AnyList is used for collecting Any protos. 

Constants

int VALUE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static CollectionDef.AnyList
CollectionDef.AnyList
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
com.google.protobuf.Any
getValue(int index)
repeated .google.protobuf.Any value = 1;
int
getValueCount()
repeated .google.protobuf.Any value = 1;
List<Any>
getValueList()
repeated .google.protobuf.Any value = 1;
com.google.protobuf.AnyOrBuilder
getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
List<? extends AnyOrBuilder>
getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
int
final boolean
static CollectionDef.AnyList.Builder
static CollectionDef.AnyList.Builder
CollectionDef.AnyList.Builder
static CollectionDef.AnyList
parseDelimitedFrom(InputStream input)
static CollectionDef.AnyList
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.AnyList
parseFrom(ByteBuffer data)
static CollectionDef.AnyList
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.AnyList
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.AnyList
parseFrom(com.google.protobuf.CodedInputStream input)
static CollectionDef.AnyList
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.AnyList
parseFrom(com.google.protobuf.ByteString data)
static CollectionDef.AnyList
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.AnyList
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
CollectionDef.AnyList.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int VALUE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static CollectionDef.AnyList getDefaultInstance ()

public CollectionDef.AnyList getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

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

public com.google.protobuf.Any getValue (int index)

repeated .google.protobuf.Any value = 1;

public int getValueCount ()

repeated .google.protobuf.Any value = 1;

public List<Any> getValueList ()

repeated .google.protobuf.Any value = 1;

public com.google.protobuf.AnyOrBuilder getValueOrBuilder (int index)

repeated .google.protobuf.Any value = 1;

public List<? extends AnyOrBuilder> getValueOrBuilderList ()

repeated .google.protobuf.Any value = 1;

public int hashCode ()

public final boolean isInitialized ()

public static CollectionDef.AnyList.Builder newBuilder (CollectionDef.AnyList prototype)

public static CollectionDef.AnyList.Builder newBuilder ()

public CollectionDef.AnyList.Builder newBuilderForType ()

public static CollectionDef.AnyList parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static CollectionDef.AnyList parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static CollectionDef.AnyList parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static CollectionDef.AnyList parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public CollectionDef.AnyList.Builder toBuilder ()

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

Throws
IOException