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 \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The parent Membership for which the MembershipBindings will be
listed. Specified in the format projects/*/locations/*/memberships/*
.
string
setParent
Required. The parent Membership for which the MembershipBindings will be
listed. Specified in the format projects/*/locations/*/memberships/*
.
var
string
$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.
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.
var
int
$this
getPageToken
Optional. Token returned by previous call to ListMembershipBindings
which
specifies the position in the list from where to continue listing the
resources.
string
setPageToken
Optional. Token returned by previous call to ListMembershipBindings
which
specifies the position in the list from where to continue listing the
resources.
var
string
$this
getFilter
Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160 .
string
setFilter
Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160 .
var
string
$this
static::build
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.

