Class: Google::Cloud::GkeHub::V1::UpdateScopeRBACRoleBindingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/service.rb

Overview

Request to update a scope rbacrolebinding.

Instance Attribute Summary collapse

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.

Returns:



158
159
160
161
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 158

class UpdateScopeRBACRoleBindingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The fields to be updated.

Returns:



158
159
160
161
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 158

class UpdateScopeRBACRoleBindingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end