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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BackupPlan.RetentionPolicy
build()
BackupPlan.RetentionPolicy
buildPartial()
BackupPlan.RetentionPolicy.Builder
clear()
BackupPlan.RetentionPolicy.Builder
clearBackupDeleteLockDays()
Minimum age for Backups created via this BackupPlan (in days).BackupPlan.RetentionPolicy.Builder
clearBackupRetainDays()
The default maximum age of a Backup created via this BackupPlan.BackupPlan.RetentionPolicy.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BackupPlan.RetentionPolicy.Builder
clearLocked()
This flag denotes whether the retention policy of this BackupPlan is locked.BackupPlan.RetentionPolicy.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BackupPlan.RetentionPolicy.Builder
clone()
int
getBackupDeleteLockDays()
Minimum age for Backups created via this BackupPlan (in days).int
getBackupRetainDays()
The default maximum age of a Backup created via this BackupPlan.BackupPlan.RetentionPolicy
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getLocked()
This flag denotes whether the retention policy of this BackupPlan is locked.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
BackupPlan.RetentionPolicy.Builder
mergeFrom(BackupPlan.RetentionPolicy other)
BackupPlan.RetentionPolicy.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BackupPlan.RetentionPolicy.Builder
mergeFrom(com.google.protobuf.Message other)
BackupPlan.RetentionPolicy.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BackupPlan.RetentionPolicy.Builder
setBackupDeleteLockDays(int value)
Minimum age for Backups created via this BackupPlan (in days).BackupPlan.RetentionPolicy.Builder
setBackupRetainDays(int value)
The default maximum age of a Backup created via this BackupPlan.BackupPlan.RetentionPolicy.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BackupPlan.RetentionPolicy.Builder
setLocked(boolean value)
This flag denotes whether the retention policy of this BackupPlan is locked.BackupPlan.RetentionPolicy.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BackupPlan.RetentionPolicy.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
clear
public BackupPlan.RetentionPolicy.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
getDefaultInstanceForType
public BackupPlan.RetentionPolicy getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public BackupPlan.RetentionPolicy build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BackupPlan.RetentionPolicy buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BackupPlan.RetentionPolicy.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
setField
public BackupPlan.RetentionPolicy.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
clearField
public BackupPlan.RetentionPolicy.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
clearOneof
public BackupPlan.RetentionPolicy.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in 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:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
addRepeatedField
public BackupPlan.RetentionPolicy.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeFrom
public BackupPlan.RetentionPolicy.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeFrom
public BackupPlan.RetentionPolicy.Builder mergeFrom(BackupPlan.RetentionPolicy other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getBackupDeleteLockDays
in 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:
getBackupRetainDays
in 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:
getLocked
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
mergeUnknownFields
public final BackupPlan.RetentionPolicy.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder>
-
-