Uses of Class
com.google.cloud.memcache.v1beta2.Instance.InstanceMessage.Code
-
Packages that use Instance.InstanceMessage.Code Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached API -
-
Uses of Instance.InstanceMessage.Code in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 that return Instance.InstanceMessage.Code Modifier and Type Method Description static Instance.InstanceMessage.CodeInstance.InstanceMessage.Code. forNumber(int value)Instance.InstanceMessage.CodeInstance.InstanceMessage.Builder. getCode()A code that correspond to one type of user-facing message.Instance.InstanceMessage.CodeInstance.InstanceMessage. getCode()A code that correspond to one type of user-facing message.Instance.InstanceMessage.CodeInstance.InstanceMessageOrBuilder. getCode()A code that correspond to one type of user-facing message.static Instance.InstanceMessage.CodeInstance.InstanceMessage.Code. valueOf(int value)Deprecated.static Instance.InstanceMessage.CodeInstance.InstanceMessage.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Instance.InstanceMessage.CodeInstance.InstanceMessage.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static Instance.InstanceMessage.Code[]Instance.InstanceMessage.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.memcache.v1beta2 that return types with arguments of type Instance.InstanceMessage.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.InstanceMessage.Code>Instance.InstanceMessage.Code. internalGetValueMap()Methods in com.google.cloud.memcache.v1beta2 with parameters of type Instance.InstanceMessage.Code Modifier and Type Method Description Instance.InstanceMessage.BuilderInstance.InstanceMessage.Builder. setCode(Instance.InstanceMessage.Code value)A code that correspond to one type of user-facing message.
-