Interface LogConfigCloudAuditOptionsOrBuilder (1.51.0)

public interface LogConfigCloudAuditOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthorizationLoggingOptions()

public abstract AuthorizationLoggingOptions getAuthorizationLoggingOptions()

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

optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;

Returns
TypeDescription
AuthorizationLoggingOptions

The authorizationLoggingOptions.

getAuthorizationLoggingOptionsOrBuilder()

public abstract AuthorizationLoggingOptionsOrBuilder getAuthorizationLoggingOptionsOrBuilder()

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

optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;

Returns
TypeDescription
AuthorizationLoggingOptionsOrBuilder

getLogName()

public abstract String getLogName()

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

optional string log_name = 402913958;

Returns
TypeDescription
String

The logName.

getLogNameBytes()

public abstract ByteString getLogNameBytes()

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

optional string log_name = 402913958;

Returns
TypeDescription
ByteString

The bytes for logName.

hasAuthorizationLoggingOptions()

public abstract boolean hasAuthorizationLoggingOptions()

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

optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;

Returns
TypeDescription
boolean

Whether the authorizationLoggingOptions field is set.

hasLogName()

public abstract boolean hasLogName()

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

optional string log_name = 402913958;

Returns
TypeDescription
boolean

Whether the logName field is set.