Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::CreateMembershipBindingRequest.
Request to create a MembershipBinding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#membership_binding
def membership_binding() -> ::Google::Cloud::GkeHub::V1::MembershipBinding
Returns
- (::Google::Cloud::GkeHub::V1::MembershipBinding) — Required. The MembershipBinding to create.
#membership_binding=
def membership_binding=(value) -> ::Google::Cloud::GkeHub::V1::MembershipBinding
Parameter
- value (::Google::Cloud::GkeHub::V1::MembershipBinding) — Required. The MembershipBinding to create.
Returns
- (::Google::Cloud::GkeHub::V1::MembershipBinding) — Required. The MembershipBinding to create.
#membership_binding_id
def membership_binding_id() -> ::String
Returns
- (::String) — Required. The ID to use for the MembershipBinding.
#membership_binding_id=
def membership_binding_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID to use for the MembershipBinding.
Returns
- (::String) — Required. The ID to use for the MembershipBinding.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format
projects/*/locations/*/memberships/*.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format
projects/*/locations/*/memberships/*.
Returns
-
(::String) — Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format
projects/*/locations/*/memberships/*.