Cloud Storage API v1beta2 (revision 2)



com.google.api.services.storage.model
Class Bucket.Logging

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.storage.model.Bucket.Logging
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
Bucket

public static final class Bucket.Logging
extends GenericJson

The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Bucket.Logging()
           
 
Method Summary
 String getLogBucket()
          The destination bucket where the current bucket's logs should be placed.
 String getLogObjectPrefix()
          A prefix for log object names.
 Bucket.Logging setLogBucket(String logBucket)
          The destination bucket where the current bucket's logs should be placed.
 Bucket.Logging setLogObjectPrefix(String logObjectPrefix)
          A prefix for log object names.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bucket.Logging

public Bucket.Logging()
Method Detail

getLogBucket

public String getLogBucket()
The destination bucket where the current bucket's logs should be placed. The value returned may be null.


setLogBucket

public Bucket.Logging setLogBucket(String logBucket)
The destination bucket where the current bucket's logs should be placed. The value set may be null.


getLogObjectPrefix

public String getLogObjectPrefix()
A prefix for log object names. The value returned may be null.


setLogObjectPrefix

public Bucket.Logging setLogObjectPrefix(String logObjectPrefix)
A prefix for log object names. The value set may be null.