CollectionDef.AnyList.Builder

public static final class CollectionDef.AnyList.Builder

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

Public Methods

CollectionDef.AnyList.Builder
addAllValue(Iterable<? extends Any> values)
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CollectionDef.AnyList.Builder
addValue(com.google.protobuf.Any value)
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
addValue(int index, com.google.protobuf.Any value)
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
addValue(int index, com.google.protobuf.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
addValue(com.google.protobuf.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1;
com.google.protobuf.Any.Builder
addValueBuilder(int index)
repeated .google.protobuf.Any value = 1;
com.google.protobuf.Any.Builder
addValueBuilder()
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList
build()
CollectionDef.AnyList
CollectionDef.AnyList.Builder
clear()
CollectionDef.AnyList.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
CollectionDef.AnyList.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
CollectionDef.AnyList.Builder
clearValue()
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
clone()
CollectionDef.AnyList
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Any
getValue(int index)
repeated .google.protobuf.Any value = 1;
com.google.protobuf.Any.Builder
getValueBuilder(int index)
repeated .google.protobuf.Any value = 1;
List<Builder>
getValueBuilderList()
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;
final boolean
CollectionDef.AnyList.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.AnyList.Builder
mergeFrom(com.google.protobuf.Message other)
final CollectionDef.AnyList.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CollectionDef.AnyList.Builder
removeValue(int index)
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CollectionDef.AnyList.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final CollectionDef.AnyList.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CollectionDef.AnyList.Builder
setValue(int index, com.google.protobuf.Any value)
repeated .google.protobuf.Any value = 1;
CollectionDef.AnyList.Builder
setValue(int index, com.google.protobuf.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1;

Inherited Methods

Public Methods

public CollectionDef.AnyList.Builder addAllValue (Iterable<? extends Any> values)

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public CollectionDef.AnyList.Builder addValue (com.google.protobuf.Any value)

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList.Builder addValue (int index, com.google.protobuf.Any value)

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList.Builder addValue (int index, com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList.Builder addValue (com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any value = 1;

public com.google.protobuf.Any.Builder addValueBuilder (int index)

repeated .google.protobuf.Any value = 1;

public com.google.protobuf.Any.Builder addValueBuilder ()

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList build ()

public CollectionDef.AnyList buildPartial ()

public CollectionDef.AnyList.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public CollectionDef.AnyList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public CollectionDef.AnyList.Builder clearValue ()

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

repeated .google.protobuf.Any value = 1;

public com.google.protobuf.Any.Builder getValueBuilder (int index)

repeated .google.protobuf.Any value = 1;

public List<Builder> getValueBuilderList ()

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 final boolean isInitialized ()

public CollectionDef.AnyList.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public CollectionDef.AnyList.Builder mergeFrom (com.google.protobuf.Message other)

public final CollectionDef.AnyList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CollectionDef.AnyList.Builder removeValue (int index)

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public CollectionDef.AnyList.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final CollectionDef.AnyList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CollectionDef.AnyList.Builder setValue (int index, com.google.protobuf.Any value)

repeated .google.protobuf.Any value = 1;

public CollectionDef.AnyList.Builder setValue (int index, com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any value = 1;