public static final class
Int64List.Builder
Protobuf type tensorflow.Int64List
Public Methods
Int64List.Builder |
addAllValue(Iterable<? extends Long> values)
repeated int64 value = 1 [packed = true];
|
Int64List.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
Int64List.Builder |
addValue(long value)
repeated int64 value = 1 [packed = true];
|
Int64List |
build()
|
Int64List | |
Int64List.Builder |
clear()
|
Int64List.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
Int64List.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
Int64List.Builder |
clearValue()
repeated int64 value = 1 [packed = true];
|
Int64List.Builder |
clone()
|
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 | |
Int64List.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Int64List.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final Int64List.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Int64List.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
Int64List.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final Int64List.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Int64List.Builder |
setValue(int index, long value)
repeated int64 value = 1 [packed = true];
|
Inherited Methods
Public Methods
public Int64List.Builder addAllValue (Iterable<? extends Long> values)
repeated int64 value = 1 [packed = true];
public Int64List.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 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 Int64List.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|