| Package | Description |
|---|---|
| com.google.api.services.storage | |
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Storage.Objects.BulkRestore |
Storage.Objects.bulkRestore(String bucket,
BulkRestoreObjectsRequest content)
Initiates a long-running bulk restore operation on the specified bucket.
|
| Constructor and Description |
|---|
BulkRestore(String bucket,
BulkRestoreObjectsRequest content)
Initiates a long-running bulk restore operation on the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.clone() |
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.set(String fieldName,
Object value) |
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setAllowOverwrite(Boolean allowOverwrite)
If false (default), the restore will not overwrite live objects with the same name at the
destination.
|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setCopySourceAcl(Boolean copySourceAcl)
If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL.
|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setCreatedAfterTime(com.google.api.client.util.DateTime createdAfterTime)
Restores only the objects that were created after this time.
|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setCreatedBeforeTime(com.google.api.client.util.DateTime createdBeforeTime)
Restores only the objects that were created before this time.
|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setMatchGlobs(List<String> matchGlobs)
Restores only the objects matching any of the specified glob(s).
|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setSoftDeletedAfterTime(com.google.api.client.util.DateTime softDeletedAfterTime)
Restores only the objects that were soft-deleted after this time.
|
BulkRestoreObjectsRequest |
BulkRestoreObjectsRequest.setSoftDeletedBeforeTime(com.google.api.client.util.DateTime softDeletedBeforeTime)
Restores only the objects that were soft-deleted before this time.
|
Copyright © 2011–2025 Google. All rights reserved.