public static enum Step.StepInfoCase extends Enum<Step.StepInfoCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ABORT |
CLOUD_FUNCTION |
CLOUD_SQL_INSTANCE |
DELIVER |
DROP |
ENDPOINT |
FIREWALL |
FORWARD |
FORWARDING_RULE |
GKE_MASTER |
INSTANCE |
LOAD_BALANCER |
NETWORK |
ROUTE |
STEPINFO_NOT_SET |
VPC_CONNECTOR |
VPN_GATEWAY |
VPN_TUNNEL |
| Modifier and Type | Method and Description |
|---|---|
static Step.StepInfoCase |
forNumber(int value) |
int |
getNumber() |
static Step.StepInfoCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Step.StepInfoCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Step.StepInfoCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Step.StepInfoCase INSTANCE
public static final Step.StepInfoCase FIREWALL
public static final Step.StepInfoCase ROUTE
public static final Step.StepInfoCase ENDPOINT
public static final Step.StepInfoCase FORWARDING_RULE
public static final Step.StepInfoCase VPN_GATEWAY
public static final Step.StepInfoCase VPN_TUNNEL
public static final Step.StepInfoCase VPC_CONNECTOR
public static final Step.StepInfoCase DELIVER
public static final Step.StepInfoCase FORWARD
public static final Step.StepInfoCase ABORT
public static final Step.StepInfoCase DROP
public static final Step.StepInfoCase LOAD_BALANCER
public static final Step.StepInfoCase NETWORK
public static final Step.StepInfoCase GKE_MASTER
public static final Step.StepInfoCase CLOUD_SQL_INSTANCE
public static final Step.StepInfoCase CLOUD_FUNCTION
public static final Step.StepInfoCase STEPINFO_NOT_SET
public static Step.StepInfoCase[] values()
for (Step.StepInfoCase c : Step.StepInfoCase.values()) System.out.println(c);
public static Step.StepInfoCase 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 Step.StepInfoCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Step.StepInfoCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.