Google Cloud Recaptcha Enterprise V1 Client - Class ListRelatedAccountGroupMembershipsResponse (2.3.1)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListRelatedAccountGroupMembershipsResponse.

The response to a ListRelatedAccountGroupMemberships call.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ related_account_group_memberships array<RelatedAccountGroupMembership>

The memberships listed by the query.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getRelatedAccountGroupMemberships

The memberships listed by the query.

Returns
Type Description
Google\Protobuf\RepeatedField<RelatedAccountGroupMembership>

setRelatedAccountGroupMemberships

The memberships listed by the query.

Parameter
Name Description
var array<RelatedAccountGroupMembership>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this