public static enum ListRuntimesResponse.RuntimeStage extends Enum<ListRuntimesResponse.RuntimeStage> implements com.google.protobuf.ProtocolMessageEnum
The various stages that a runtime can be in.Protobuf enum
google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage| Enum Constant and Description |
|---|
ALPHA
The runtime is in the Alpha stage.
|
BETA
The runtime is in the Beta stage.
|
DECOMMISSIONED
The runtime is no longer supported.
|
DEPRECATED
The runtime is deprecated.
|
DEVELOPMENT
The runtime is in development.
|
GA
The runtime is generally available.
|
RUNTIME_STAGE_UNSPECIFIED
Not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALPHA_VALUE
The runtime is in the Alpha stage.
|
static int |
BETA_VALUE
The runtime is in the Beta stage.
|
static int |
DECOMMISSIONED_VALUE
The runtime is no longer supported.
|
static int |
DEPRECATED_VALUE
The runtime is deprecated.
|
static int |
DEVELOPMENT_VALUE
The runtime is in development.
|
static int |
GA_VALUE
The runtime is generally available.
|
static int |
RUNTIME_STAGE_UNSPECIFIED_VALUE
Not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRuntimesResponse.RuntimeStage |
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<ListRuntimesResponse.RuntimeStage> |
internalGetValueMap() |
static ListRuntimesResponse.RuntimeStage |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ListRuntimesResponse.RuntimeStage |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListRuntimesResponse.RuntimeStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListRuntimesResponse.RuntimeStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListRuntimesResponse.RuntimeStage RUNTIME_STAGE_UNSPECIFIED
Not specified.
RUNTIME_STAGE_UNSPECIFIED = 0;public static final ListRuntimesResponse.RuntimeStage DEVELOPMENT
The runtime is in development.
DEVELOPMENT = 1;public static final ListRuntimesResponse.RuntimeStage ALPHA
The runtime is in the Alpha stage.
ALPHA = 2;public static final ListRuntimesResponse.RuntimeStage BETA
The runtime is in the Beta stage.
BETA = 3;public static final ListRuntimesResponse.RuntimeStage GA
The runtime is generally available.
GA = 4;public static final ListRuntimesResponse.RuntimeStage DEPRECATED
The runtime is deprecated.
DEPRECATED = 5;public static final ListRuntimesResponse.RuntimeStage DECOMMISSIONED
The runtime is no longer supported.
DECOMMISSIONED = 6;public static final ListRuntimesResponse.RuntimeStage UNRECOGNIZED
public static final int RUNTIME_STAGE_UNSPECIFIED_VALUE
Not specified.
RUNTIME_STAGE_UNSPECIFIED = 0;public static final int DEVELOPMENT_VALUE
The runtime is in development.
DEVELOPMENT = 1;public static final int ALPHA_VALUE
The runtime is in the Alpha stage.
ALPHA = 2;public static final int BETA_VALUE
The runtime is in the Beta stage.
BETA = 3;public static final int GA_VALUE
The runtime is generally available.
GA = 4;public static final int DEPRECATED_VALUE
The runtime is deprecated.
DEPRECATED = 5;public static final int DECOMMISSIONED_VALUE
The runtime is no longer supported.
DECOMMISSIONED = 6;public static ListRuntimesResponse.RuntimeStage[] values()
for (ListRuntimesResponse.RuntimeStage c : ListRuntimesResponse.RuntimeStage.values()) System.out.println(c);
public static ListRuntimesResponse.RuntimeStage 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 ListRuntimesResponse.RuntimeStage valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ListRuntimesResponse.RuntimeStage forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ListRuntimesResponse.RuntimeStage> 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 ListRuntimesResponse.RuntimeStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.