Uses of Class
com.google.cloud.compute.v1.SchedulingNodeAffinity.Operator
-
Packages that use SchedulingNodeAffinity.Operator Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SchedulingNodeAffinity.Operator in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SchedulingNodeAffinity.Operator Modifier and Type Method Description static SchedulingNodeAffinity.Operator
SchedulingNodeAffinity.Operator. forNumber(int value)
static SchedulingNodeAffinity.Operator
SchedulingNodeAffinity.Operator. valueOf(int value)
Deprecated.static SchedulingNodeAffinity.Operator
SchedulingNodeAffinity.Operator. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SchedulingNodeAffinity.Operator
SchedulingNodeAffinity.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingNodeAffinity.Operator[]
SchedulingNodeAffinity.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.compute.v1 that return types with arguments of type SchedulingNodeAffinity.Operator Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SchedulingNodeAffinity.Operator>
SchedulingNodeAffinity.Operator. internalGetValueMap()
-