Interface AssessDataResponse.TuningValidationAssessmentResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssessDataResponse.TuningValidationAssessmentResult,AssessDataResponse.TuningValidationAssessmentResult.Builder
- Enclosing class:
- AssessDataResponse
public static interface AssessDataResponse.TuningValidationAssessmentResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(int index) Optional.com.google.protobuf.ByteStringgetErrorsBytes(int index) Optional.intOptional.Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorsList
Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the errors.
-
getErrorsCount
int getErrorsCount()Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of errors.
-
getErrors
Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getErrorsBytes
com.google.protobuf.ByteString getErrorsBytes(int index) Optional. A list containing the first validation errors.
repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the errors at the given index.
-