Interface ReportResponse.ReportErrorOrBuilder (1.23.0)

public static interface ReportResponse.ReportErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperationId()

public abstract String getOperationId()

The Operation.operation_id value from the request.

string operation_id = 1;

Returns
TypeDescription
String

The operationId.

getOperationIdBytes()

public abstract ByteString getOperationIdBytes()

The Operation.operation_id value from the request.

string operation_id = 1;

Returns
TypeDescription
ByteString

The bytes for operationId.

getStatus()

public abstract Status getStatus()

Details of the error when processing the Operation.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

Details of the error when processing the Operation.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasStatus()

public abstract boolean hasStatus()

Details of the error when processing the Operation.

.google.rpc.Status status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.