Interface AuditLogConfigOrBuilder (1.3.4)

public interface AuditLogConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for logType.