Package com.google.cloud.apigateway.v1
Enum ApiConfig.State
- java.lang.Object
-
- java.lang.Enum<ApiConfig.State>
-
- com.google.cloud.apigateway.v1.ApiConfig.State
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ApiConfig.State>
- Enclosing class:
- ApiConfig
public static enum ApiConfig.State extends Enum<ApiConfig.State> implements com.google.protobuf.ProtocolMessageEnum
All the possible API Config states.
Protobuf enumgoogle.cloud.apigateway.v1.ApiConfig.State
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTIVATING
API Config settings are being activated in downstream systems.ACTIVE
API Config is ready for use by Gateways.CREATING
API Config is being created and deployed to the API Controller.DELETING
API Config is being deleted.FAILED
API Config creation failed.STATE_UNSPECIFIED
API Config does not have a state yet.UNRECOGNIZED
UPDATING
API Config is being updated.
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVATING_VALUE
API Config settings are being activated in downstream systems.static int
ACTIVE_VALUE
API Config is ready for use by Gateways.static int
CREATING_VALUE
API Config is being created and deployed to the API Controller.static int
DELETING_VALUE
API Config is being deleted.static int
FAILED_VALUE
API Config creation failed.static int
STATE_UNSPECIFIED_VALUE
API Config does not have a state yet.static int
UPDATING_VALUE
API Config is being updated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ApiConfig.State
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<ApiConfig.State>
internalGetValueMap()
static ApiConfig.State
valueOf(int value)
Deprecated.static ApiConfig.State
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ApiConfig.State
valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiConfig.State[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATE_UNSPECIFIED
public static final ApiConfig.State STATE_UNSPECIFIED
API Config does not have a state yet.
STATE_UNSPECIFIED = 0;
-
CREATING
public static final ApiConfig.State CREATING
API Config is being created and deployed to the API Controller.
CREATING = 1;
-
ACTIVE
public static final ApiConfig.State ACTIVE
API Config is ready for use by Gateways.
ACTIVE = 2;
-
FAILED
public static final ApiConfig.State FAILED
API Config creation failed.
FAILED = 3;
-
DELETING
public static final ApiConfig.State DELETING
API Config is being deleted.
DELETING = 4;
-
UPDATING
public static final ApiConfig.State UPDATING
API Config is being updated.
UPDATING = 5;
-
ACTIVATING
public static final ApiConfig.State ACTIVATING
API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.
ACTIVATING = 6;
-
UNRECOGNIZED
public static final ApiConfig.State UNRECOGNIZED
-
-
Field Detail
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUE
API Config does not have a state yet.
STATE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
CREATING_VALUE
public static final int CREATING_VALUE
API Config is being created and deployed to the API Controller.
CREATING = 1;
- See Also:
- Constant Field Values
-
ACTIVE_VALUE
public static final int ACTIVE_VALUE
API Config is ready for use by Gateways.
ACTIVE = 2;
- See Also:
- Constant Field Values
-
FAILED_VALUE
public static final int FAILED_VALUE
API Config creation failed.
FAILED = 3;
- See Also:
- Constant Field Values
-
DELETING_VALUE
public static final int DELETING_VALUE
API Config is being deleted.
DELETING = 4;
- See Also:
- Constant Field Values
-
UPDATING_VALUE
public static final int UPDATING_VALUE
API Config is being updated.
UPDATING = 5;
- See Also:
- Constant Field Values
-
ACTIVATING_VALUE
public static final int ACTIVATING_VALUE
API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.
ACTIVATING = 6;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ApiConfig.State[] 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 (ApiConfig.State c : ApiConfig.State.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ApiConfig.State 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
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ApiConfig.State 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 ApiConfig.State forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ApiConfig.State> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ApiConfig.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc
- 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
-
-