Class: Google::Cloud::GkeHub::V1::CreateMembershipBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::CreateMembershipBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to create a MembershipBinding.
Instance Attribute Summary collapse
-
#membership_binding ⇒ ::Google::Cloud::GkeHub::V1::MembershipBinding
Required.
-
#membership_binding_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#membership_binding ⇒ ::Google::Cloud::GkeHub::V1::MembershipBinding
Returns Required. The MembershipBinding to create.
347 348 349 350 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 347 class CreateMembershipBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#membership_binding_id ⇒ ::String
Returns Required. The ID to use for the MembershipBinding.
347 348 349 350 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 347 class CreateMembershipBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format
projects/*/locations/*/memberships/*.
347 348 349 350 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 347 class CreateMembershipBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |