public final class SetMasterAuthRequest
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 Google Container Engine 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.Flags| Constructor and Description |
|---|
SetMasterAuthRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetMasterAuthRequest |
clone() |
java.lang.String |
getAction()
The exact form of action to be taken on the master auth
|
MasterAuth |
getUpdate()
A description of the update.
|
SetMasterAuthRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
SetMasterAuthRequest |
setAction(java.lang.String action)
The exact form of action to be taken on the master auth
|
SetMasterAuthRequest |
setUpdate(MasterAuth update)
A description of the update.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAction()
null for nonepublic SetMasterAuthRequest setAction(java.lang.String action)
action - action or null for nonepublic MasterAuth getUpdate()
null for nonepublic SetMasterAuthRequest setUpdate(MasterAuth update)
update - update or null for nonepublic SetMasterAuthRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SetMasterAuthRequest clone()
clone in class com.google.api.client.json.GenericJson