Interface ImportEvaluationsResponseOrBuilder (0.3.0)

public interface ImportEvaluationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorMessages(int index)

public abstract String getErrorMessages(int index)

Optional. A list of error messages associated with evaluations that failed to be imported.

repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The errorMessages at the given index.

getErrorMessagesBytes(int index)

public abstract ByteString getErrorMessagesBytes(int index)

Optional. A list of error messages associated with evaluations that failed to be imported.

repeated string error_messages = 2 [(.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 errorMessages at the given index.

getErrorMessagesCount()

public abstract int getErrorMessagesCount()

Optional. A list of error messages associated with evaluations that failed to be imported.

repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of errorMessages.

getErrorMessagesList()

public abstract List<String> getErrorMessagesList()

Optional. A list of error messages associated with evaluations that failed to be imported.

repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the errorMessages.

getEvaluations(int index)

public abstract Evaluation getEvaluations(int index)

The list of evaluations that were imported into the app.

repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;

Parameter
Name Description
index int
Returns
Type Description
Evaluation

getEvaluationsCount()

public abstract int getEvaluationsCount()

The list of evaluations that were imported into the app.

repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;

Returns
Type Description
int

getEvaluationsList()

public abstract List<Evaluation> getEvaluationsList()

The list of evaluations that were imported into the app.

repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;

Returns
Type Description
List<Evaluation>

getEvaluationsOrBuilder(int index)

public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)

The list of evaluations that were imported into the app.

repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;

Parameter
Name Description
index int
Returns
Type Description
EvaluationOrBuilder

getEvaluationsOrBuilderList()

public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()

The list of evaluations that were imported into the app.

repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.EvaluationOrBuilder>

getImportFailureCount()

public abstract int getImportFailureCount()

The number of evaluations that were not imported due to errors.

int32 import_failure_count = 3;

Returns
Type Description
int

The importFailureCount.