Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Field and Description |
---|---|
static Rpo |
Rpo.ASYNC_TURBO
Turbo recovery point objective.
|
static Rpo |
Rpo.DEFAULT
Default recovery point objective.
|
Modifier and Type | Method and Description |
---|---|
Rpo |
BucketInfo.getRpo()
Returns the bucket's recovery point objective (RPO).
|
static Rpo |
Rpo.valueOf(String constant)
Get the Rpo for the given String constant, and allow unrecognized values.
|
static Rpo |
Rpo.valueOfStrict(String constant)
Get the Rpo for the given String constant, and throw an exception if the constant is not
recognized.
|
static Rpo[] |
Rpo.values()
Return the known values for Rpo.
|
Modifier and Type | Method and Description |
---|---|
abstract BucketInfo.Builder |
BucketInfo.Builder.setRpo(Rpo rpo)
Sets the bucket's Recovery Point Objective (RPO).
|
Bucket.Builder |
Bucket.Builder.setRpo(Rpo rpo) |
Copyright © 2023 Google LLC. All rights reserved.