ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.addAllVars(java.lang.Iterable<? extends java.lang.Integer> values) |
repeated int32 vars = 1;
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.addVars(int value) |
repeated int32 vars = 1;
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clear() |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clearVars() |
repeated int32 vars = 1;
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clone() |
|
ListOfVariablesProto.Builder |
ConstraintProto.Builder.getDummyConstraintBuilder() |
This constraint is not meant to be used and will be rejected by the
solver.
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(ListOfVariablesProto other) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilder() |
|
static ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilder(ListOfVariablesProto prototype) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilderForType() |
|
protected ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.setVars(int index,
int value) |
repeated int32 vars = 1;
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.toBuilder() |
|