| Modifier and Type | Method and Description |
|---|---|
Validation |
Validation.Builder.build() |
Validation |
Validation.Builder.buildPartial() |
static Validation |
Validation.getDefaultInstance() |
Validation |
Validation.getDefaultInstanceForType() |
Validation |
Validation.Builder.getDefaultInstanceForType() |
Validation |
ValidationResultOrBuilder.getValidations(int index)
A list of validations (includes both executed as well as not executed
validations).
|
Validation |
ValidationResult.getValidations(int index)
A list of validations (includes both executed as well as not executed
validations).
|
Validation |
ValidationResult.Builder.getValidations(int index)
A list of validations (includes both executed as well as not executed
validations).
|
static Validation |
Validation.parseDelimitedFrom(InputStream input) |
static Validation |
Validation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Validation |
Validation.parseFrom(byte[] data) |
static Validation |
Validation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Validation |
Validation.parseFrom(ByteBuffer data) |
static Validation |
Validation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Validation |
Validation.parseFrom(com.google.protobuf.ByteString data) |
static Validation |
Validation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Validation |
Validation.parseFrom(com.google.protobuf.CodedInputStream input) |
static Validation |
Validation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Validation |
Validation.parseFrom(InputStream input) |
static Validation |
Validation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Validation> |
Validation.getParserForType() |
List<Validation> |
ValidationResultOrBuilder.getValidationsList()
A list of validations (includes both executed as well as not executed
validations).
|
List<Validation> |
ValidationResult.getValidationsList()
A list of validations (includes both executed as well as not executed
validations).
|
List<Validation> |
ValidationResult.Builder.getValidationsList()
A list of validations (includes both executed as well as not executed
validations).
|
static com.google.protobuf.Parser<Validation> |
Validation.parser() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult.Builder |
ValidationResult.Builder.addValidations(int index,
Validation value)
A list of validations (includes both executed as well as not executed
validations).
|
ValidationResult.Builder |
ValidationResult.Builder.addValidations(Validation value)
A list of validations (includes both executed as well as not executed
validations).
|
Validation.Builder |
Validation.Builder.mergeFrom(Validation other) |
static Validation.Builder |
Validation.newBuilder(Validation prototype) |
ValidationResult.Builder |
ValidationResult.Builder.setValidations(int index,
Validation value)
A list of validations (includes both executed as well as not executed
validations).
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult.Builder |
ValidationResult.Builder.addAllValidations(Iterable<? extends Validation> values)
A list of validations (includes both executed as well as not executed
validations).
|
Copyright © 2022 Google LLC. All rights reserved.