public final class UndeleteRoleRequest
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 Identity and Access Management (IAM) 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 |
---|
UndeleteRoleRequest() |
Modifier and Type | Method and Description |
---|---|
UndeleteRoleRequest |
clone() |
byte[] |
decodeEtag()
Used to perform a consistent read-modify-write.
|
UndeleteRoleRequest |
encodeEtag(byte[] etag)
Used to perform a consistent read-modify-write.
|
java.lang.String |
getEtag()
Used to perform a consistent read-modify-write.
|
UndeleteRoleRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
UndeleteRoleRequest |
setEtag(java.lang.String etag)
Used to perform a consistent read-modify-write.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getEtag()
null
for nonedecodeEtag()
public byte[] decodeEtag()
null
for nonegetEtag()
public UndeleteRoleRequest setEtag(java.lang.String etag)
etag
- etag or null
for none#encodeEtag()
public UndeleteRoleRequest encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public UndeleteRoleRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UndeleteRoleRequest clone()
clone
in class com.google.api.client.json.GenericJson