Class: Google::Cloud::GkeHub::V1::DeleteScopeRBACRoleBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::DeleteScopeRBACRoleBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to delete a Scope RBACRoleBinding.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The RBACRoleBinding resource name in the format
projects/*/locations/*/scopes/*/rbacrolebindings/*.
168 169 170 171 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 168 class DeleteScopeRBACRoleBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |