Enum Step.StepInfoCase
- java.lang.Object
-
- java.lang.Enum<Step.StepInfoCase>
-
- com.google.cloud.networkmanagement.v1beta1.Step.StepInfoCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Step.StepInfoCase>
- Enclosing class:
- Step
public static enum Step.StepInfoCase extends Enum<Step.StepInfoCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABORT
APP_ENGINE_VERSION
CLOUD_FUNCTION
CLOUD_RUN_REVISION
CLOUD_SQL_INSTANCE
DELIVER
DROP
ENDPOINT
FIREWALL
FORWARD
FORWARDING_RULE
GKE_MASTER
GOOGLE_SERVICE
INSTANCE
LOAD_BALANCER
NETWORK
ROUTE
STEPINFO_NOT_SET
VPC_CONNECTOR
VPN_GATEWAY
VPN_TUNNEL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Step.StepInfoCase
forNumber(int value)
int
getNumber()
static Step.StepInfoCase
valueOf(int value)
Deprecated.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.
-
-
-
Enum Constant Detail
-
INSTANCE
public static final Step.StepInfoCase INSTANCE
-
FIREWALL
public static final Step.StepInfoCase FIREWALL
-
ROUTE
public static final Step.StepInfoCase ROUTE
-
ENDPOINT
public static final Step.StepInfoCase ENDPOINT
-
GOOGLE_SERVICE
public static final Step.StepInfoCase GOOGLE_SERVICE
-
FORWARDING_RULE
public static final Step.StepInfoCase FORWARDING_RULE
-
VPN_GATEWAY
public static final Step.StepInfoCase VPN_GATEWAY
-
VPN_TUNNEL
public static final Step.StepInfoCase VPN_TUNNEL
-
VPC_CONNECTOR
public static final Step.StepInfoCase VPC_CONNECTOR
-
DELIVER
public static final Step.StepInfoCase DELIVER
-
FORWARD
public static final Step.StepInfoCase FORWARD
-
ABORT
public static final Step.StepInfoCase ABORT
-
DROP
public static final Step.StepInfoCase DROP
-
LOAD_BALANCER
public static final Step.StepInfoCase LOAD_BALANCER
-
NETWORK
public static final Step.StepInfoCase NETWORK
-
GKE_MASTER
public static final Step.StepInfoCase GKE_MASTER
-
CLOUD_SQL_INSTANCE
public static final Step.StepInfoCase CLOUD_SQL_INSTANCE
-
CLOUD_FUNCTION
public static final Step.StepInfoCase CLOUD_FUNCTION
-
APP_ENGINE_VERSION
public static final Step.StepInfoCase APP_ENGINE_VERSION
-
CLOUD_RUN_REVISION
public static final Step.StepInfoCase CLOUD_RUN_REVISION
-
STEPINFO_NOT_SET
public static final Step.StepInfoCase STEPINFO_NOT_SET
-
-
Method Detail
-
values
public static Step.StepInfoCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Step.StepInfoCase c : Step.StepInfoCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Step.StepInfoCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
valueOf
@Deprecated public static Step.StepInfoCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Step.StepInfoCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-