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 |
getExemptedMembers(int index)
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getExemptedMembersBytes(int index)
This is deprecated and has no effect.
|
int |
getExemptedMembersCount()
This is deprecated and has no effect.
|
List<String> |
getExemptedMembersList()
This is deprecated and has no effect.
|
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.
|
boolean |
hasService()
Specifies a service that will be enabled for audit logging.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AuditLogConfig> getAuditLogConfigsList()
The configuration for logging of each type of permission.
repeated .google.cloud.compute.v1.AuditLogConfig audit_log_configs = 488420626;AuditLogConfig getAuditLogConfigs(int index)
The configuration for logging of each type of permission.
repeated .google.cloud.compute.v1.AuditLogConfig audit_log_configs = 488420626;int getAuditLogConfigsCount()
The configuration for logging of each type of permission.
repeated .google.cloud.compute.v1.AuditLogConfig audit_log_configs = 488420626;List<? extends AuditLogConfigOrBuilder> getAuditLogConfigsOrBuilderList()
The configuration for logging of each type of permission.
repeated .google.cloud.compute.v1.AuditLogConfig audit_log_configs = 488420626;AuditLogConfigOrBuilder getAuditLogConfigsOrBuilder(int index)
The configuration for logging of each type of permission.
repeated .google.cloud.compute.v1.AuditLogConfig audit_log_configs = 488420626;List<String> getExemptedMembersList()
This is deprecated and has no effect. Do not use.
repeated string exempted_members = 232615576;int getExemptedMembersCount()
This is deprecated and has no effect. Do not use.
repeated string exempted_members = 232615576;String getExemptedMembers(int index)
This is deprecated and has no effect. Do not use.
repeated string exempted_members = 232615576;index - The index of the element to return.com.google.protobuf.ByteString getExemptedMembersBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string exempted_members = 232615576;index - The index of the value to return.boolean hasService()
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.
optional string service = 373540533;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.
optional string service = 373540533;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.
optional string service = 373540533;Copyright © 2023 Google LLC. All rights reserved.