public interface AuditLogConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExemptedMembers(int index)
public abstract 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 = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The exemptedMembers at the given index. |
getExemptedMembersBytes(int index)
public abstract 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 = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the exemptedMembers at the given index. |
getExemptedMembersCount()
public abstract 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 = 2;
Returns | |
---|---|
Type | Description |
int |
The count of exemptedMembers. |
getExemptedMembersList()
public abstract List<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 = 2;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the exemptedMembers. |
getLogType()
public abstract AuditLogConfig.LogType getLogType()
The log type that this config enables.
.google.iam.v1.AuditLogConfig.LogType log_type = 1;
Returns | |
---|---|
Type | Description |
AuditLogConfig.LogType |
The logType. |
getLogTypeValue()
public abstract int getLogTypeValue()
The log type that this config enables.
.google.iam.v1.AuditLogConfig.LogType log_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for logType. |