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.



2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2356

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