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.Action
LifecyclePolicy.Action. forNumber(int value)
LifecyclePolicy.Action
LifecyclePolicy.Builder. getAction()
Action to execute when ActionCondition is true.LifecyclePolicy.Action
LifecyclePolicy. getAction()
Action to execute when ActionCondition is true.LifecyclePolicy.Action
LifecyclePolicyOrBuilder. getAction()
Action to execute when ActionCondition is true.static LifecyclePolicy.Action
LifecyclePolicy.Action. valueOf(int value)
Deprecated.static LifecyclePolicy.Action
LifecyclePolicy.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LifecyclePolicy.Action
LifecyclePolicy.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.Builder
LifecyclePolicy.Builder. setAction(LifecyclePolicy.Action value)
Action to execute when ActionCondition is true.
-