Package | Description |
---|---|
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Bucket.Logging |
Bucket.Logging.clone() |
Bucket.Logging |
Bucket.getLogging()
The bucket's logging configuration, which defines the destination bucket and optional name
prefix for the current bucket's logs.
|
Bucket.Logging |
Bucket.Logging.set(String fieldName,
Object value) |
Bucket.Logging |
Bucket.Logging.setLogBucket(String logBucket)
The destination bucket where the current bucket's logs should be placed.
|
Bucket.Logging |
Bucket.Logging.setLogObjectPrefix(String logObjectPrefix)
A prefix for log object names.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.setLogging(Bucket.Logging logging)
The bucket's logging configuration, which defines the destination bucket and optional name
prefix for the current bucket's logs.
|