Class: Google::Cloud::Compute::V1::TestPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TestPermissionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#permissions ⇒ ::Array<::String>
A subset of
TestPermissionsRequest.permissionsthat the caller is allowed.
Instance Attribute Details
#permissions ⇒ ::Array<::String>
26552 26553 26554 26555 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26552 class TestPermissionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |