Class: Google::Cloud::Metastore::V1beta::RemoveIamPolicyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::RemoveIamPolicyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
Response message for DataprocMetastore.RemoveIamPolicy.
Instance Attribute Summary collapse
-
#success ⇒ ::Boolean
True if the policy is successfully removed.
Instance Attribute Details
#success ⇒ ::Boolean
Returns True if the policy is successfully removed.
1356 1357 1358 1359 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1356 class RemoveIamPolicyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |