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 AuthorizationLoggingOptions
getAuthorizationLoggingOptions()
This is deprecated and has no effect.AuthorizationLoggingOptionsOrBuilder
getAuthorizationLoggingOptionsOrBuilder()
This is deprecated and has no effect.String
getLogName()
This is deprecated and has no effect.com.google.protobuf.ByteString
getLogNameBytes()
This is deprecated and has no effect.boolean
hasAuthorizationLoggingOptions()
This is deprecated and has no effect.boolean
hasLogName()
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.
-
-