| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
Violation |
Violation.Builder.build() |
Violation |
Violation.Builder.buildPartial() |
static Violation |
Violation.getDefaultInstance() |
Violation |
Violation.getDefaultInstanceForType() |
Violation |
Violation.Builder.getDefaultInstanceForType() |
Violation |
Violations.getViolations(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violation |
Violations.Builder.getViolations(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violation |
ViolationsOrBuilder.getViolations(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
static Violation |
Violation.parseDelimitedFrom(InputStream input) |
static Violation |
Violation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Violation |
Violation.parseFrom(byte[] data) |
static Violation |
Violation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Violation |
Violation.parseFrom(ByteBuffer data) |
static Violation |
Violation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Violation |
Violation.parseFrom(com.google.protobuf.ByteString data) |
static Violation |
Violation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Violation |
Violation.parseFrom(com.google.protobuf.CodedInputStream input) |
static Violation |
Violation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Violation |
Violation.parseFrom(InputStream input) |
static Violation |
Violation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Violation> |
Violation.getParserForType() |
List<Violation> |
Violations.getViolationsList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
List<Violation> |
Violations.Builder.getViolationsList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
List<Violation> |
ViolationsOrBuilder.getViolationsList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
static com.google.protobuf.Parser<Violation> |
Violation.parser() |
| Modifier and Type | Method and Description |
|---|---|
Violations.Builder |
Violations.Builder.addViolations(int index,
Violation value)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Violations.Builder |
Violations.Builder.addViolations(Violation value)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
static Violation.Builder |
Violation.newBuilder(Violation prototype) |
Violations.Builder |
Violations.Builder.setViolations(int index,
Violation value)
`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.addAllViolations(Iterable<? extends Violation> values)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
Copyright © 2023. All rights reserved.