Package com.google.cloud.memcache.v1
Interface Instance.InstanceMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Instance.InstanceMessage
,Instance.InstanceMessage.Builder
- Enclosing class:
- Instance
public static interface Instance.InstanceMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instance.InstanceMessage.Code
getCode()
A code that correspond to one type of user-facing message.int
getCodeValue()
A code that correspond to one type of user-facing message.String
getMessage()
Message on memcached instance which will be exposed to users.com.google.protobuf.ByteString
getMessageBytes()
Message on memcached instance which will be exposed to users.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
int getCodeValue()
A code that correspond to one type of user-facing message.
.google.cloud.memcache.v1.Instance.InstanceMessage.Code code = 1;
- Returns:
- The enum numeric value on the wire for code.
-
getCode
Instance.InstanceMessage.Code getCode()
A code that correspond to one type of user-facing message.
.google.cloud.memcache.v1.Instance.InstanceMessage.Code code = 1;
- Returns:
- The code.
-
getMessage
String getMessage()
Message on memcached instance which will be exposed to users.
string message = 2;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Message on memcached instance which will be exposed to users.
string message = 2;
- Returns:
- The bytes for message.
-
-