public final class GenerateIdentityBindingAccessTokenRequest 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 IAM Service Account Credentials 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 |
|---|
GenerateIdentityBindingAccessTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
GenerateIdentityBindingAccessTokenRequest |
clone() |
String |
getJwt()
Required.
|
List<String> |
getScope()
Code to identify the scopes to be included in the OAuth 2.0 access token.
|
GenerateIdentityBindingAccessTokenRequest |
set(String fieldName,
Object value) |
GenerateIdentityBindingAccessTokenRequest |
setJwt(String jwt)
Required.
|
GenerateIdentityBindingAccessTokenRequest |
setScope(List<String> scope)
Code to identify the scopes to be included in the OAuth 2.0 access token.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GenerateIdentityBindingAccessTokenRequest()
public String getJwt()
null for nonepublic GenerateIdentityBindingAccessTokenRequest setJwt(String jwt)
jwt - jwt or null for nonepublic List<String> getScope()
null for nonepublic GenerateIdentityBindingAccessTokenRequest setScope(List<String> scope)
scope - scope or null for nonepublic GenerateIdentityBindingAccessTokenRequest set(String fieldName, Object value)
set in class GenericJsonpublic GenerateIdentityBindingAccessTokenRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.