public static enum Target.DeploymentTargetCase extends Enum<Target.DeploymentTargetCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ANTHOS_CLUSTER |
CUSTOM_TARGET |
DEPLOYMENTTARGET_NOT_SET |
GKE |
MULTI_TARGET |
RUN |
| Modifier and Type | Method and Description |
|---|---|
static Target.DeploymentTargetCase |
forNumber(int value) |
int |
getNumber() |
static Target.DeploymentTargetCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Target.DeploymentTargetCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Target.DeploymentTargetCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Target.DeploymentTargetCase GKE
public static final Target.DeploymentTargetCase ANTHOS_CLUSTER
public static final Target.DeploymentTargetCase RUN
public static final Target.DeploymentTargetCase MULTI_TARGET
public static final Target.DeploymentTargetCase CUSTOM_TARGET
public static final Target.DeploymentTargetCase DEPLOYMENTTARGET_NOT_SET
public static Target.DeploymentTargetCase[] values()
for (Target.DeploymentTargetCase c : Target.DeploymentTargetCase.values()) System.out.println(c);
public static Target.DeploymentTargetCase 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 Target.DeploymentTargetCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Target.DeploymentTargetCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.