Interface AuditLogConfigOrBuilder (1.47.0)

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 = 232615576;

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 = 232615576;

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 = 232615576;

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 = 232615576;

Returns
TypeDescription
List<String>

A list containing the exemptedMembers.

getIgnoreChildExemptions()

public abstract boolean getIgnoreChildExemptions()

This is deprecated and has no effect. Do not use.

optional bool ignore_child_exemptions = 70141850;

Returns
TypeDescription
boolean

The ignoreChildExemptions.

getLogType()

public abstract String getLogType()

The log type that this config enables. Check the LogType enum for the list of possible values.

optional string log_type = 403115861;

Returns
TypeDescription
String

The logType.

getLogTypeBytes()

public abstract ByteString getLogTypeBytes()

The log type that this config enables. Check the LogType enum for the list of possible values.

optional string log_type = 403115861;

Returns
TypeDescription
ByteString

The bytes for logType.

hasIgnoreChildExemptions()

public abstract boolean hasIgnoreChildExemptions()

This is deprecated and has no effect. Do not use.

optional bool ignore_child_exemptions = 70141850;

Returns
TypeDescription
boolean

Whether the ignoreChildExemptions field is set.

hasLogType()

public abstract boolean hasLogType()

The log type that this config enables. Check the LogType enum for the list of possible values.

optional string log_type = 403115861;

Returns
TypeDescription
boolean

Whether the logType field is set.