public final class EffectiveTagBindingCollection
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 |
|---|
EffectiveTagBindingCollection() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveTagBindingCollection |
clone() |
Map<String,String> |
getEffectiveTags()
Tag keys/values effectively bound to this resource, specified in namespaced format.
|
String |
getFullResourceName()
The full resource name of the resource the TagBindings are bound to.
|
String |
getName()
Identifier.
|
EffectiveTagBindingCollection |
set(String fieldName,
Object value) |
EffectiveTagBindingCollection |
setEffectiveTags(Map<String,String> effectiveTags)
Tag keys/values effectively bound to this resource, specified in namespaced format.
|
EffectiveTagBindingCollection |
setFullResourceName(String fullResourceName)
The full resource name of the resource the TagBindings are bound to.
|
EffectiveTagBindingCollection |
setName(String name)
Identifier.
|
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 Map<String,String> getEffectiveTags()
null for nonepublic EffectiveTagBindingCollection setEffectiveTags(Map<String,String> effectiveTags)
effectiveTags - effectiveTags or null for nonepublic String getFullResourceName()
null for nonepublic EffectiveTagBindingCollection setFullResourceName(String fullResourceName)
fullResourceName - fullResourceName or null for nonepublic String getName()
null for nonepublic EffectiveTagBindingCollection setName(String name)
name - name or null for nonepublic EffectiveTagBindingCollection set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EffectiveTagBindingCollection clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.