public final class ServiceAccountDelegationInfo
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 Service Control 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServiceAccountDelegationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountDelegationInfo |
clone() |
FirstPartyPrincipal |
getFirstPartyPrincipal()
First party (Google) identity as the real authority.
|
String |
getPrincipalSubject()
A string representing the principal_subject associated with the identity.
|
ThirdPartyPrincipal |
getThirdPartyPrincipal()
Third party identity as the real authority.
|
ServiceAccountDelegationInfo |
set(String fieldName,
Object value) |
ServiceAccountDelegationInfo |
setFirstPartyPrincipal(FirstPartyPrincipal firstPartyPrincipal)
First party (Google) identity as the real authority.
|
ServiceAccountDelegationInfo |
setPrincipalSubject(String principalSubject)
A string representing the principal_subject associated with the identity.
|
ServiceAccountDelegationInfo |
setThirdPartyPrincipal(ThirdPartyPrincipal thirdPartyPrincipal)
Third party identity as the real authority.
|
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 FirstPartyPrincipal getFirstPartyPrincipal()
null for nonepublic ServiceAccountDelegationInfo setFirstPartyPrincipal(FirstPartyPrincipal firstPartyPrincipal)
firstPartyPrincipal - firstPartyPrincipal or null for nonepublic String getPrincipalSubject()
null for nonepublic ServiceAccountDelegationInfo setPrincipalSubject(String principalSubject)
principalSubject - principalSubject or null for nonepublic ThirdPartyPrincipal getThirdPartyPrincipal()
null for nonepublic ServiceAccountDelegationInfo setThirdPartyPrincipal(ThirdPartyPrincipal thirdPartyPrincipal)
thirdPartyPrincipal - thirdPartyPrincipal or null for nonepublic ServiceAccountDelegationInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ServiceAccountDelegationInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.