BytesList.Builder

classe final pública estática BytesList.Builder

 Containers to hold repeated fundamental values.
 
tensorflow.BytesList tipo tensorflow.BytesList

Métodos Públicos

BytesList.Builder
addAllValue (valores Iterable <? extends ByteString>)
repeated bytes value = 1;
BytesList.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
BytesList.Builder
addValue (valor com.google.protobuf.ByteString)
repeated bytes value = 1;
BytesList
build ()
BytesList
BytesList.Builder
limpar ()
BytesList.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
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 booleano
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
BytesList.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final BytesList.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
BytesList.Builder
setValue (int index, valor com.google.protobuf.ByteString)
repeated bytes value = 1;

Métodos herdados

Métodos Públicos

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

repeated bytes value = 1;

public BytesList.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

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 (campo com.google.protobuf.Descriptors.FieldDescriptor)

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)

Lança
IOException

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

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

public BytesList.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public BytesList.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

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;