Class: Google::Cloud::GkeHub::V1::GetScopeRBACRoleBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::GetScopeRBACRoleBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request message for the GkeHub.GetScopeRBACRoleBinding method.
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/*.
121 122 123 124 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 121 class GetScopeRBACRoleBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |