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 TeardownPolicy
TeardownPolicy. forNumber(int value)
TeardownPolicy
WorkerPool.Builder. getTeardownPolicy()
Sets the policy for determining when to turndown worker pool.TeardownPolicy
WorkerPool. getTeardownPolicy()
Sets the policy for determining when to turndown worker pool.TeardownPolicy
WorkerPoolOrBuilder. getTeardownPolicy()
Sets the policy for determining when to turndown worker pool.static TeardownPolicy
TeardownPolicy. valueOf(int value)
Deprecated.static TeardownPolicy
TeardownPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TeardownPolicy
TeardownPolicy. 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.Builder
WorkerPool.Builder. setTeardownPolicy(TeardownPolicy value)
Sets the policy for determining when to turndown worker pool.
-