Class: Google::Cloud::Compute::V1::LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LogConfigDataAccessOptions
- 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: LogMode
Instance Attribute Summary collapse
-
#log_mode ⇒ ::String
This is deprecated and has no effect.
Instance Attribute Details
#log_mode ⇒ ::String
Returns This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.
18784 18785 18786 18787 18788 18789 18790 18791 18792 18793 18794 18795 18796 18797 18798 18799 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18784 class LogConfigDataAccessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module LogMode # A value indicating that the enum field is not set. UNDEFINED_LOG_MODE = 0 # This is deprecated and has no effect. Do not use. LOG_FAIL_CLOSED = 360_469_778 # This is deprecated and has no effect. Do not use. LOG_MODE_UNSPECIFIED = 88_160_822 end end |