Reference documentation and code samples for the Google Cloud Iap V1 Client class ListTunnelDestGroupsRequest.
The request to ListTunnelDestGroups.
Generated from protobuf messagegoogle.cloud.iap.v1.ListTunnelDestGroupsRequest
Namespace
Google \ Cloud \ Iap \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Google Cloud Project ID and location. In the following format:projects/{project_number/id}/iap_tunnel/locations/{location}. A-can be used for the location to group across all locations.
↳ page_size
int
The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 100 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
↳ page_token
string
A page token, received from a previousListTunnelDestGroupscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListTunnelDestGroupsmust match the call that provided the page token.
getParent
Required. Google Cloud Project ID and location.
In the following format:projects/{project_number/id}/iap_tunnel/locations/{location}.
A-can be used for the location to group across all locations.
Returns
Type
Description
string
setParent
Required. Google Cloud Project ID and location.
In the following format:projects/{project_number/id}/iap_tunnel/locations/{location}.
A-can be used for the location to group across all locations.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of groups to return. The service might return fewer than
this value.
If unspecified, at most 100 groups are returned.
The maximum value is 1000; values above 1000 are coerced to 1000.
Returns
Type
Description
int
setPageSize
The maximum number of groups to return. The service might return fewer than
this value.
If unspecified, at most 100 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
A page token, received from a previousListTunnelDestGroupscall. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListTunnelDestGroupsmust match the call that provided the page
token.
Returns
Type
Description
string
setPageToken
A page token, received from a previousListTunnelDestGroupscall. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListTunnelDestGroupsmust 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. Google Cloud Project ID and location.
In the following format:projects/{project_number/id}/iap_tunnel/locations/{location}.
A-can be used for the location to group across all locations. Please seeIdentityAwareProxyAdminServiceClient::tunnelLocationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Iap V1 Client - Class ListTunnelDestGroupsRequest (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-iap/latest/V1.ListTunnelDestGroupsRequest)\n- [2.1.1](/php/docs/reference/cloud-iap/2.1.1/V1.ListTunnelDestGroupsRequest)\n- [2.0.3](/php/docs/reference/cloud-iap/2.0.3/V1.ListTunnelDestGroupsRequest)\n- [1.4.5](/php/docs/reference/cloud-iap/1.4.5/V1.ListTunnelDestGroupsRequest)\n- [1.3.4](/php/docs/reference/cloud-iap/1.3.4/V1.ListTunnelDestGroupsRequest)\n- [1.2.3](/php/docs/reference/cloud-iap/1.2.3/V1.ListTunnelDestGroupsRequest)\n- [1.1.1](/php/docs/reference/cloud-iap/1.1.1/V1.ListTunnelDestGroupsRequest)\n- [1.0.1](/php/docs/reference/cloud-iap/1.0.1/V1.ListTunnelDestGroupsRequest) \nReference documentation and code samples for the Google Cloud Iap V1 Client class ListTunnelDestGroupsRequest.\n\nThe request to ListTunnelDestGroups.\n\nGenerated from protobuf message `google.cloud.iap.v1.ListTunnelDestGroupsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Iap \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Google Cloud Project ID and location.\n\nIn the following format:\n`projects/{project_number/id}/iap_tunnel/locations/{location}`.\nA `-` can be used for the location to group across all locations.\n\n### setParent\n\nRequired. Google Cloud Project ID and location.\n\nIn the following format:\n`projects/{project_number/id}/iap_tunnel/locations/{location}`.\nA `-` can be used for the location to group across all locations.\n\n### getPageSize\n\nThe maximum number of groups to return. The service might return fewer than\nthis value.\n\nIf unspecified, at most 100 groups are returned.\nThe maximum value is 1000; values above 1000 are coerced to 1000.\n\n### setPageSize\n\nThe maximum number of groups to return. The service might return fewer than\nthis value.\n\nIf unspecified, at most 100 groups are returned.\nThe maximum value is 1000; values above 1000 are coerced to 1000.\n\n### getPageToken\n\nA page token, received from a previous `ListTunnelDestGroups`\ncall. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n`ListTunnelDestGroups` must match the call that provided the page\ntoken.\n\n### setPageToken\n\nA page token, received from a previous `ListTunnelDestGroups`\ncall. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n`ListTunnelDestGroups` must match the call that provided the page\ntoken.\n\n### static::build"]]