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

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListMembershipBindingsRequest.

Request to list MembershipBinding.

Generated from protobuf message google.cloud.gkehub.v1.ListMembershipBindingsRequest

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 Membership for which the MembershipBindings will be listed. Specified in the format projects/*/locations/*/memberships/*.

↳ page_size int

Optional. When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

↳ page_token string

Optional. Token returned by previous call to ListMembershipBindings which specifies the position in the list from where to continue listing the resources.

↳ filter string

Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

getParent

Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format projects/*/locations/*/memberships/*.

Returns
Type Description
string

setParent

Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format projects/*/locations/*/memberships/*.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

Returns
Type Description
int

setPageSize

Optional. When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. Token returned by previous call to ListMembershipBindings which specifies the position in the list from where to continue listing the resources.

Returns
Type Description
string

setPageToken

Optional. Token returned by previous call to ListMembershipBindings which specifies the position in the list from where to continue listing the resources.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

Returns
Type Description
string

setFilter

Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format projects/*/locations/*/memberships/*. Please see GkeHubClient::membershipName() for help formatting this field.

Returns
Type Description
ListMembershipBindingsRequest