Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
ServiceMetadata |
ServiceMetadata.clone() |
ServiceMetadata |
ServiceMetadata.set(String fieldName,
Object value) |
ServiceMetadata |
ServiceMetadata.setJobMetadata(Map<String,Object> jobMetadata)
Additional metadata provided by service teams to describe service specific job information that
was triggered by the original principal.
|
ServiceMetadata |
ServiceMetadata.setPrincipalSubject(String principalSubject)
A string representing the principal_subject associated with the identity.
|
ServiceMetadata |
ServiceMetadata.setServiceDomain(String serviceDomain)
The service's fully qualified domain name, e.g.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceMetadata> |
ServiceDelegationHistory.getServiceMetadata()
Data identifying the service specific jobs or units of work that were involved in a chain of
service calls.
|
Modifier and Type | Method and Description |
---|---|
ServiceDelegationHistory |
ServiceDelegationHistory.setServiceMetadata(List<ServiceMetadata> serviceMetadata)
Data identifying the service specific jobs or units of work that were involved in a chain of
service calls.
|
Copyright © 2011–2024 Google. All rights reserved.