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