| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
Violation.Builder |
Violation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Violation.Builder |
Violations.Builder.addViolationsBuilder()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violation.Builder |
Violations.Builder.addViolationsBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violation.Builder |
Violation.Builder.clear() |
Violation.Builder |
Violation.Builder.clearConstraintId()
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
|
Violation.Builder |
Violation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Violation.Builder |
Violation.Builder.clearFieldPath()
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
|
Violation.Builder |
Violation.Builder.clearForKey()
`for_key` indicates whether the violation was caused by a map key, rather than a value.
|
Violation.Builder |
Violation.Builder.clearMessage()
`message` is a human-readable error message that describes the nature of the violation.
|
Violation.Builder |
Violation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Violation.Builder |
Violation.Builder.clone() |
Violation.Builder |
Violations.Builder.getViolationsBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violation.Builder |
Violation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Violation.Builder |
Violation.newBuilder() |
static Violation.Builder |
Violation.newBuilder(Violation prototype) |
Violation.Builder |
Violation.newBuilderForType() |
protected Violation.Builder |
Violation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Violation.Builder |
Violation.Builder.setConstraintId(String value)
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
|
Violation.Builder |
Violation.Builder.setConstraintIdBytes(com.google.protobuf.ByteString value)
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
|
Violation.Builder |
Violation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Violation.Builder |
Violation.Builder.setFieldPath(String value)
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
|
Violation.Builder |
Violation.Builder.setFieldPathBytes(com.google.protobuf.ByteString value)
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
|
Violation.Builder |
Violation.Builder.setForKey(boolean value)
`for_key` indicates whether the violation was caused by a map key, rather than a value.
|
Violation.Builder |
Violation.Builder.setMessage(String value)
`message` is a human-readable error message that describes the nature of the violation.
|
Violation.Builder |
Violation.Builder.setMessageBytes(com.google.protobuf.ByteString value)
`message` is a human-readable error message that describes the nature of the violation.
|
Violation.Builder |
Violation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Violation.Builder |
Violation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Violation.Builder |
Violation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Violation.Builder> |
Violations.Builder.getViolationsBuilderList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
| Modifier and Type | Method and Description |
|---|---|
Violations.Builder |
Violations.Builder.addViolations(int index,
Violation.Builder builderForValue)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violations.Builder |
Violations.Builder.addViolations(Violation.Builder builderForValue)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violations.Builder |
Violations.Builder.setViolations(int index,
Violation.Builder builderForValue)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Copyright © 2023. All rights reserved.