Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static InstanceGroupConfig.Preemptibility |
InstanceGroupConfig.Preemptibility.forNumber(int value) |
InstanceGroupConfig.Preemptibility |
InstanceGroupConfigOrBuilder.getPreemptibility()
Optional.
|
InstanceGroupConfig.Preemptibility |
InstanceGroupConfig.getPreemptibility()
Optional.
|
InstanceGroupConfig.Preemptibility |
InstanceGroupConfig.Builder.getPreemptibility()
Optional.
|
static InstanceGroupConfig.Preemptibility |
InstanceGroupConfig.Preemptibility.valueOf(Descriptors.EnumValueDescriptor desc) |
static InstanceGroupConfig.Preemptibility |
InstanceGroupConfig.Preemptibility.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<InstanceGroupConfig.Preemptibility> |
InstanceGroupConfig.Preemptibility.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
InstanceGroupConfig.Builder |
InstanceGroupConfig.Builder.setPreemptibility(InstanceGroupConfig.Preemptibility value)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.