public interface LogConfigCloudAuditOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| 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;
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the logName field is set. |