Interface OperationErrorsOrBuilder (0.1.0)

public interface OperationErrorsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract OperationError getErrors(int index)

The list of errors encountered while processing this operation.

repeated .google.cloud.sql.v1beta4.OperationError errors = 2;

Parameter
Name Description
index int
Returns
Type Description
OperationError

getErrorsCount()

public abstract int getErrorsCount()

The list of errors encountered while processing this operation.

repeated .google.cloud.sql.v1beta4.OperationError errors = 2;

Returns
Type Description
int

getErrorsList()

public abstract List<OperationError> getErrorsList()

The list of errors encountered while processing this operation.

repeated .google.cloud.sql.v1beta4.OperationError errors = 2;

Returns
Type Description
List<OperationError>

getErrorsOrBuilder(int index)

public abstract OperationErrorOrBuilder getErrorsOrBuilder(int index)

The list of errors encountered while processing this operation.

repeated .google.cloud.sql.v1beta4.OperationError errors = 2;

Parameter
Name Description
index int
Returns
Type Description
OperationErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends OperationErrorOrBuilder> getErrorsOrBuilderList()

The list of errors encountered while processing this operation.

repeated .google.cloud.sql.v1beta4.OperationError errors = 2;

Returns
Type Description
List<? extends com.google.cloud.sql.v1beta4.OperationErrorOrBuilder>

getKind()

public abstract String getKind()

This is always sql#operationErrors.

string kind = 1;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#operationErrors.

string kind = 1;

Returns
Type Description
ByteString

The bytes for kind.