Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
AuditLog |
AuditLog.clone() |
AuditLog |
AuditLog.set(String fieldName,
Object value) |
AuditLog |
AuditLog.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
Authentication information.
|
AuditLog |
AuditLog.setAuthorizationInfo(List<AuthorizationInfo> authorizationInfo)
Authorization information.
|
AuditLog |
AuditLog.setMetadata(Map<String,Object> metadata)
Other service-specific data about the request, response, and other information associated with
the current audited event.
|
AuditLog |
AuditLog.setMethodName(String methodName)
The name of the service method or operation.
|
AuditLog |
AuditLog.setNumResponseItems(Long numResponseItems)
The number of items returned from a List or Query API method, if applicable.
|
AuditLog |
AuditLog.setPolicyViolationInfo(PolicyViolationInfo policyViolationInfo)
Indicates the policy violations for this request.
|
AuditLog |
AuditLog.setRequest(Map<String,Object> request)
The operation request.
|
AuditLog |
AuditLog.setRequestMetadata(RequestMetadata requestMetadata)
Metadata about the operation.
|
AuditLog |
AuditLog.setResourceLocation(ResourceLocation resourceLocation)
The resource location information.
|
AuditLog |
AuditLog.setResourceName(String resourceName)
The resource or collection that is the target of the operation.
|
AuditLog |
AuditLog.setResourceOriginalState(Map<String,Object> resourceOriginalState)
The resource's original state before mutation.
|
AuditLog |
AuditLog.setResponse(Map<String,Object> response)
The operation response.
|
AuditLog |
AuditLog.setServiceData(Map<String,Object> serviceData)
Deprecated.
|
AuditLog |
AuditLog.setServiceName(String serviceName)
The name of the API service performing the operation.
|
AuditLog |
AuditLog.setStatus(Status status)
The status of the overall operation.
|
Copyright © 2011–2024 Google. All rights reserved.