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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public ServiceAccountDelegationInfo clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.