Interface QueuedResourceState.FailedDataOrBuilder (2.17.0)

public static interface QueuedResourceState.FailedDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Status getError()

The error that caused the queued resource to enter the FAILED state.

.google.rpc.Status error = 1;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

The error that caused the queued resource to enter the FAILED state.

.google.rpc.Status error = 1;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasError()

public abstract boolean hasError()

The error that caused the queued resource to enter the FAILED state.

.google.rpc.Status error = 1;

Returns
TypeDescription
boolean

Whether the error field is set.