Google Cloud Gke Hub V1 Client - Class CreateMembershipBindingRequest (1.3.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 MembershipBinding

Required. The MembershipBinding to create.

↳ 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/*.

Returns
Type Description
string

setParent

Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format projects/*/locations/*/memberships/*.

Parameter
Name Description
var string
Returns
Type Description
$this

getMembershipBinding

Required. The MembershipBinding to create.

Returns
Type Description
MembershipBinding|null

hasMembershipBinding

clearMembershipBinding

setMembershipBinding

Required. The MembershipBinding to create.

Parameter
Name Description
var MembershipBinding
Returns
Type Description
$this

getMembershipBindingId

Required. The ID to use for the MembershipBinding.

Returns
Type Description
string

setMembershipBindingId

Required. The ID to use for the MembershipBinding.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
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 MembershipBinding

Required. The MembershipBinding to create.

membershipBindingId string

Required. The ID to use for the MembershipBinding.

Returns
Type Description
CreateMembershipBindingRequest