com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ListBucketResult() |
Modifier and Type | Method and Description |
---|---|
List<Prefix> |
commonPrefixes()
Returns List of Prefix.
|
List<Item> |
contents()
Returns List of Items.
|
String |
continuationToken()
Returns continuation token.
|
String |
delimiter()
Returns delimiter.
|
boolean |
isTruncated()
Returns whether the result is truncated or not.
|
String |
keyCount()
Returns key count.
|
int |
maxKeys()
Returns max keys.
|
String |
name()
Returns bucket name.
|
String |
nextContinuationToken()
Returns next continuation token.
|
String |
prefix()
Returns prefix.
|
String |
startAfter()
Returns start after.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ListBucketResult() throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserException
public String name()
public String prefix()
public String continuationToken()
public String nextContinuationToken()
public String startAfter()
public String keyCount()
public int maxKeys()
public String delimiter()
public boolean isTruncated()