Class: Google::Cloud::GkeHub::V1::UpdateMembershipRBACRoleBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::UpdateMembershipRBACRoleBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to update a membership rbacrolebinding.
Instance Attribute Summary collapse
-
#rbacrolebinding ⇒ ::Google::Cloud::GkeHub::V1::RBACRoleBinding
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#rbacrolebinding ⇒ ::Google::Cloud::GkeHub::V1::RBACRoleBinding
Returns Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update.
504 505 506 507 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 504 class UpdateMembershipRBACRoleBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The fields to be updated.
504 505 506 507 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 504 class UpdateMembershipRBACRoleBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |