public static final class
BytesList.Builder
Containers to hold repeated fundamental values.
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 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 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 BytesList.Builder setValue (int index, com.google.protobuf.ByteString value)
repeated bytes value = 1;