public interface AuditConfigOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for service. |