public static interface Instance.InstanceMessageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract Instance.InstanceMessage.Code getCode()
A code that correspond to one type of user-facing message.
.google.events.cloud.memcache.v1.Instance.InstanceMessage.Code code = 1;
Returns | |
---|---|
Type | Description |
Instance.InstanceMessage.Code | The code. |
getCodeValue()
public abstract int getCodeValue()
A code that correspond to one type of user-facing message.
.google.events.cloud.memcache.v1.Instance.InstanceMessage.Code code = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for code. |
getMessage()
public abstract String getMessage()
Message on memcached instance which will be exposed to users.
string message = 2;
Returns | |
---|---|
Type | Description |
String | The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Message on memcached instance which will be exposed to users.
string message = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for message. |