- 0.54.0 (latest)
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static final class BackupPlan.RetentionPolicy.Builder extends GeneratedMessageV3.Builder<BackupPlan.RetentionPolicy.Builder> implements BackupPlan.RetentionPolicyOrBuilder
RetentionPolicy defines a Backup retention policy for a BackupPlan.
Protobuf type google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BackupPlan.RetentionPolicy.BuilderImplements
BackupPlan.RetentionPolicyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackupPlan.RetentionPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
build()
public BackupPlan.RetentionPolicy build()
Type | Description |
BackupPlan.RetentionPolicy |
buildPartial()
public BackupPlan.RetentionPolicy buildPartial()
Type | Description |
BackupPlan.RetentionPolicy |
clear()
public BackupPlan.RetentionPolicy.Builder clear()
Type | Description |
BackupPlan.RetentionPolicy.Builder |
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;
Type | Description |
BackupPlan.RetentionPolicy.Builder | 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. 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. Default: 0 (no automatic deletion)
int32 backup_retain_days = 2;
Type | Description |
BackupPlan.RetentionPolicy.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public BackupPlan.RetentionPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
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;
Type | Description |
BackupPlan.RetentionPolicy.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public BackupPlan.RetentionPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
clone()
public BackupPlan.RetentionPolicy.Builder clone()
Type | Description |
BackupPlan.RetentionPolicy.Builder |
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;
Type | Description |
int | The backupDeleteLockDays. |
getBackupRetainDays()
public int getBackupRetainDays()
The default maximum age of a Backup created via this BackupPlan. This field MUST be an integer value >= 0. 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. Default: 0 (no automatic deletion)
int32 backup_retain_days = 2;
Type | Description |
int | The backupRetainDays. |
getDefaultInstanceForType()
public BackupPlan.RetentionPolicy getDefaultInstanceForType()
Type | Description |
BackupPlan.RetentionPolicy |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
Type | Description |
boolean | The locked. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(BackupPlan.RetentionPolicy other)
public BackupPlan.RetentionPolicy.Builder mergeFrom(BackupPlan.RetentionPolicy other)
Name | Description |
other | BackupPlan.RetentionPolicy |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BackupPlan.RetentionPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BackupPlan.RetentionPolicy.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackupPlan.RetentionPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
setBackupDeleteLockDays(int value)
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;
Name | Description |
value | int The backupDeleteLockDays to set. |
Type | Description |
BackupPlan.RetentionPolicy.Builder | This builder for chaining. |
setBackupRetainDays(int value)
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. 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. Default: 0 (no automatic deletion)
int32 backup_retain_days = 2;
Name | Description |
value | int The backupRetainDays to set. |
Type | Description |
BackupPlan.RetentionPolicy.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public BackupPlan.RetentionPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
setLocked(boolean value)
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;
Name | Description |
value | boolean The locked to set. |
Type | Description |
BackupPlan.RetentionPolicy.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackupPlan.RetentionPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BackupPlan.RetentionPolicy.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BackupPlan.RetentionPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BackupPlan.RetentionPolicy.Builder |