public interface AuditConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuditLogConfig |
getAuditLogConfigs(int index)
The configuration for logging of each type of permission.
|
int |
getAuditLogConfigsCount()
The configuration for logging of each type of permission.
|
List<AuditLogConfig> |
getAuditLogConfigsList()
The configuration for logging of each type of permission.
|
AuditLogConfigOrBuilder |
getAuditLogConfigsOrBuilder(int index)
The configuration for logging of each type of permission.
|
List<? extends AuditLogConfigOrBuilder> |
getAuditLogConfigsOrBuilderList()
The configuration for logging of each type of permission.
|
String |
getService()
Specifies a service that will be enabled for audit logging.
|
com.google.protobuf.ByteString |
getServiceBytes()
Specifies a service that will be enabled for audit logging.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
string service = 1;com.google.protobuf.ByteString getServiceBytes()
Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
string service = 1;List<AuditLogConfig> getAuditLogConfigsList()
The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;AuditLogConfig getAuditLogConfigs(int index)
The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;int getAuditLogConfigsCount()
The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;List<? extends AuditLogConfigOrBuilder> getAuditLogConfigsOrBuilderList()
The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;AuditLogConfigOrBuilder getAuditLogConfigsOrBuilder(int index)
The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;Copyright © 2022 Google LLC. All rights reserved.