Class: Google::Cloud::Compute::V1::LogConfigCloudAuditOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LogConfigCloudAuditOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
This is deprecated and has no effect. Do not use.
Defined Under Namespace
Modules: LogName
Instance Attribute Summary collapse
-
#authorization_logging_options ⇒ ::Google::Cloud::Compute::V1::AuthorizationLoggingOptions
This is deprecated and has no effect.
-
#log_name ⇒ ::String
This is deprecated and has no effect.
Instance Attribute Details
#authorization_logging_options ⇒ ::Google::Cloud::Compute::V1::AuthorizationLoggingOptions
Returns This is deprecated and has no effect. Do not use.
17337 17338 17339 17340 17341 17342 17343 17344 17345 17346 17347 17348 17349 17350 17351 17352 17353 17354 17355 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17337 class LogConfigCloudAuditOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module LogName # A value indicating that the enum field is not set. UNDEFINED_LOG_NAME = 0 # This is deprecated and has no effect. Do not use. ADMIN_ACTIVITY = 427_503_135 # This is deprecated and has no effect. Do not use. DATA_ACCESS = 238_070_681 # This is deprecated and has no effect. Do not use. UNSPECIFIED_LOG_NAME = 410_515_182 end end |
#log_name ⇒ ::String
Returns This is deprecated and has no effect. Do not use. Check the LogName enum for the list of possible values.
17337 17338 17339 17340 17341 17342 17343 17344 17345 17346 17347 17348 17349 17350 17351 17352 17353 17354 17355 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17337 class LogConfigCloudAuditOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module LogName # A value indicating that the enum field is not set. UNDEFINED_LOG_NAME = 0 # This is deprecated and has no effect. Do not use. ADMIN_ACTIVITY = 427_503_135 # This is deprecated and has no effect. Do not use. DATA_ACCESS = 238_070_681 # This is deprecated and has no effect. Do not use. UNSPECIFIED_LOG_NAME = 410_515_182 end end |