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 Type
    Method
    Description
    getErrors(int index)
    Optional.
    com.google.protobuf.ByteString
    getErrorsBytes(int index)
    Optional.
    int
    Optional.
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getErrorsList

      List<String> 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

      String getErrors(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 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.