public final class FetchResourceSemanticsResponse
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 |
|---|
FetchResourceSemanticsResponse() |
| Modifier and Type | Method and Description |
|---|---|
FetchResourceSemanticsResponse |
clone() |
String |
getFullResourceName()
The full resource name for which semantics are returned.
|
Map<String,String> |
getSemantics()
Map of resource semantics (e.g., `"ENVIRONMENT": "PRODUCTION"`).
|
FetchResourceSemanticsResponse |
set(String fieldName,
Object value) |
FetchResourceSemanticsResponse |
setFullResourceName(String fullResourceName)
The full resource name for which semantics are returned.
|
FetchResourceSemanticsResponse |
setSemantics(Map<String,String> semantics)
Map of resource semantics (e.g., `"ENVIRONMENT": "PRODUCTION"`).
|
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 getFullResourceName()
null for nonepublic FetchResourceSemanticsResponse setFullResourceName(String fullResourceName)
fullResourceName - fullResourceName or null for nonepublic Map<String,String> getSemantics()
null for nonepublic FetchResourceSemanticsResponse setSemantics(Map<String,String> semantics)
semantics - semantics or null for nonepublic FetchResourceSemanticsResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FetchResourceSemanticsResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.