Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListRelatedAccountGroupsRequest.
The request message to list related account groups.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the project to list related account groups from, in the format |
↳ page_size |
int
Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
↳ page_token |
string
Optional. A page token, received from a previous |
getParent
Required. The name of the project to list related account groups from, in
the format projects/{project}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the project to list related account groups from, in
the format projects/{project}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The name of the project to list related account groups from, in
the format |
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\ListRelatedAccountGroupsRequest |