Interface LogConfigCloudAuditOptionsOrBuilder (1.52.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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the logName field is set.