Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::UpdateScopeRBACRoleBindingRequest.
Request to update a scope rbacrolebinding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rbacrolebinding
def rbacrolebinding() -> ::Google::Cloud::GkeHub::V1::RBACRoleBinding
Returns
- (::Google::Cloud::GkeHub::V1::RBACRoleBinding) — Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update.
#rbacrolebinding=
def rbacrolebinding=(value) -> ::Google::Cloud::GkeHub::V1::RBACRoleBinding
Parameter
- value (::Google::Cloud::GkeHub::V1::RBACRoleBinding) — Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update.
Returns
- (::Google::Cloud::GkeHub::V1::RBACRoleBinding) — Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. The fields to be updated.