Class: Google::Apis::MetastoreV1alpha::RemoveIamPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1alpha::RemoveIamPolicyRequest
- 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
-
#asynchronous ⇒ Boolean
(also: #asynchronous?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveIamPolicyRequest
constructor
A new instance of RemoveIamPolicyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#asynchronous ⇒ Boolean 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
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 |