Uses of Class
com.google.cloud.dataproc.v1.LifecycleConfig.TtlCase
-
Packages that use LifecycleConfig.TtlCase Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of LifecycleConfig.TtlCase in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return LifecycleConfig.TtlCase Modifier and Type Method Description static LifecycleConfig.TtlCase
LifecycleConfig.TtlCase. forNumber(int value)
LifecycleConfig.TtlCase
LifecycleConfig.Builder. getTtlCase()
LifecycleConfig.TtlCase
LifecycleConfig. getTtlCase()
LifecycleConfig.TtlCase
LifecycleConfigOrBuilder. getTtlCase()
static LifecycleConfig.TtlCase
LifecycleConfig.TtlCase. valueOf(int value)
Deprecated.static LifecycleConfig.TtlCase
LifecycleConfig.TtlCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleConfig.TtlCase[]
LifecycleConfig.TtlCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-