public final class QueryGrantableRolesRequest 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 Identity and Access Management (IAM) 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 |
|---|
QueryGrantableRolesRequest() |
| Modifier and Type | Method and Description |
|---|---|
QueryGrantableRolesRequest |
clone() |
String |
getFullResourceName()
Required.
|
Integer |
getPageSize()
Optional limit on the number of roles to include in the response.
|
String |
getPageToken()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
|
String |
getView() |
QueryGrantableRolesRequest |
set(String fieldName,
Object value) |
QueryGrantableRolesRequest |
setFullResourceName(String fullResourceName)
Required.
|
QueryGrantableRolesRequest |
setPageSize(Integer pageSize)
Optional limit on the number of roles to include in the response.
|
QueryGrantableRolesRequest |
setPageToken(String pageToken)
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
|
QueryGrantableRolesRequest |
setView(String view) |
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 getFullResourceName()
null for nonepublic QueryGrantableRolesRequest setFullResourceName(String fullResourceName)
fullResourceName - fullResourceName or null for nonepublic Integer getPageSize()
null for nonepublic QueryGrantableRolesRequest setPageSize(Integer pageSize)
pageSize - pageSize or null for nonepublic String getPageToken()
null for nonepublic QueryGrantableRolesRequest setPageToken(String pageToken)
pageToken - pageToken or null for nonepublic String getView()
null for nonepublic QueryGrantableRolesRequest setView(String view)
view - view or null for nonepublic QueryGrantableRolesRequest set(String fieldName, Object value)
set in class GenericJsonpublic QueryGrantableRolesRequest clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.