public final class ResourceUpdate
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 |
ResourceUpdate.Error
Output only.
|
static class |
ResourceUpdate.Warnings
Model definition for ResourceUpdateWarnings.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResourceUpdate() |
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 ResourceUpdate setAccessControl(ResourceAccessControl accessControl)
accessControl - accessControl or null for nonepublic Credential getCredential()
null for nonepublic ResourceUpdate setCredential(Credential credential)
credential - credential or null for nonepublic ResourceUpdate.Error getError()
null for nonepublic ResourceUpdate setError(ResourceUpdate.Error error)
error - error or null for nonepublic String getFinalProperties()
null for nonepublic ResourceUpdate setFinalProperties(String finalProperties)
finalProperties - finalProperties or null for nonepublic String getIntent()
null for nonepublic ResourceUpdate setIntent(String intent)
intent - intent or null for nonepublic String getManifest()
null for nonepublic ResourceUpdate setManifest(String manifest)
manifest - manifest or null for nonepublic String getProperties()
null for nonepublic ResourceUpdate setProperties(String properties)
properties - properties or null for nonepublic List<String> getRuntimePolicies()
null for nonepublic ResourceUpdate setRuntimePolicies(List<String> runtimePolicies)
runtimePolicies - runtimePolicies or null for nonepublic String getState()
null for nonepublic ResourceUpdate setState(String state)
state - state or null for nonepublic List<ResourceUpdate.Warnings> getWarnings()
null for nonepublic ResourceUpdate setWarnings(List<ResourceUpdate.Warnings> warnings)
warnings - warnings or null for nonepublic ResourceUpdate set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ResourceUpdate clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.