Class: Google::Cloud::Iap::V1::ListTunnelDestGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ListTunnelDestGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The response from ListTunnelDestGroups.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that you can send as
page_token
to retrieve the next page. -
#tunnel_dest_groups ⇒ ::Array<::Google::Cloud::Iap::V1::TunnelDestGroup>
TunnelDestGroup existing in the project.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that you can send as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
58 59 60 61 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 58 class ListTunnelDestGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tunnel_dest_groups ⇒ ::Array<::Google::Cloud::Iap::V1::TunnelDestGroup>
Returns TunnelDestGroup existing in the project.
58 59 60 61 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 58 class ListTunnelDestGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |