public final class ManagedFolder
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Storage JSON API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ManagedFolder() |
| Modifier and Type | Method and Description |
|---|---|
ManagedFolder |
clone() |
String |
getBucket()
The name of the bucket containing this managed folder.
|
com.google.api.client.util.DateTime |
getCreateTime()
The creation time of the managed folder in RFC 3339 format.
|
String |
getId()
The ID of the managed folder, including the bucket name and managed folder name.
|
String |
getKind()
The kind of item this is.
|
Long |
getMetageneration()
The version of the metadata for this managed folder.
|
String |
getName()
The name of the managed folder.
|
String |
getSelfLink()
The link to this managed folder.
|
com.google.api.client.util.DateTime |
getUpdateTime()
The last update time of the managed folder metadata in RFC 3339 format.
|
ManagedFolder |
set(String fieldName,
Object value) |
ManagedFolder |
setBucket(String bucket)
The name of the bucket containing this managed folder.
|
ManagedFolder |
setCreateTime(com.google.api.client.util.DateTime createTime)
The creation time of the managed folder in RFC 3339 format.
|
ManagedFolder |
setId(String id)
The ID of the managed folder, including the bucket name and managed folder name.
|
ManagedFolder |
setKind(String kind)
The kind of item this is.
|
ManagedFolder |
setMetageneration(Long metageneration)
The version of the metadata for this managed folder.
|
ManagedFolder |
setName(String name)
The name of the managed folder.
|
ManagedFolder |
setSelfLink(String selfLink)
The link to this managed folder.
|
ManagedFolder |
setUpdateTime(com.google.api.client.util.DateTime updateTime)
The last update time of the managed folder metadata in RFC 3339 format.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBucket()
null for nonepublic ManagedFolder setBucket(String bucket)
bucket - bucket or null for nonepublic com.google.api.client.util.DateTime getCreateTime()
null for nonepublic ManagedFolder setCreateTime(com.google.api.client.util.DateTime createTime)
createTime - createTime or null for nonepublic String getId()
null for nonepublic ManagedFolder setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic ManagedFolder setKind(String kind)
kind - kind or null for nonepublic Long getMetageneration()
null for nonepublic ManagedFolder setMetageneration(Long metageneration)
metageneration - metageneration or null for nonepublic String getName()
null for nonepublic ManagedFolder setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic ManagedFolder setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic com.google.api.client.util.DateTime getUpdateTime()
null for nonepublic ManagedFolder setUpdateTime(com.google.api.client.util.DateTime updateTime)
updateTime - updateTime or null for nonepublic ManagedFolder set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ManagedFolder clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.