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.permissions
that the caller is allowed.
Instance Attribute Details
#permissions ⇒ ::Array<::String>
Returns A subset of TestPermissionsRequest.permissions
that the caller is allowed.
34733 34734 34735 34736 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34733 class TestPermissionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |