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.



2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2080

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