Interface StateConditionOrBuilder (1.42.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
Type Description
com.google.rpc.Code

The code.

getCodeValue()

public abstract int getCodeValue()

The canonical code of the condition.

.google.rpc.Code code = 1;

Returns
Type Description
int

The enum numeric value on the wire for code.

getMessage()

public abstract String getMessage()

Human-readable message.

string message = 2;

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Human-readable message.

string message = 2;

Returns
Type Description
ByteString

The bytes for message.