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.



2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2495

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 = 128_951_462

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

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

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

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