Validate.MapRules.Builder |
Validate.MapRules.Builder.clear() |
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.clearIgnoreEmpty() |
IgnoreEmpty specifies that the validation rules of this field should be
evaluated only if the field is not empty
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.clearKeys() |
Keys specifies the constraints to be applied to each key in the field.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.clearMaxPairs() |
MaxPairs specifies that this field must have the specified number of
KVs at a maximum
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.clearMinPairs() |
MinPairs specifies that this field must have the specified number of
KVs at a minimum
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.clearNoSparse() |
NoSparse specifies values in this field cannot be unset.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.clearValues() |
Values specifies the constraints to be applied to the value of each key
in the field.
|
Validate.MapRules.Builder |
Validate.FieldRules.Builder.getMapBuilder() |
.validate.MapRules map = 19;
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.mergeFrom(Validate.MapRules other) |
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.mergeKeys(Validate.FieldRules value) |
Keys specifies the constraints to be applied to each key in the field.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.mergeValues(Validate.FieldRules value) |
Values specifies the constraints to be applied to the value of each key
in the field.
|
static Validate.MapRules.Builder |
Validate.MapRules.newBuilder() |
|
static Validate.MapRules.Builder |
Validate.MapRules.newBuilder(Validate.MapRules prototype) |
|
Validate.MapRules.Builder |
Validate.MapRules.newBuilderForType() |
|
protected Validate.MapRules.Builder |
Validate.MapRules.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setIgnoreEmpty(boolean value) |
IgnoreEmpty specifies that the validation rules of this field should be
evaluated only if the field is not empty
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setKeys(Validate.FieldRules value) |
Keys specifies the constraints to be applied to each key in the field.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setKeys(Validate.FieldRules.Builder builderForValue) |
Keys specifies the constraints to be applied to each key in the field.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setMaxPairs(long value) |
MaxPairs specifies that this field must have the specified number of
KVs at a maximum
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setMinPairs(long value) |
MinPairs specifies that this field must have the specified number of
KVs at a minimum
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setNoSparse(boolean value) |
NoSparse specifies values in this field cannot be unset.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setValues(Validate.FieldRules value) |
Values specifies the constraints to be applied to the value of each key
in the field.
|
Validate.MapRules.Builder |
Validate.MapRules.Builder.setValues(Validate.FieldRules.Builder builderForValue) |
Values specifies the constraints to be applied to the value of each key
in the field.
|
Validate.MapRules.Builder |
Validate.MapRules.toBuilder() |
|