public interface ActionStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStatusCode()
public abstract Code getStatusCode()
The status code.
.google.rpc.Code status_code = 1;
Returns | |
---|---|
Type | Description |
com.google.rpc.Code |
The statusCode. |
getStatusCodeValue()
public abstract int getStatusCodeValue()
The status code.
.google.rpc.Code status_code = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for statusCode. |
getUserFacingMessage()
public abstract String getUserFacingMessage()
The message to send users about the status of their request.
If unset, a generic message based on the status_code
is sent.
string user_facing_message = 2;
Returns | |
---|---|
Type | Description |
String |
The userFacingMessage. |
getUserFacingMessageBytes()
public abstract ByteString getUserFacingMessageBytes()
The message to send users about the status of their request.
If unset, a generic message based on the status_code
is sent.
string user_facing_message = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userFacingMessage. |