Class: Google::Apis::MetastoreV1alpha::RemoveIamPolicyRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1alpha/classes.rb,
lib/google/apis/metastore_v1alpha/representations.rb,
lib/google/apis/metastore_v1alpha/representations.rb

Overview

Request message for DataprocMetastore.RemoveIamPolicy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoveIamPolicyRequest

Returns a new instance of RemoveIamPolicyRequest.



2214
2215
2216
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2214

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#asynchronousBoolean Also known as: asynchronous?

Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false. Corresponds to the JSON property asynchronous

Returns:

  • (Boolean)


2211
2212
2213
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2211

def asynchronous
  @asynchronous
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2219
2220
2221
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2219

def update!(**args)
  @asynchronous = args[:asynchronous] if args.key?(:asynchronous)
end