public static enum WorkflowTemplatePlacement.PlacementCase extends Enum<WorkflowTemplatePlacement.PlacementCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLUSTER_SELECTOR |
MANAGED_CLUSTER |
PLACEMENT_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTemplatePlacement.PlacementCase |
forNumber(int value) |
int |
getNumber() |
static WorkflowTemplatePlacement.PlacementCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkflowTemplatePlacement.PlacementCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowTemplatePlacement.PlacementCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowTemplatePlacement.PlacementCase MANAGED_CLUSTER
public static final WorkflowTemplatePlacement.PlacementCase CLUSTER_SELECTOR
public static final WorkflowTemplatePlacement.PlacementCase PLACEMENT_NOT_SET
public static WorkflowTemplatePlacement.PlacementCase[] values()
for (WorkflowTemplatePlacement.PlacementCase c : WorkflowTemplatePlacement.PlacementCase.values()) System.out.println(c);
public static WorkflowTemplatePlacement.PlacementCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static WorkflowTemplatePlacement.PlacementCase valueOf(int value)
forNumber(int) instead.public static WorkflowTemplatePlacement.PlacementCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.