Package com.google.cloud.compute.v1
Enum ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete
- java.lang.Object
-
- java.lang.Enum<ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete>
-
- com.google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete>
- Enclosing class:
- ResourcePolicySnapshotSchedulePolicyRetentionPolicy
public static enum ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete extends Enum<ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete> implements com.google.protobuf.ProtocolMessageEnum
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
Protobuf enumgoogle.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPLY_RETENTION_POLICYAPPLY_RETENTION_POLICY = 535071332;KEEP_AUTO_SNAPSHOTSKEEP_AUTO_SNAPSHOTS = 258925689;UNDEFINED_ON_SOURCE_DISK_DELETEA value indicating that the enum field is not set.UNRECOGNIZEDUNSPECIFIED_ON_SOURCE_DISK_DELETEUNSPECIFIED_ON_SOURCE_DISK_DELETE = 239140769;
-
Field Summary
Fields Modifier and Type Field Description static intAPPLY_RETENTION_POLICY_VALUEAPPLY_RETENTION_POLICY = 535071332;static intKEEP_AUTO_SNAPSHOTS_VALUEKEEP_AUTO_SNAPSHOTS = 258925689;static intUNDEFINED_ON_SOURCE_DISK_DELETE_VALUEA value indicating that the enum field is not set.static intUNSPECIFIED_ON_SOURCE_DISK_DELETE_VALUEUNSPECIFIED_ON_SOURCE_DISK_DELETE = 239140769;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDeleteforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete>internalGetValueMap()static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDeletevalueOf(int value)Deprecated.static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDeletevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDeletevalueOf(String name)Returns the enum constant of this type with the specified name.static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_ON_SOURCE_DISK_DELETE
public static final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete UNDEFINED_ON_SOURCE_DISK_DELETE
A value indicating that the enum field is not set.
UNDEFINED_ON_SOURCE_DISK_DELETE = 0;
-
APPLY_RETENTION_POLICY
public static final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete APPLY_RETENTION_POLICY
APPLY_RETENTION_POLICY = 535071332;
-
KEEP_AUTO_SNAPSHOTS
public static final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete KEEP_AUTO_SNAPSHOTS
KEEP_AUTO_SNAPSHOTS = 258925689;
-
UNSPECIFIED_ON_SOURCE_DISK_DELETE
public static final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete UNSPECIFIED_ON_SOURCE_DISK_DELETE
UNSPECIFIED_ON_SOURCE_DISK_DELETE = 239140769;
-
UNRECOGNIZED
public static final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_ON_SOURCE_DISK_DELETE_VALUE
public static final int UNDEFINED_ON_SOURCE_DISK_DELETE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ON_SOURCE_DISK_DELETE = 0;- See Also:
- Constant Field Values
-
APPLY_RETENTION_POLICY_VALUE
public static final int APPLY_RETENTION_POLICY_VALUE
APPLY_RETENTION_POLICY = 535071332;- See Also:
- Constant Field Values
-
KEEP_AUTO_SNAPSHOTS_VALUE
public static final int KEEP_AUTO_SNAPSHOTS_VALUE
KEEP_AUTO_SNAPSHOTS = 258925689;- See Also:
- Constant Field Values
-
UNSPECIFIED_ON_SOURCE_DISK_DELETE_VALUE
public static final int UNSPECIFIED_ON_SOURCE_DISK_DELETE_VALUE
UNSPECIFIED_ON_SOURCE_DISK_DELETE = 239140769;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete c : ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ResourcePolicySnapshotSchedulePolicyRetentionPolicy.OnSourceDiskDelete valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-