Interface AuthorizationLoggingOptionsOrBuilder (1.51.0)

public interface AuthorizationLoggingOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPermissionType()

public abstract String getPermissionType()

This is deprecated and has no effect. Do not use. Check the PermissionType enum for the list of possible values.

optional string permission_type = 525978538;

Returns
TypeDescription
String

The permissionType.

getPermissionTypeBytes()

public abstract ByteString getPermissionTypeBytes()

This is deprecated and has no effect. Do not use. Check the PermissionType enum for the list of possible values.

optional string permission_type = 525978538;

Returns
TypeDescription
ByteString

The bytes for permissionType.

hasPermissionType()

public abstract boolean hasPermissionType()

This is deprecated and has no effect. Do not use. Check the PermissionType enum for the list of possible values.

optional string permission_type = 525978538;

Returns
TypeDescription
boolean

Whether the permissionType field is set.