@Generated(value="by GAPIC") @BetaApi public final class AuditConfig extends Object implements com.google.api.gax.httpjson.ApiMessage
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AuditConfig.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
com.google.api.gax.httpjson.ApiMessage | 
getApiMessageRequestBody()  | 
List<AuditLogConfig> | 
getAuditLogConfigsList()
The configuration for logging of each type of permission. 
 | 
static AuditConfig | 
getDefaultInstance()  | 
List<String> | 
getExemptedMembersList()  | 
List<String> | 
getFieldMask()  | 
Object | 
getFieldValue(String fieldName)  | 
String | 
getService()
Specifies a service that will be enabled for audit logging. 
 | 
int | 
hashCode()  | 
static AuditConfig.Builder | 
newBuilder()  | 
static AuditConfig.Builder | 
newBuilder(AuditConfig prototype)  | 
AuditConfig.Builder | 
toBuilder()  | 
String | 
toString()  | 
public Object getFieldValue(String fieldName)
getFieldValue in interface com.google.api.gax.httpjson.ApiMessage@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody in interface com.google.api.gax.httpjson.ApiMessage@Nullable public List<String> getFieldMask()
getFieldMask in interface com.google.api.gax.httpjson.ApiMessagepublic List<AuditLogConfig> getAuditLogConfigsList()
public String getService()
public static AuditConfig.Builder newBuilder()
public static AuditConfig.Builder newBuilder(AuditConfig prototype)
public AuditConfig.Builder toBuilder()
public static AuditConfig getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.