Interface AssessDataResponse.TuningValidationAssessmentResultOrBuilder (3.65.0)

public static interface AssessDataResponse.TuningValidationAssessmentResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract String getErrors(int index)

Optional. A list containing the first validation errors.

repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The errors at the given index.

getErrorsBytes(int index)

public abstract ByteString getErrorsBytes(int index)

Optional. A list containing the first validation errors.

repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the errors at the given index.

getErrorsCount()

public abstract int getErrorsCount()

Optional. A list containing the first validation errors.

repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of errors.

getErrorsList()

public abstract List<String> getErrorsList()

Optional. A list containing the first validation errors.

repeated string errors = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the errors.