Package com.google.cloud.compute.v1
Interface LogConfigCloudAuditOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogConfigCloudAuditOptions,LogConfigCloudAuditOptions.Builder
public interface LogConfigCloudAuditOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationLoggingOptionsgetAuthorizationLoggingOptions()This is deprecated and has no effect.AuthorizationLoggingOptionsOrBuildergetAuthorizationLoggingOptionsOrBuilder()This is deprecated and has no effect.StringgetLogName()This is deprecated and has no effect.com.google.protobuf.ByteStringgetLogNameBytes()This is deprecated and has no effect.booleanhasAuthorizationLoggingOptions()This is deprecated and has no effect.booleanhasLogName()This is deprecated and has no effect.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAuthorizationLoggingOptions
boolean hasAuthorizationLoggingOptions()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;- Returns:
- Whether the authorizationLoggingOptions field is set.
-
getAuthorizationLoggingOptions
AuthorizationLoggingOptions getAuthorizationLoggingOptions()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;- Returns:
- The authorizationLoggingOptions.
-
getAuthorizationLoggingOptionsOrBuilder
AuthorizationLoggingOptionsOrBuilder getAuthorizationLoggingOptionsOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;
-
hasLogName
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:
- Whether the logName field is set.
-
getLogName
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:
- The logName.
-
getLogNameBytes
com.google.protobuf.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:
- The bytes for logName.
-
-