| Package | Description |
|---|---|
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Autoclass |
Bucket.Autoclass.clone() |
Bucket.Autoclass |
Bucket.getAutoclass()
The bucket's Autoclass configuration.
|
Bucket.Autoclass |
Bucket.Autoclass.set(String fieldName,
Object value) |
Bucket.Autoclass |
Bucket.Autoclass.setEnabled(Boolean enabled)
Whether or not Autoclass is enabled on this bucket
|
Bucket.Autoclass |
Bucket.Autoclass.setTerminalStorageClass(String terminalStorageClass)
The storage class that objects in the bucket eventually transition to if they are not read for
a certain length of time.
|
Bucket.Autoclass |
Bucket.Autoclass.setTerminalStorageClassUpdateTime(com.google.api.client.util.DateTime terminalStorageClassUpdateTime)
A date and time in RFC 3339 format representing the time of the most recent update to
"terminalStorageClass".
|
Bucket.Autoclass |
Bucket.Autoclass.setToggleTime(com.google.api.client.util.DateTime toggleTime)
A date and time in RFC 3339 format representing the instant at which "enabled" was last
toggled.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.setAutoclass(Bucket.Autoclass autoclass)
The bucket's Autoclass configuration.
|
Copyright © 2011–2025 Google. All rights reserved.