Package com.google.cloud.gkebackup.v1
Class BackupPlan.RetentionPolicy.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
- com.google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy.Builder
-
- All Implemented Interfaces:
BackupPlan.RetentionPolicyOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- BackupPlan.RetentionPolicy
public static final class BackupPlan.RetentionPolicy.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder> implements BackupPlan.RetentionPolicyOrBuilder
RetentionPolicy defines a Backup retention policy for a BackupPlan.
Protobuf typegoogle.cloud.gkebackup.v1.BackupPlan.RetentionPolicy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupPlan.RetentionPolicy.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)BackupPlan.RetentionPolicybuild()BackupPlan.RetentionPolicybuildPartial()BackupPlan.RetentionPolicy.Builderclear()BackupPlan.RetentionPolicy.BuilderclearBackupDeleteLockDays()Minimum age for Backups created via this BackupPlan (in days).BackupPlan.RetentionPolicy.BuilderclearBackupRetainDays()The default maximum age of a Backup created via this BackupPlan.BackupPlan.RetentionPolicy.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BackupPlan.RetentionPolicy.BuilderclearLocked()This flag denotes whether the retention policy of this BackupPlan is locked.BackupPlan.RetentionPolicy.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BackupPlan.RetentionPolicy.Builderclone()intgetBackupDeleteLockDays()Minimum age for Backups created via this BackupPlan (in days).intgetBackupRetainDays()The default maximum age of a Backup created via this BackupPlan.BackupPlan.RetentionPolicygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()booleangetLocked()This flag denotes whether the retention policy of this BackupPlan is locked.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BackupPlan.RetentionPolicy.BuildermergeFrom(BackupPlan.RetentionPolicy other)BackupPlan.RetentionPolicy.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BackupPlan.RetentionPolicy.BuildermergeFrom(com.google.protobuf.Message other)BackupPlan.RetentionPolicy.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BackupPlan.RetentionPolicy.BuildersetBackupDeleteLockDays(int value)Minimum age for Backups created via this BackupPlan (in days).BackupPlan.RetentionPolicy.BuildersetBackupRetainDays(int value)The default maximum age of a Backup created via this BackupPlan.BackupPlan.RetentionPolicy.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)BackupPlan.RetentionPolicy.BuildersetLocked(boolean value)This flag denotes whether the retention policy of this BackupPlan is locked.BackupPlan.RetentionPolicy.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)BackupPlan.RetentionPolicy.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
clear
public BackupPlan.RetentionPolicy.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
getDefaultInstanceForType
public BackupPlan.RetentionPolicy getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BackupPlan.RetentionPolicy build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BackupPlan.RetentionPolicy buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BackupPlan.RetentionPolicy.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
setField
public BackupPlan.RetentionPolicy.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
clearField
public BackupPlan.RetentionPolicy.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
clearOneof
public BackupPlan.RetentionPolicy.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
setRepeatedField
public BackupPlan.RetentionPolicy.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
addRepeatedField
public BackupPlan.RetentionPolicy.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeFrom
public BackupPlan.RetentionPolicy.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeFrom
public BackupPlan.RetentionPolicy.Builder mergeFrom(BackupPlan.RetentionPolicy other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeFrom
public BackupPlan.RetentionPolicy.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BackupPlan.RetentionPolicy.Builder>- Throws:
IOException
-
getBackupDeleteLockDays
public int getBackupDeleteLockDays()
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;- Specified by:
getBackupDeleteLockDaysin interfaceBackupPlan.RetentionPolicyOrBuilder- Returns:
- The backupDeleteLockDays.
-
setBackupDeleteLockDays
public BackupPlan.RetentionPolicy.Builder setBackupDeleteLockDays(int value)
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;- Parameters:
value- The backupDeleteLockDays to set.- Returns:
- This builder for chaining.
-
clearBackupDeleteLockDays
public BackupPlan.RetentionPolicy.Builder clearBackupDeleteLockDays()
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;- Returns:
- This builder for chaining.
-
getBackupRetainDays
public int getBackupRetainDays()
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. Updating this field does NOT affect existing Backups under it. Backups created AFTER a successful update will automatically pick up the new value. NOTE: backup_retain_days must be >= [backup_delete_lock_days][google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy.backup_delete_lock_days]. If [cron_schedule][google.cloud.gkebackup.v1.BackupPlan.Schedule.cron_schedule] is defined, then this must be <= 360 * the creation interval. Default: 0 (no automatic deletion)
int32 backup_retain_days = 2;- Specified by:
getBackupRetainDaysin interfaceBackupPlan.RetentionPolicyOrBuilder- Returns:
- The backupRetainDays.
-
setBackupRetainDays
public BackupPlan.RetentionPolicy.Builder setBackupRetainDays(int value)
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. Updating this field does NOT affect existing Backups under it. Backups created AFTER a successful update will automatically pick up the new value. NOTE: backup_retain_days must be >= [backup_delete_lock_days][google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy.backup_delete_lock_days]. If [cron_schedule][google.cloud.gkebackup.v1.BackupPlan.Schedule.cron_schedule] is defined, then this must be <= 360 * the creation interval. Default: 0 (no automatic deletion)
int32 backup_retain_days = 2;- Parameters:
value- The backupRetainDays to set.- Returns:
- This builder for chaining.
-
clearBackupRetainDays
public BackupPlan.RetentionPolicy.Builder clearBackupRetainDays()
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. Updating this field does NOT affect existing Backups under it. Backups created AFTER a successful update will automatically pick up the new value. NOTE: backup_retain_days must be >= [backup_delete_lock_days][google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy.backup_delete_lock_days]. If [cron_schedule][google.cloud.gkebackup.v1.BackupPlan.Schedule.cron_schedule] is defined, then this must be <= 360 * the creation interval. Default: 0 (no automatic deletion)
int32 backup_retain_days = 2;- Returns:
- This builder for chaining.
-
getLocked
public boolean getLocked()
This flag denotes whether the retention policy of this BackupPlan is locked. If set to True, no further update is allowed on this policy, including the `locked` field itself. Default: False
bool locked = 3;- Specified by:
getLockedin interfaceBackupPlan.RetentionPolicyOrBuilder- Returns:
- The locked.
-
setLocked
public BackupPlan.RetentionPolicy.Builder setLocked(boolean value)
This flag denotes whether the retention policy of this BackupPlan is locked. If set to True, no further update is allowed on this policy, including the `locked` field itself. Default: False
bool locked = 3;- Parameters:
value- The locked to set.- Returns:
- This builder for chaining.
-
clearLocked
public BackupPlan.RetentionPolicy.Builder clearLocked()
This flag denotes whether the retention policy of this BackupPlan is locked. If set to True, no further update is allowed on this policy, including the `locked` field itself. Default: False
bool locked = 3;- Returns:
- This builder for chaining.
-
setUnknownFields
public final BackupPlan.RetentionPolicy.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeUnknownFields
public final BackupPlan.RetentionPolicy.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
-