Google Cloud Iap V1 Client - Class ListTunnelDestGroupsResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Iap V1 Client class ListTunnelDestGroupsResponse.

The response from ListTunnelDestGroups.

Generated from protobuf message google.cloud.iap.v1.ListTunnelDestGroupsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tunnel_dest_groups array<Google\Cloud\Iap\V1\TunnelDestGroup>

TunnelDestGroup existing in the project.

↳ next_page_token string

A token that you can send as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getTunnelDestGroups

TunnelDestGroup existing in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTunnelDestGroups

TunnelDestGroup existing in the project.

Parameter
NameDescription
var array<Google\Cloud\Iap\V1\TunnelDestGroup>
Returns
TypeDescription
$this

getNextPageToken

A token that you can send as page_token to retrieve the next page.

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

Returns
TypeDescription
string

setNextPageToken

A token that you can send 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