Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class SearchRelatedAccountGroupMembershipsResponse.
The response to a SearchRelatedAccountGroupMemberships
call.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ related_account_group_memberships |
array<Google\Cloud\RecaptchaEnterprise\V1\RelatedAccountGroupMembership>
The queried memberships. |
↳ next_page_token |
string
A token, which can be sent as |
getRelatedAccountGroupMemberships
The queried memberships.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRelatedAccountGroupMemberships
The queried memberships.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\RecaptchaEnterprise\V1\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 |