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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ResourceUpdate() |
Modifier and Type | Method and Description |
---|---|
ResourceUpdate |
clone() |
ResourceAccessControl |
getAccessControl()
The Access Control Policy to set on this resource after updating the resource itself.
|
ResourceUpdate.Error |
getError()
Output only.
|
String |
getFinalProperties()
Output only.
|
String |
getIntent()
Output only.
|
String |
getManifest()
Output only.
|
String |
getProperties()
Output only.
|
String |
getState()
Output only.
|
List<ResourceUpdate.Warnings> |
getWarnings()
Output only.
|
ResourceUpdate |
set(String fieldName,
Object value) |
ResourceUpdate |
setAccessControl(ResourceAccessControl accessControl)
The Access Control Policy to set on this resource after updating the resource itself.
|
ResourceUpdate |
setError(ResourceUpdate.Error error)
Output only.
|
ResourceUpdate |
setFinalProperties(String finalProperties)
Output only.
|
ResourceUpdate |
setIntent(String intent)
Output only.
|
ResourceUpdate |
setManifest(String manifest)
Output only.
|
ResourceUpdate |
setProperties(String properties)
Output only.
|
ResourceUpdate |
setState(String state)
Output only.
|
ResourceUpdate |
setWarnings(List<ResourceUpdate.Warnings> warnings)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ResourceAccessControl getAccessControl()
null
for nonepublic ResourceUpdate setAccessControl(ResourceAccessControl accessControl)
accessControl
- accessControl 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 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.GenericJson
public ResourceUpdate clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.