public static interface AssessDataResponse.TuningValidationAssessmentResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrors(int index)
Optional.
|
com.google.protobuf.ByteString |
getErrorsBytes(int index)
Optional.
|
int |
getErrorsCount()
Optional.
|
List<String> |
getErrorsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getErrorsList()
Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];int getErrorsCount()
Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];String getErrors(int index)
Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getErrorsBytes(int index)
Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.