Uses of Class
com.google.dataflow.v1beta3.TeardownPolicy
-
Packages that use TeardownPolicy Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of TeardownPolicy in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return TeardownPolicy Modifier and Type Method Description static TeardownPolicyTeardownPolicy. forNumber(int value)TeardownPolicyWorkerPool.Builder. getTeardownPolicy()Sets the policy for determining when to turndown worker pool.TeardownPolicyWorkerPool. getTeardownPolicy()Sets the policy for determining when to turndown worker pool.TeardownPolicyWorkerPoolOrBuilder. getTeardownPolicy()Sets the policy for determining when to turndown worker pool.static TeardownPolicyTeardownPolicy. valueOf(int value)Deprecated.static TeardownPolicyTeardownPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TeardownPolicyTeardownPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static TeardownPolicy[]TeardownPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.dataflow.v1beta3 that return types with arguments of type TeardownPolicy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TeardownPolicy>TeardownPolicy. internalGetValueMap()Methods in com.google.dataflow.v1beta3 with parameters of type TeardownPolicy Modifier and Type Method Description WorkerPool.BuilderWorkerPool.Builder. setTeardownPolicy(TeardownPolicy value)Sets the policy for determining when to turndown worker pool.
-