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