public interface AuditLogConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExemptedMembers(int index)
Specifies the identities that do not cause logging for this type of permission.
|
com.google.protobuf.ByteString |
getExemptedMembersBytes(int index)
Specifies the identities that do not cause logging for this type of permission.
|
int |
getExemptedMembersCount()
Specifies the identities that do not cause logging for this type of permission.
|
List<String> |
getExemptedMembersList()
Specifies the identities that do not cause logging for this type of permission.
|
boolean |
getIgnoreChildExemptions()
This is deprecated and has no effect.
|
String |
getLogType()
The log type that this config enables.
|
com.google.protobuf.ByteString |
getLogTypeBytes()
The log type that this config enables.
|
boolean |
hasIgnoreChildExemptions()
This is deprecated and has no effect.
|
boolean |
hasLogType()
The log type that this config enables.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getExemptedMembersList()
Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
repeated string exempted_members = 232615576;int getExemptedMembersCount()
Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
repeated string exempted_members = 232615576;String getExemptedMembers(int index)
Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
repeated string exempted_members = 232615576;index - The index of the element to return.com.google.protobuf.ByteString getExemptedMembersBytes(int index)
Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
repeated string exempted_members = 232615576;index - The index of the value to return.boolean hasIgnoreChildExemptions()
This is deprecated and has no effect. Do not use.
optional bool ignore_child_exemptions = 70141850;boolean getIgnoreChildExemptions()
This is deprecated and has no effect. Do not use.
optional bool ignore_child_exemptions = 70141850;boolean hasLogType()
The log type that this config enables. Check the LogType enum for the list of possible values.
optional string log_type = 403115861;String getLogType()
The log type that this config enables. Check the LogType enum for the list of possible values.
optional string log_type = 403115861;com.google.protobuf.ByteString getLogTypeBytes()
The log type that this config enables. Check the LogType enum for the list of possible values.
optional string log_type = 403115861;Copyright © 2023 Google LLC. All rights reserved.