Interface ActionStatusOrBuilder (0.1.0)

public interface ActionStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatusCode()

public abstract Code getStatusCode()

The status code.

.google.rpc.Code status_code = 1;

Returns
TypeDescription
com.google.rpc.Code

The statusCode.

getStatusCodeValue()

public abstract int getStatusCodeValue()

The status code.

.google.rpc.Code status_code = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for userFacingMessage.