public interface AuditConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuditLogConfigs(int index)
public abstract AuditLogConfig getAuditLogConfigs(int index)The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;
| Name | Description |
| index | int |
| Type | Description |
| AuditLogConfig |
getAuditLogConfigsCount()
public abstract int getAuditLogConfigsCount()The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;
| Type | Description |
| int |
getAuditLogConfigsList()
public abstract List<AuditLogConfig> getAuditLogConfigsList()The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;
| Type | Description |
| List<AuditLogConfig> |
getAuditLogConfigsOrBuilder(int index)
public abstract AuditLogConfigOrBuilder getAuditLogConfigsOrBuilder(int index)The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;
| Name | Description |
| index | int |
| Type | Description |
| AuditLogConfigOrBuilder |
getAuditLogConfigsOrBuilderList()
public abstract List<? extends AuditLogConfigOrBuilder> getAuditLogConfigsOrBuilderList()The configuration for logging of each type of permission.
repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;
| Type | Description |
| List<? extends com.google.iam.v1.AuditLogConfigOrBuilder> |
getService()
public abstract String 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;
| Type | Description |
| String | The service. |
getServiceBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for service. |