public final class Resource
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 Deployment Manager V2 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Warnings
Model definition for ResourceWarnings.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Resource() |
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 ResourceAccessControl getAccessControl()
null for nonepublic Resource setAccessControl(ResourceAccessControl accessControl)
accessControl - accessControl or null for nonepublic String getFinalProperties()
null for nonepublic Resource setFinalProperties(String finalProperties)
finalProperties - finalProperties or null for nonepublic BigInteger getId()
null for nonepublic Resource setId(BigInteger id)
id - id or null for nonepublic String getInsertTime()
null for nonepublic Resource setInsertTime(String insertTime)
insertTime - insertTime or null for nonepublic String getManifest()
null for nonepublic Resource setManifest(String manifest)
manifest - manifest or null for nonepublic String getName()
null for nonepublic Resource setName(String name)
name - name or null for nonepublic String getProperties()
null for nonepublic Resource setProperties(String properties)
properties - properties or null for nonepublic String getType()
null for nonepublic Resource setType(String type)
type - type or null for nonepublic ResourceUpdate getUpdate()
null for nonepublic Resource setUpdate(ResourceUpdate update)
update - update or null for nonepublic String getUpdateTime()
null for nonepublic Resource setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic String getUrl()
null for nonepublic Resource setUrl(String url)
url - url or null for nonepublic List<Resource.Warnings> getWarnings()
null for nonepublic Resource setWarnings(List<Resource.Warnings> warnings)
warnings - warnings or null for nonepublic Resource set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Resource clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.