| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
MapRules.Builder |
MapRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MapRules.Builder |
MapRules.Builder.clear() |
MapRules.Builder |
MapRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MapRules.Builder |
MapRules.Builder.clearKeys()
Specifies the constraints to be applied to each key in the field.
|
MapRules.Builder |
MapRules.Builder.clearMaxPairs()
Specifies the maximum number of key-value pairs allowed.
|
MapRules.Builder |
MapRules.Builder.clearMinPairs()
Specifies the minimum number of key-value pairs allowed.
|
MapRules.Builder |
MapRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MapRules.Builder |
MapRules.Builder.clearValues()
Specifies the constraints to be applied to the value of each key in the
field.
|
MapRules.Builder |
MapRules.Builder.clone() |
MapRules.Builder |
FieldConstraints.Builder.getMapBuilder()
.buf.validate.MapRules map = 19 [json_name = "map"]; |
MapRules.Builder |
MapRules.Builder.mergeKeys(FieldConstraints value)
Specifies the constraints to be applied to each key in the field.
|
MapRules.Builder |
MapRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MapRules.Builder |
MapRules.Builder.mergeValues(FieldConstraints value)
Specifies the constraints to be applied to the value of each key in the
field.
|
static MapRules.Builder |
MapRules.newBuilder() |
static MapRules.Builder |
MapRules.newBuilder(MapRules prototype) |
MapRules.Builder |
MapRules.newBuilderForType() |
protected MapRules.Builder |
MapRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MapRules.Builder |
MapRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MapRules.Builder |
MapRules.Builder.setKeys(FieldConstraints.Builder builderForValue)
Specifies the constraints to be applied to each key in the field.
|
MapRules.Builder |
MapRules.Builder.setKeys(FieldConstraints value)
Specifies the constraints to be applied to each key in the field.
|
MapRules.Builder |
MapRules.Builder.setMaxPairs(long value)
Specifies the maximum number of key-value pairs allowed.
|
MapRules.Builder |
MapRules.Builder.setMinPairs(long value)
Specifies the minimum number of key-value pairs allowed.
|
MapRules.Builder |
MapRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MapRules.Builder |
MapRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MapRules.Builder |
MapRules.Builder.setValues(FieldConstraints.Builder builderForValue)
Specifies the constraints to be applied to the value of each key in the
field.
|
MapRules.Builder |
MapRules.Builder.setValues(FieldConstraints value)
Specifies the constraints to be applied to the value of each key in the
field.
|
MapRules.Builder |
MapRules.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.setMap(MapRules.Builder builderForValue)
.buf.validate.MapRules map = 19 [json_name = "map"]; |
Copyright © 2024. All rights reserved.