Google Cloud Recaptcha Enterprise V1 Client - Class ListRelatedAccountGroupsResponse (1.6.0)

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

The response to a ListRelatedAccountGroups call.

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

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ related_account_groups array<Google\Cloud\RecaptchaEnterprise\V1\RelatedAccountGroup>

The groups of related accounts 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.

getRelatedAccountGroups

The groups of related accounts listed by the query.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRelatedAccountGroups

The groups of related accounts listed by the query.

Parameter
NameDescription
var array<Google\Cloud\RecaptchaEnterprise\V1\RelatedAccountGroup>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this