public interface ValidationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Validation |
getValidations(int index)
A list of validations (includes both executed as well as not executed
validations).
|
int |
getValidationsCount()
A list of validations (includes both executed as well as not executed
validations).
|
List<Validation> |
getValidationsList()
A list of validations (includes both executed as well as not executed
validations).
|
ValidationOrBuilder |
getValidationsOrBuilder(int index)
A list of validations (includes both executed as well as not executed
validations).
|
List<? extends ValidationOrBuilder> |
getValidationsOrBuilderList()
A list of validations (includes both executed as well as not executed
validations).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Validation> getValidationsList()
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;Validation getValidations(int index)
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;int getValidationsCount()
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;List<? extends ValidationOrBuilder> getValidationsOrBuilderList()
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;ValidationOrBuilder getValidationsOrBuilder(int index)
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;Copyright © 2022 Google LLC. All rights reserved.