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
15629 15630 15631 15632 15633 15634 15635 15636 15637 15638 15639 15640 15641 15642 15643 15644 15645 15646 15647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15629 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 = 427503135 # This is deprecated and has no effect. Do not use. DATA_ACCESS = 238070681 # This is deprecated and has no effect. Do not use. UNSPECIFIED_LOG_NAME = 410515182 end end |
#log_name ⇒ ::String
15629 15630 15631 15632 15633 15634 15635 15636 15637 15638 15639 15640 15641 15642 15643 15644 15645 15646 15647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15629 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 = 427503135 # This is deprecated and has no effect. Do not use. DATA_ACCESS = 238070681 # This is deprecated and has no effect. Do not use. UNSPECIFIED_LOG_NAME = 410515182 end end |