public final class CapabilityConfig
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 Resource Manager 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 |
|---|
CapabilityConfig() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityConfig |
clone() |
List<String> |
getBoundaries()
Optional.
|
String |
getCreateTime()
Output only.
|
String |
getDisplayName()
Optional.
|
String |
getEtag()
This checksum is computed by the server based on the value of other fields, and may be sent on
update and delete requests to ensure the client has an up-to-date value before proceeding.
|
String |
getManagementProject()
Optional.
|
String |
getName()
Identifier.
|
String |
getState()
Output only.
|
List<String> |
getTypes()
Required.
|
String |
getUpdateTime()
Output only.
|
CapabilityConfig |
set(String fieldName,
Object value) |
CapabilityConfig |
setBoundaries(List<String> boundaries)
Optional.
|
CapabilityConfig |
setCreateTime(String createTime)
Output only.
|
CapabilityConfig |
setDisplayName(String displayName)
Optional.
|
CapabilityConfig |
setEtag(String etag)
This checksum is computed by the server based on the value of other fields, and may be sent on
update and delete requests to ensure the client has an up-to-date value before proceeding.
|
CapabilityConfig |
setManagementProject(String managementProject)
Optional.
|
CapabilityConfig |
setName(String name)
Identifier.
|
CapabilityConfig |
setState(String state)
Output only.
|
CapabilityConfig |
setTypes(List<String> types)
Required.
|
CapabilityConfig |
setUpdateTime(String updateTime)
Output only.
|
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 List<String> getBoundaries()
null for nonepublic CapabilityConfig setBoundaries(List<String> boundaries)
boundaries - boundaries or null for nonepublic String getCreateTime()
null for nonepublic CapabilityConfig setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDisplayName()
null for nonepublic CapabilityConfig setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEtag()
null for nonepublic CapabilityConfig setEtag(String etag)
etag - etag or null for nonepublic String getManagementProject()
null for nonepublic CapabilityConfig setManagementProject(String managementProject)
managementProject - managementProject or null for nonepublic String getName()
null for nonepublic CapabilityConfig setName(String name)
name - name or null for nonepublic String getState()
null for nonepublic CapabilityConfig setState(String state)
state - state or null for nonepublic List<String> getTypes()
null for nonepublic CapabilityConfig setTypes(List<String> types)
types - types or null for nonepublic String getUpdateTime()
null for nonepublic CapabilityConfig setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic CapabilityConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CapabilityConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.