public static interface Instance.InstanceMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCodeValue()
A code that correspond to one type of user-facing message.
.google.cloud.memcache.v1.Instance.InstanceMessage.Code code = 1;Instance.InstanceMessage.Code getCode()
A code that correspond to one type of user-facing message.
.google.cloud.memcache.v1.Instance.InstanceMessage.Code code = 1;String getMessage()
Message on memcached instance which will be exposed to users.
string message = 2;com.google.protobuf.ByteString getMessageBytes()
Message on memcached instance which will be exposed to users.
string message = 2;Copyright © 2023 Google LLC. All rights reserved.