public final class AuditConfig extends 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 Cloud Resource Manager API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AuditConfig() |
Modifier and Type | Method and Description |
---|---|
AuditConfig |
clone() |
List<AuditLogConfig> |
getAuditLogConfigs()
The configuration for logging of each type of permission.
|
String |
getService()
Specifies a service that will be enabled for audit logging.
|
AuditConfig |
set(String fieldName,
Object value) |
AuditConfig |
setAuditLogConfigs(List<AuditLogConfig> auditLogConfigs)
The configuration for logging of each type of permission.
|
AuditConfig |
setService(String service)
Specifies a service that will be enabled for audit logging.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<AuditLogConfig> getAuditLogConfigs()
null
for nonepublic AuditConfig setAuditLogConfigs(List<AuditLogConfig> auditLogConfigs)
auditLogConfigs
- auditLogConfigs or null
for nonepublic String getService()
null
for nonepublic AuditConfig setService(String service)
service
- service or null
for nonepublic AuditConfig set(String fieldName, Object value)
set
in class GenericJson
public AuditConfig clone()
clone
in class GenericJson