Uses of Class
com.google.cloud.redis.v1.Instance.Tier
-
Packages that use Instance.Tier Package Description com.google.cloud.redis.v1 A client to Google Cloud Memorystore for Redis API -
-
Uses of Instance.Tier in com.google.cloud.redis.v1
Methods in com.google.cloud.redis.v1 that return Instance.Tier Modifier and Type Method Description static Instance.Tier
Instance.Tier. forNumber(int value)
Instance.Tier
Instance.Builder. getTier()
Required.Instance.Tier
Instance. getTier()
Required.Instance.Tier
InstanceOrBuilder. getTier()
Required.static Instance.Tier
Instance.Tier. valueOf(int value)
Deprecated.static Instance.Tier
Instance.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Instance.Tier
Instance.Tier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.Tier[]
Instance.Tier. 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.Tier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.Tier>
Instance.Tier. internalGetValueMap()
Methods in com.google.cloud.redis.v1 with parameters of type Instance.Tier Modifier and Type Method Description Instance.Builder
Instance.Builder. setTier(Instance.Tier value)
Required.
-