Class: Google::Cloud::Compute::V1::AuthorizationLoggingOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AuthorizationLoggingOptions
- 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
-
#permission_type ⇒ ::String
This is deprecated and has no effect.
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.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2295 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 |