Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class CreateMembershipBindingRequest.
Request to create a MembershipBinding.
Generated from protobuf message google.cloud.gkehub.v1.CreateMembershipBindingRequest
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format projects/*/locations/*/memberships/*
.
↳ membership_binding
↳ membership_binding_id
string
Required. The ID to use for the MembershipBinding.
getParent
Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format projects/*/locations/*/memberships/*
.
string
setParent
Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format projects/*/locations/*/memberships/*
.
var
string
$this
getMembershipBinding
Required. The MembershipBinding to create.
hasMembershipBinding
clearMembershipBinding
setMembershipBinding
Required. The MembershipBinding to create.
$this
getMembershipBindingId
Required. The ID to use for the MembershipBinding.
string
setMembershipBindingId
Required. The ID to use for the MembershipBinding.
var
string
$this
static::build
parent
string
Required. The parent (project and location) where the MembershipBinding
will be created. Specified in the format projects/*/locations/*/memberships/*
. Please see GkeHubClient::membershipName()
for help formatting this field.
membershipBinding
membershipBindingId
string
Required. The ID to use for the MembershipBinding.

