Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
FirstPartyPrincipal |
FirstPartyPrincipal.clone() |
FirstPartyPrincipal |
ServiceAccountDelegationInfo.getFirstPartyPrincipal()
First party (Google) identity as the real authority.
|
FirstPartyPrincipal |
FirstPartyPrincipal.set(String fieldName,
Object value) |
FirstPartyPrincipal |
FirstPartyPrincipal.setPrincipalEmail(String principalEmail)
The email address of a Google account.
|
FirstPartyPrincipal |
FirstPartyPrincipal.setServiceMetadata(Map<String,Object> serviceMetadata)
Metadata about the service that uses the service account.
|
Modifier and Type | Method and Description |
---|---|
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.setFirstPartyPrincipal(FirstPartyPrincipal firstPartyPrincipal)
First party (Google) identity as the real authority.
|
Copyright © 2011–2024 Google. All rights reserved.