| Package | Description |
|---|---|
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Bucket.SoftDeletePolicy |
Bucket.SoftDeletePolicy.clone() |
Bucket.SoftDeletePolicy |
Bucket.getSoftDeletePolicy()
The bucket's soft delete policy, which defines the period of time that soft-deleted objects
will be retained, and cannot be permanently deleted.
|
Bucket.SoftDeletePolicy |
Bucket.SoftDeletePolicy.set(String fieldName,
Object value) |
Bucket.SoftDeletePolicy |
Bucket.SoftDeletePolicy.setEffectiveTime(com.google.api.client.util.DateTime effectiveTime)
Server-determined value that indicates the time from which the policy, or one with a greater
retention, was effective.
|
Bucket.SoftDeletePolicy |
Bucket.SoftDeletePolicy.setRetentionDurationSeconds(Long retentionDurationSeconds)
The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be
permanently deleted.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.setSoftDeletePolicy(Bucket.SoftDeletePolicy softDeletePolicy)
The bucket's soft delete policy, which defines the period of time that soft-deleted objects
will be retained, and cannot be permanently deleted.
|
Copyright © 2011–2025 Google. All rights reserved.