Uses of Class
com.google.cloud.dataproc.v1.InstanceGroupConfig.Preemptibility
-
Packages that use InstanceGroupConfig.Preemptibility Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of InstanceGroupConfig.Preemptibility in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return InstanceGroupConfig.Preemptibility Modifier and Type Method Description static InstanceGroupConfig.Preemptibility
InstanceGroupConfig.Preemptibility. forNumber(int value)
InstanceGroupConfig.Preemptibility
InstanceGroupConfig.Builder. getPreemptibility()
Optional.InstanceGroupConfig.Preemptibility
InstanceGroupConfig. getPreemptibility()
Optional.InstanceGroupConfig.Preemptibility
InstanceGroupConfigOrBuilder. getPreemptibility()
Optional.static InstanceGroupConfig.Preemptibility
InstanceGroupConfig.Preemptibility. valueOf(int value)
Deprecated.static InstanceGroupConfig.Preemptibility
InstanceGroupConfig.Preemptibility. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InstanceGroupConfig.Preemptibility
InstanceGroupConfig.Preemptibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceGroupConfig.Preemptibility[]
InstanceGroupConfig.Preemptibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type InstanceGroupConfig.Preemptibility Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<InstanceGroupConfig.Preemptibility>
InstanceGroupConfig.Preemptibility. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type InstanceGroupConfig.Preemptibility Modifier and Type Method Description InstanceGroupConfig.Builder
InstanceGroupConfig.Builder. setPreemptibility(InstanceGroupConfig.Preemptibility value)
Optional.
-