public interface FailedEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCause()
public abstract String getCause()The human-readable description of the cause of the failure.
string cause = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The cause. |
getCauseBytes()
public abstract ByteString getCauseBytes()The human-readable description of the cause of the failure.
string cause = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cause. |
getCode()
public abstract Code getCode()The Google standard error code that best describes this failure.
.google.rpc.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Code |
The code. |
getCodeValue()
public abstract int getCodeValue()The Google standard error code that best describes this failure.
.google.rpc.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |