public final class MethodMap extends 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 Google Cloud Deployment Manager Alpha API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MethodMap() |
| Modifier and Type | Method and Description |
|---|---|
MethodMap |
clone() |
String |
getCreate()
The action identifier for the create method to be used for this collection
|
String |
getDelete()
The action identifier for the delete method to be used for this collection
|
String |
getGet()
The action identifier for the get method to be used for this collection
|
String |
getSetIamPolicy()
The action identifier for the setIamPolicy method to be used for this collection
|
String |
getUpdate()
The action identifier for the update method to be used for this collection
|
MethodMap |
set(String fieldName,
Object value) |
MethodMap |
setCreate(String create)
The action identifier for the create method to be used for this collection
|
MethodMap |
setDelete(String delete)
The action identifier for the delete method to be used for this collection
|
MethodMap |
setGet(String get)
The action identifier for the get method to be used for this collection
|
MethodMap |
setSetIamPolicy(String setIamPolicy)
The action identifier for the setIamPolicy method to be used for this collection
|
MethodMap |
setUpdate(String update)
The action identifier for the update method to be used for this collection
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreate()
null for nonepublic MethodMap setCreate(String create)
create - create or null for nonepublic String getDelete()
null for nonepublic MethodMap setDelete(String delete)
delete - delete or null for nonepublic String getGet()
null for nonepublic MethodMap setGet(String get)
get - get or null for nonepublic String getSetIamPolicy()
null for nonepublic MethodMap setSetIamPolicy(String setIamPolicy)
setIamPolicy - setIamPolicy or null for nonepublic String getUpdate()
null for nonepublic MethodMap setUpdate(String update)
update - update or null for nonepublic MethodMap set(String fieldName, Object value)
set in class GenericJsonpublic MethodMap clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.