Class: Google::Cloud::Compute::V1::LogConfigCloudAuditOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#authorization_logging_options::Google::Cloud::Compute::V1::AuthorizationLoggingOptions

Returns This is deprecated and has no effect. Do not use.

Returns:



15126
15127
15128
15129
15130
15131
15132
15133
15134
15135
15136
15137
15138
15139
15140
15141
15142
15143
15144
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15126

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

Returns This is deprecated and has no effect. Do not use. Check the LogName enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the LogName enum for the list of possible values.



15126
15127
15128
15129
15130
15131
15132
15133
15134
15135
15136
15137
15138
15139
15140
15141
15142
15143
15144
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15126

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