Uses of Class
com.google.cloud.batch.v1alpha.LifecyclePolicy.Action
-
Packages that use LifecyclePolicy.Action Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of LifecyclePolicy.Action in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return LifecyclePolicy.Action Modifier and Type Method Description static LifecyclePolicy.ActionLifecyclePolicy.Action. forNumber(int value)LifecyclePolicy.ActionLifecyclePolicy.Builder. getAction()Action to execute when ActionCondition is true.LifecyclePolicy.ActionLifecyclePolicy. getAction()Action to execute when ActionCondition is true.LifecyclePolicy.ActionLifecyclePolicyOrBuilder. getAction()Action to execute when ActionCondition is true.static LifecyclePolicy.ActionLifecyclePolicy.Action. valueOf(int value)Deprecated.static LifecyclePolicy.ActionLifecyclePolicy.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LifecyclePolicy.ActionLifecyclePolicy.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecyclePolicy.Action[]LifecyclePolicy.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.batch.v1alpha that return types with arguments of type LifecyclePolicy.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LifecyclePolicy.Action>LifecyclePolicy.Action. internalGetValueMap()Methods in com.google.cloud.batch.v1alpha with parameters of type LifecyclePolicy.Action Modifier and Type Method Description LifecyclePolicy.BuilderLifecyclePolicy.Builder. setAction(LifecyclePolicy.Action value)Action to execute when ActionCondition is true.
-