Send feedback
Class BackupPlanBinding.BackupPlanDetails.RetentionPolicyDetails (0.62.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails extends GeneratedMessageV3 implements BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetailsOrBuilder
RetentionPolicyDetails defines a Backup retention policy for a
BackupPlan.
Protobuf type
google.cloud.gkebackup.v1.BackupPlanBinding.BackupPlanDetails.RetentionPolicyDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BACKUP_DELETE_LOCK_DAYS_FIELD_NUMBER
public static final int BACKUP_DELETE_LOCK_DAYS_FIELD_NUMBER
Field Value
Type
Description
int
BACKUP_RETAIN_DAYS_FIELD_NUMBER
public static final int BACKUP_RETAIN_DAYS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails . Builder newBuilder ()
newBuilder(BackupPlanBinding.BackupPlanDetails.RetentionPolicyDetails prototype)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails . Builder newBuilder ( BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails prototype )
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseDelimitedFrom ( InputStream input )
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( CodedInputStream input )
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( InputStream input )
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBackupDeleteLockDays()
public int getBackupDeleteLockDays ()
Optional. Minimum age for Backups created via this BackupPlan (in
days). This field MUST be an integer value between 0-90 (inclusive). A
Backup created under this BackupPlan will NOT be deletable until it
reaches Backup's (create_time + backup_delete_lock_days).
Updating this field of a BackupPlan does NOT affect existing Backups
under it. Backups created AFTER a successful update will inherit
the new value.
Default: 0 (no delete blocking)
int32 backup_delete_lock_days = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The backupDeleteLockDays.
getBackupRetainDays()
public int getBackupRetainDays ()
Optional. The default maximum age of a Backup created via this
BackupPlan. This field MUST be an integer value >= 0 and <= 365. If
specified, a Backup created under this BackupPlan will be automatically
deleted after its age reaches (create_time + backup_retain_days). If
not specified, Backups created under this BackupPlan will NOT be
subject to automatic deletion.
Default: 0 (no automatic deletion)
int32 backup_retain_days = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The backupRetainDays.
getDefaultInstanceForType()
public BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails getDefaultInstanceForType ()
getParserForType()
public Parser<BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public BackupPlanBinding . BackupPlanDetails . RetentionPolicyDetails . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[],[]]