public static enum Stage.Name extends Enum<Stage.Name> implements com.google.protobuf.ProtocolMessageEnum
Possible names for a StageProtobuf enum
google.cloud.functions.v2beta.Stage.Name| Enum Constant and Description |
|---|
ARTIFACT_REGISTRY
Artifact Regsitry Stage
ARTIFACT_REGISTRY = 1; |
BUILD
Build Stage
BUILD = 2; |
NAME_UNSPECIFIED
Not specified.
|
SERVICE
Service Stage
SERVICE = 3; |
SERVICE_ROLLBACK
Service Rollback Stage
SERVICE_ROLLBACK = 5; |
TRIGGER
Trigger Stage
TRIGGER = 4; |
TRIGGER_ROLLBACK
Trigger Rollback Stage
TRIGGER_ROLLBACK = 6; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARTIFACT_REGISTRY_VALUE
Artifact Regsitry Stage
ARTIFACT_REGISTRY = 1; |
static int |
BUILD_VALUE
Build Stage
BUILD = 2; |
static int |
NAME_UNSPECIFIED_VALUE
Not specified.
|
static int |
SERVICE_ROLLBACK_VALUE
Service Rollback Stage
SERVICE_ROLLBACK = 5; |
static int |
SERVICE_VALUE
Service Stage
SERVICE = 3; |
static int |
TRIGGER_ROLLBACK_VALUE
Trigger Rollback Stage
TRIGGER_ROLLBACK = 6; |
static int |
TRIGGER_VALUE
Trigger Stage
TRIGGER = 4; |
| Modifier and Type | Method and Description |
|---|---|
static Stage.Name |
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<Stage.Name> |
internalGetValueMap() |
static Stage.Name |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Stage.Name |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Stage.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stage.Name NAME_UNSPECIFIED
Not specified. Invalid name.
NAME_UNSPECIFIED = 0;public static final Stage.Name ARTIFACT_REGISTRY
Artifact Regsitry Stage
ARTIFACT_REGISTRY = 1;public static final Stage.Name BUILD
Build Stage
BUILD = 2;public static final Stage.Name SERVICE
Service Stage
SERVICE = 3;public static final Stage.Name TRIGGER
Trigger Stage
TRIGGER = 4;public static final Stage.Name SERVICE_ROLLBACK
Service Rollback Stage
SERVICE_ROLLBACK = 5;public static final Stage.Name TRIGGER_ROLLBACK
Trigger Rollback Stage
TRIGGER_ROLLBACK = 6;public static final Stage.Name UNRECOGNIZED
public static final int NAME_UNSPECIFIED_VALUE
Not specified. Invalid name.
NAME_UNSPECIFIED = 0;public static final int ARTIFACT_REGISTRY_VALUE
Artifact Regsitry Stage
ARTIFACT_REGISTRY = 1;public static final int BUILD_VALUE
Build Stage
BUILD = 2;public static final int SERVICE_VALUE
Service Stage
SERVICE = 3;public static final int TRIGGER_VALUE
Trigger Stage
TRIGGER = 4;public static final int SERVICE_ROLLBACK_VALUE
Service Rollback Stage
SERVICE_ROLLBACK = 5;public static final int TRIGGER_ROLLBACK_VALUE
Trigger Rollback Stage
TRIGGER_ROLLBACK = 6;public static Stage.Name[] values()
for (Stage.Name c : Stage.Name.values()) System.out.println(c);
public static Stage.Name 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 Stage.Name valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Stage.Name forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Stage.Name> 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 Stage.Name valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.