class Google::Apis::PubsubV1::TestIamPermissionsRequest
Request message for `TestIamPermissions` method.
Attributes
permissions[RW]
The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see IAM Overview. Corresponds to the JSON property `permissions` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/pubsub_v1/classes.rb, line 150 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/pubsub_v1/classes.rb, line 155 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end