Class: Google::Cloud::GkeHub::V1::GetMembershipBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::GetMembershipBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request message for the GkeHub.GetMembershipBinding method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The MembershipBinding resource name in the format
projects/*/locations/*/memberships/*/bindings/*.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 330 class GetMembershipBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |