public static enum RolloutUpdateEvent.RolloutUpdateType extends Enum<RolloutUpdateEvent.RolloutUpdateType> implements com.google.protobuf.ProtocolMessageEnum
RolloutUpdateType indicates the type of the rollout update.Protobuf enum
google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType| Enum Constant and Description |
|---|
ADVANCE_REQUIRED
Rollout requires advance to the next phase.
|
ADVANCED
Rollout has been advanced.
|
APPROVAL_REQUIRED
Rollout requires approval.
|
APPROVED
Rollout has been approved.
|
CANCELLED
Rollout state updated to cancelled.
|
CANCELLING
Rollout state updated to cancelling.
|
FAILED
Rollout state updated to failed.
|
HALTED
Rollout state updated to halted.
|
IN_PROGRESS
Rollout state updated to in progress.
|
PENDING
rollout state updated to pending.
|
PENDING_RELEASE
Rollout state updated to pending release.
|
REJECTED
Rollout has been rejected.
|
ROLLOUT_UPDATE_TYPE_UNSPECIFIED
Rollout update type unspecified.
|
SUCCEEDED
Rollout state updated to succeeded.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ADVANCE_REQUIRED_VALUE
Rollout requires advance to the next phase.
|
static int |
ADVANCED_VALUE
Rollout has been advanced.
|
static int |
APPROVAL_REQUIRED_VALUE
Rollout requires approval.
|
static int |
APPROVED_VALUE
Rollout has been approved.
|
static int |
CANCELLED_VALUE
Rollout state updated to cancelled.
|
static int |
CANCELLING_VALUE
Rollout state updated to cancelling.
|
static int |
FAILED_VALUE
Rollout state updated to failed.
|
static int |
HALTED_VALUE
Rollout state updated to halted.
|
static int |
IN_PROGRESS_VALUE
Rollout state updated to in progress.
|
static int |
PENDING_RELEASE_VALUE
Rollout state updated to pending release.
|
static int |
PENDING_VALUE
rollout state updated to pending.
|
static int |
REJECTED_VALUE
Rollout has been rejected.
|
static int |
ROLLOUT_UPDATE_TYPE_UNSPECIFIED_VALUE
Rollout update type unspecified.
|
static int |
SUCCEEDED_VALUE
Rollout state updated to succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
static RolloutUpdateEvent.RolloutUpdateType |
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<RolloutUpdateEvent.RolloutUpdateType> |
internalGetValueMap() |
static RolloutUpdateEvent.RolloutUpdateType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RolloutUpdateEvent.RolloutUpdateType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RolloutUpdateEvent.RolloutUpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RolloutUpdateEvent.RolloutUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolloutUpdateEvent.RolloutUpdateType ROLLOUT_UPDATE_TYPE_UNSPECIFIED
Rollout update type unspecified.
ROLLOUT_UPDATE_TYPE_UNSPECIFIED = 0;public static final RolloutUpdateEvent.RolloutUpdateType PENDING
rollout state updated to pending.
PENDING = 1;public static final RolloutUpdateEvent.RolloutUpdateType PENDING_RELEASE
Rollout state updated to pending release.
PENDING_RELEASE = 2;public static final RolloutUpdateEvent.RolloutUpdateType IN_PROGRESS
Rollout state updated to in progress.
IN_PROGRESS = 3;public static final RolloutUpdateEvent.RolloutUpdateType CANCELLING
Rollout state updated to cancelling.
CANCELLING = 4;public static final RolloutUpdateEvent.RolloutUpdateType CANCELLED
Rollout state updated to cancelled.
CANCELLED = 5;public static final RolloutUpdateEvent.RolloutUpdateType HALTED
Rollout state updated to halted.
HALTED = 6;public static final RolloutUpdateEvent.RolloutUpdateType SUCCEEDED
Rollout state updated to succeeded.
SUCCEEDED = 7;public static final RolloutUpdateEvent.RolloutUpdateType FAILED
Rollout state updated to failed.
FAILED = 8;public static final RolloutUpdateEvent.RolloutUpdateType APPROVAL_REQUIRED
Rollout requires approval.
APPROVAL_REQUIRED = 9;public static final RolloutUpdateEvent.RolloutUpdateType APPROVED
Rollout has been approved.
APPROVED = 10;public static final RolloutUpdateEvent.RolloutUpdateType REJECTED
Rollout has been rejected.
REJECTED = 11;public static final RolloutUpdateEvent.RolloutUpdateType ADVANCE_REQUIRED
Rollout requires advance to the next phase.
ADVANCE_REQUIRED = 12;public static final RolloutUpdateEvent.RolloutUpdateType ADVANCED
Rollout has been advanced.
ADVANCED = 13;public static final RolloutUpdateEvent.RolloutUpdateType UNRECOGNIZED
public static final int ROLLOUT_UPDATE_TYPE_UNSPECIFIED_VALUE
Rollout update type unspecified.
ROLLOUT_UPDATE_TYPE_UNSPECIFIED = 0;public static final int PENDING_VALUE
rollout state updated to pending.
PENDING = 1;public static final int PENDING_RELEASE_VALUE
Rollout state updated to pending release.
PENDING_RELEASE = 2;public static final int IN_PROGRESS_VALUE
Rollout state updated to in progress.
IN_PROGRESS = 3;public static final int CANCELLING_VALUE
Rollout state updated to cancelling.
CANCELLING = 4;public static final int CANCELLED_VALUE
Rollout state updated to cancelled.
CANCELLED = 5;public static final int HALTED_VALUE
Rollout state updated to halted.
HALTED = 6;public static final int SUCCEEDED_VALUE
Rollout state updated to succeeded.
SUCCEEDED = 7;public static final int FAILED_VALUE
Rollout state updated to failed.
FAILED = 8;public static final int APPROVAL_REQUIRED_VALUE
Rollout requires approval.
APPROVAL_REQUIRED = 9;public static final int APPROVED_VALUE
Rollout has been approved.
APPROVED = 10;public static final int REJECTED_VALUE
Rollout has been rejected.
REJECTED = 11;public static final int ADVANCE_REQUIRED_VALUE
Rollout requires advance to the next phase.
ADVANCE_REQUIRED = 12;public static final int ADVANCED_VALUE
Rollout has been advanced.
ADVANCED = 13;public static RolloutUpdateEvent.RolloutUpdateType[] values()
for (RolloutUpdateEvent.RolloutUpdateType c : RolloutUpdateEvent.RolloutUpdateType.values()) System.out.println(c);
public static RolloutUpdateEvent.RolloutUpdateType 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 RolloutUpdateEvent.RolloutUpdateType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RolloutUpdateEvent.RolloutUpdateType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RolloutUpdateEvent.RolloutUpdateType> 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 RolloutUpdateEvent.RolloutUpdateType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.