public static enum SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State extends Enum<SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Status of the action, which can be one of the following: `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`.Protobuf enum
google.cloud.compute.v1.SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State| Enum Constant and Description |
|---|
ABANDONED
Operation not tracked in this location e.g. zone is marked as DOWN.
|
DONE
Operation has completed successfully.
|
FAILED
Operation is in an error state.
|
PROPAGATED
Operation is confirmed to be in the location.
|
PROPAGATING
Operation is not yet confirmed to have been created in the location.
|
UNDEFINED_STATE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 526786327; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ABANDONED_VALUE
Operation not tracked in this location e.g. zone is marked as DOWN.
|
static int |
DONE_VALUE
Operation has completed successfully.
|
static int |
FAILED_VALUE
Operation is in an error state.
|
static int |
PROPAGATED_VALUE
Operation is confirmed to be in the location.
|
static int |
PROPAGATING_VALUE
Operation is not yet confirmed to have been created in the location.
|
static int |
UNDEFINED_STATE_VALUE
A value indicating that the enum field is not set.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 526786327; |
public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State UNDEFINED_STATE
A value indicating that the enum field is not set.
UNDEFINED_STATE = 0;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State ABANDONED
Operation not tracked in this location e.g. zone is marked as DOWN.
ABANDONED = 81797556;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State DONE
Operation has completed successfully.
DONE = 2104194;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State FAILED
Operation is in an error state.
FAILED = 455706685;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State PROPAGATED
Operation is confirmed to be in the location.
PROPAGATED = 507550299;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State PROPAGATING
Operation is not yet confirmed to have been created in the location.
PROPAGATING = 164807046;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State UNSPECIFIED
UNSPECIFIED = 526786327;public static final SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State UNRECOGNIZED
public static final int UNDEFINED_STATE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_STATE = 0;public static final int ABANDONED_VALUE
Operation not tracked in this location e.g. zone is marked as DOWN.
ABANDONED = 81797556;public static final int DONE_VALUE
Operation has completed successfully.
DONE = 2104194;public static final int FAILED_VALUE
Operation is in an error state.
FAILED = 455706685;public static final int PROPAGATED_VALUE
Operation is confirmed to be in the location.
PROPAGATED = 507550299;public static final int PROPAGATING_VALUE
Operation is not yet confirmed to have been created in the location.
PROPAGATING = 164807046;public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 526786327;public static SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State[] values()
for (SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State c : SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State.values()) System.out.println(c);
public static SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.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 SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.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 SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.