public final class ListServiceAccountsResponse
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 |
|---|
ListServiceAccountsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountsResponse |
clone() |
java.util.List<ServiceAccount> |
getAccounts()
The list of matching service accounts.
|
java.lang.String |
getNextPageToken()
To retrieve the next page of results, set ListServiceAccountsRequest.page_token to this value.
|
ListServiceAccountsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListServiceAccountsResponse |
setAccounts(java.util.List<ServiceAccount> accounts)
The list of matching service accounts.
|
ListServiceAccountsResponse |
setNextPageToken(java.lang.String nextPageToken)
To retrieve the next page of results, set ListServiceAccountsRequest.page_token to this value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<ServiceAccount> getAccounts()
null for nonepublic ListServiceAccountsResponse setAccounts(java.util.List<ServiceAccount> accounts)
accounts - accounts or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListServiceAccountsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListServiceAccountsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListServiceAccountsResponse clone()
clone in class com.google.api.client.json.GenericJson