Uses of Class
com.google.cloud.alloydb.v1beta.Instance.UpdatePolicy.Mode
-
Packages that use Instance.UpdatePolicy.Mode Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB API -
-
Uses of Instance.UpdatePolicy.Mode in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return Instance.UpdatePolicy.Mode Modifier and Type Method Description static Instance.UpdatePolicy.ModeInstance.UpdatePolicy.Mode. forNumber(int value)Instance.UpdatePolicy.ModeInstance.UpdatePolicy.Builder. getMode()Mode for updating the instance.Instance.UpdatePolicy.ModeInstance.UpdatePolicy. getMode()Mode for updating the instance.Instance.UpdatePolicy.ModeInstance.UpdatePolicyOrBuilder. getMode()Mode for updating the instance.static Instance.UpdatePolicy.ModeInstance.UpdatePolicy.Mode. valueOf(int value)Deprecated.static Instance.UpdatePolicy.ModeInstance.UpdatePolicy.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Instance.UpdatePolicy.ModeInstance.UpdatePolicy.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Instance.UpdatePolicy.Mode[]Instance.UpdatePolicy.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type Instance.UpdatePolicy.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.UpdatePolicy.Mode>Instance.UpdatePolicy.Mode. internalGetValueMap()Methods in com.google.cloud.alloydb.v1beta with parameters of type Instance.UpdatePolicy.Mode Modifier and Type Method Description Instance.UpdatePolicy.BuilderInstance.UpdatePolicy.Builder. setMode(Instance.UpdatePolicy.Mode value)Mode for updating the instance.
-