ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.addAllVal(Iterable<? extends Long> values)
repeated int64 val = 1;
|
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.addVal(long value)
repeated int64 val = 1;
|
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.clear() |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.clearVal()
repeated int64 val = 1;
|
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.clone() |
ValueProto.Int64List.Builder |
ValueProto.Value.Builder.getInt64ListValBuilder()
.feast.types.Int64List int64_list_val = 14;
|
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.mergeFrom(com.google.protobuf.Message other) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.mergeFrom(ValueProto.Int64List other) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ValueProto.Int64List.Builder |
ValueProto.Int64List.newBuilder() |
static ValueProto.Int64List.Builder |
ValueProto.Int64List.newBuilder(ValueProto.Int64List prototype) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.newBuilderForType() |
protected ValueProto.Int64List.Builder |
ValueProto.Int64List.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ValueProto.Int64List.Builder |
ValueProto.Int64List.Builder.setVal(int index,
long value)
repeated int64 val = 1;
|
ValueProto.Int64List.Builder |
ValueProto.Int64List.toBuilder() |