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.



1526
1527
1528
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1526

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)


1523
1524
1525
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1523

def asynchronous
  @asynchronous
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1531
1532
1533
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1531

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