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.
data
array
Optional. Data for populating the Message object.
↳ tunnel_dest_groups
↳ 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.
Generated from protobuf field repeated .google.cloud.iap.v1.TunnelDestGroup tunnel_dest_groups = 1;
Google\Protobuf\Internal\RepeatedField
setTunnelDestGroups
TunnelDestGroup existing in the project.
Generated from protobuf field repeated .google.cloud.iap.v1.TunnelDestGroup tunnel_dest_groups = 1;
$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.
Generated from protobuf field string next_page_token = 2;
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.
Generated from protobuf field string next_page_token = 2;
var
string
$this