Interface VerifyReferenceListResponseOrBuilder (0.32.0)

public interface VerifyReferenceListResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract ReferenceListError getErrors(int index)

Line-level errors causing the list to be invalid.

repeated .google.cloud.chronicle.v1.ReferenceListError errors = 2;

Parameter
Name Description
index int
Returns
Type Description
ReferenceListError

getErrorsCount()

public abstract int getErrorsCount()

Line-level errors causing the list to be invalid.

repeated .google.cloud.chronicle.v1.ReferenceListError errors = 2;

Returns
Type Description
int

getErrorsList()

public abstract List<ReferenceListError> getErrorsList()

Line-level errors causing the list to be invalid.

repeated .google.cloud.chronicle.v1.ReferenceListError errors = 2;

Returns
Type Description
List<ReferenceListError>

getErrorsOrBuilder(int index)

public abstract ReferenceListErrorOrBuilder getErrorsOrBuilder(int index)

Line-level errors causing the list to be invalid.

repeated .google.cloud.chronicle.v1.ReferenceListError errors = 2;

Parameter
Name Description
index int
Returns
Type Description
ReferenceListErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends ReferenceListErrorOrBuilder> getErrorsOrBuilderList()

Line-level errors causing the list to be invalid.

repeated .google.cloud.chronicle.v1.ReferenceListError errors = 2;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.ReferenceListErrorOrBuilder>

getSuccess()

public abstract boolean getSuccess()

Validity of list - true if no errors found.

bool success = 1;

Returns
Type Description
boolean

The success.