CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.addAllValue(Iterable<? extends Long> values)
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.addValue(long value)
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clear() |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clearValue()
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clone() |
CollectionDef.Int64List.Builder |
CollectionDef.Builder.getInt64ListBuilder()
.tensorflow.CollectionDef.Int64List int64_list = 3;
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeFrom(CollectionDef.Int64List other) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeFrom(com.google.protobuf.Message other) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilder() |
static CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilder(CollectionDef.Int64List prototype) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilderForType() |
protected CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setValue(int index,
long value)
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.toBuilder() |