@Generated(value="by GAPIC") @BetaApi public final class AuditLogConfig extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
AuditLogConfig.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static AuditLogConfig |
getDefaultInstance() |
List<String> |
getExemptedMembersList()
Specifies the identities that do not cause logging for this type of permission.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getLogType()
The log type that this config enables.
|
int |
hashCode() |
static AuditLogConfig.Builder |
newBuilder() |
static AuditLogConfig.Builder |
newBuilder(AuditLogConfig prototype) |
AuditLogConfig.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public List<String> getExemptedMembersList()
public String getLogType()
public static AuditLogConfig.Builder newBuilder()
public static AuditLogConfig.Builder newBuilder(AuditLogConfig prototype)
public AuditLogConfig.Builder toBuilder()
public static AuditLogConfig getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.