public static enum ApiConfig.State extends Enum<ApiConfig.State> implements com.google.protobuf.ProtocolMessageEnum
All the possible API Config states.Protobuf enum
google.cloud.apigateway.v1.ApiConfig.State| Enum Constant and 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.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ApiConfig.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final ApiConfig.State STATE_UNSPECIFIED
API Config does not have a state yet.
STATE_UNSPECIFIED = 0;public static final ApiConfig.State CREATING
API Config is being created and deployed to the API Controller.
CREATING = 1;public static final ApiConfig.State ACTIVE
API Config is ready for use by Gateways.
ACTIVE = 2;public static final ApiConfig.State FAILED
API Config creation failed.
FAILED = 3;public static final ApiConfig.State DELETING
API Config is being deleted.
DELETING = 4;public static final ApiConfig.State UPDATING
API Config is being updated.
UPDATING = 5;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;public static final ApiConfig.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
API Config does not have a state yet.
STATE_UNSPECIFIED = 0;public static final int CREATING_VALUE
API Config is being created and deployed to the API Controller.
CREATING = 1;public static final int ACTIVE_VALUE
API Config is ready for use by Gateways.
ACTIVE = 2;public static final int FAILED_VALUE
API Config creation failed.
FAILED = 3;public static final int DELETING_VALUE
API Config is being deleted.
DELETING = 4;public static final int UPDATING_VALUE
API Config is being updated.
UPDATING = 5;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;public static ApiConfig.State[] values()
for (ApiConfig.State c : ApiConfig.State.values()) System.out.println(c);
public static ApiConfig.State 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ApiConfig.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ApiConfig.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ApiConfig.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ApiConfig.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.