Google Cloud Iap V1 Client - Class ListTunnelDestGroupsResponse (2.3.0)

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

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tunnel_dest_groups array<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
Type Description
Google\Protobuf\RepeatedField<TunnelDestGroup>

setTunnelDestGroups

TunnelDestGroup existing in the project.

Parameter
Name Description
var array<TunnelDestGroup>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this