public final class AuditLogConfig
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 Cloud Resource Manager 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
Constructor and Description |
---|
AuditLogConfig() |
Modifier and Type | Method and Description |
---|---|
AuditLogConfig |
clone() |
java.util.List<java.lang.String> |
getExemptedMembers()
Specifies the identities that do not cause logging for this type of permission.
|
java.lang.String |
getLogType()
The log type that this config enables.
|
AuditLogConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
AuditLogConfig |
setExemptedMembers(java.util.List<java.lang.String> exemptedMembers)
Specifies the identities that do not cause logging for this type of permission.
|
AuditLogConfig |
setLogType(java.lang.String logType)
The log type that this config enables.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<java.lang.String> getExemptedMembers()
null
for nonepublic AuditLogConfig setExemptedMembers(java.util.List<java.lang.String> exemptedMembers)
exemptedMembers
- exemptedMembers or null
for nonepublic java.lang.String getLogType()
null
for nonepublic AuditLogConfig setLogType(java.lang.String logType)
logType
- logType or null
for nonepublic AuditLogConfig set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public AuditLogConfig clone()
clone
in class com.google.api.client.json.GenericJson