public static final class
CollectionDef.Int64List.Builder
Int64List is used for collecting int, int64 and long values.
tensorflow.CollectionDef.Int64List
Public Methods
CollectionDef.Int64List.Builder |
addAllValue(Iterable<? extends Long> values)
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
CollectionDef.Int64List.Builder |
addValue(long value)
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List |
build()
|
CollectionDef.Int64List | |
CollectionDef.Int64List.Builder |
clear()
|
CollectionDef.Int64List.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
CollectionDef.Int64List.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
CollectionDef.Int64List.Builder |
clearValue()
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
clone()
|
CollectionDef.Int64List | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
long |
getValue(int index)
repeated int64 value = 1 [packed = true];
|
int |
getValueCount()
repeated int64 value = 1 [packed = true];
|
List<Long> |
getValueList()
repeated int64 value = 1 [packed = true];
|
final boolean | |
CollectionDef.Int64List.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
CollectionDef.Int64List.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final CollectionDef.Int64List.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
CollectionDef.Int64List.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
CollectionDef.Int64List.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final CollectionDef.Int64List.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
CollectionDef.Int64List.Builder |
setValue(int index, long value)
repeated int64 value = 1 [packed = true];
|
Inherited Methods
Public Methods
public CollectionDef.Int64List.Builder addAllValue (Iterable<? extends Long> values)
repeated int64 value = 1 [packed = true];
public CollectionDef.Int64List.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CollectionDef.Int64List.Builder addValue (long value)
repeated int64 value = 1 [packed = true];
public CollectionDef.Int64List.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public CollectionDef.Int64List.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public long getValue (int index)
repeated int64 value = 1 [packed = true];
public int getValueCount ()
repeated int64 value = 1 [packed = true];
public List<Long> getValueList ()
repeated int64 value = 1 [packed = true];
public final boolean isInitialized ()
public CollectionDef.Int64List.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final CollectionDef.Int64List.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CollectionDef.Int64List.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CollectionDef.Int64List.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public final CollectionDef.Int64List.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CollectionDef.Int64List.Builder setValue (int index, long value)
repeated int64 value = 1 [packed = true];