Interface StateConditionOrBuilder (1.32.0)

public interface StateConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract Code getCode()

The canonical code of the condition.

.google.rpc.Code code = 1;

Returns
TypeDescription
com.google.rpc.Code

The code.

getCodeValue()

public abstract int getCodeValue()

The canonical code of the condition.

.google.rpc.Code code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getMessage()

public abstract String getMessage()

Human-readable message.

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Human-readable message.

string message = 2;

Returns
TypeDescription
ByteString

The bytes for message.