Class: Google::Cloud::Compute::V1::AuthorizationLoggingOptions

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: PermissionType

Instance Attribute Summary collapse

Instance Attribute Details

#permission_type::String

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

Returns:

  • (::String)

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



2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2098

class AuthorizationLoggingOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  module PermissionType
    # A value indicating that the enum field is not set.
    UNDEFINED_PERMISSION_TYPE = 0

    # This is deprecated and has no effect. Do not use.
    ADMIN_READ = 128951462

    # This is deprecated and has no effect. Do not use.
    ADMIN_WRITE = 244412079

    # This is deprecated and has no effect. Do not use.
    DATA_READ = 305224971

    # This is deprecated and has no effect. Do not use.
    DATA_WRITE = 340181738

    # This is deprecated and has no effect. Do not use.
    PERMISSION_TYPE_UNSPECIFIED = 440313346
  end
end