BytesList.Builder

public static final class BytesList.Builder

 Containers to hold repeated fundamental values.
 
Protobuf type tensorflow.BytesList

Public Methods

BytesList.Builder
addAllValue(Iterable<? extends ByteString> values)
repeated bytes value = 1;
BytesList.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BytesList.Builder
addValue(com.google.protobuf.ByteString value)
repeated bytes value = 1;
BytesList
build()
BytesList
BytesList.Builder
clear()
BytesList.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BytesList.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BytesList.Builder
clearValue()
repeated bytes value = 1;
BytesList.Builder
clone()
BytesList
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getValue(int index)
repeated bytes value = 1;
int
getValueCount()
repeated bytes value = 1;
List<ByteString>
getValueList()
repeated bytes value = 1;
final boolean
BytesList.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BytesList.Builder
mergeFrom(com.google.protobuf.Message other)
final BytesList.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BytesList.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BytesList.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final BytesList.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BytesList.Builder
setValue(int index, com.google.protobuf.ByteString value)
repeated bytes value = 1;

Inherited Methods

Public Methods

public BytesList.Builder addAllValue (Iterable<? extends ByteString> values)

repeated bytes value = 1;

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

public BytesList.Builder addValue (com.google.protobuf.ByteString value)

repeated bytes value = 1;

public BytesList build ()

public BytesList buildPartial ()

public BytesList.Builder clear ()

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

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

public BytesList.Builder clearValue ()

repeated bytes value = 1;

public BytesList.Builder clone ()

public BytesList getDefaultInstanceForType ()

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

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

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

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

public List<ByteString> getValueList ()

repeated bytes value = 1;

public final boolean isInitialized ()

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

Throws
IOException

public BytesList.Builder mergeFrom (com.google.protobuf.Message other)

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

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

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

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

public BytesList.Builder setValue (int index, com.google.protobuf.ByteString value)

repeated bytes value = 1;