Class: Google::Cloud::Compute::V1::TestPermissionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#permissions::Array<::String>

Returns A subset of TestPermissionsRequest.permissions that the caller is allowed.

Returns:

  • (::Array<::String>)

    A subset of TestPermissionsRequest.permissions that the caller is allowed.



39295
39296
39297
39298
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39295

class TestPermissionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end