Uses of Class
com.google.cloud.redis.v1.Instance.ConnectMode
-
Packages that use Instance.ConnectMode Package Description com.google.cloud.redis.v1 A client to Google Cloud Memorystore for Redis API -
-
Uses of Instance.ConnectMode in com.google.cloud.redis.v1
Methods in com.google.cloud.redis.v1 that return Instance.ConnectMode Modifier and Type Method Description static Instance.ConnectModeInstance.ConnectMode. forNumber(int value)Instance.ConnectModeInstance.Builder. getConnectMode()Optional.Instance.ConnectModeInstance. getConnectMode()Optional.Instance.ConnectModeInstanceOrBuilder. getConnectMode()Optional.static Instance.ConnectModeInstance.ConnectMode. valueOf(int value)Deprecated.static Instance.ConnectModeInstance.ConnectMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Instance.ConnectModeInstance.ConnectMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Instance.ConnectMode[]Instance.ConnectMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.redis.v1 that return types with arguments of type Instance.ConnectMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.ConnectMode>Instance.ConnectMode. internalGetValueMap()Methods in com.google.cloud.redis.v1 with parameters of type Instance.ConnectMode Modifier and Type Method Description Instance.BuilderInstance.Builder. setConnectMode(Instance.ConnectMode value)Optional.
-