Class: Google::Cloud::Iap::V1::ListTunnelDestGroupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ListTunnelDestGroupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request to ListTunnelDestGroups.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of groups to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListTunnelDestGroups
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
45 46 47 48 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 45 class ListTunnelDestGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListTunnelDestGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListTunnelDestGroups
must match the call that provided the page
token.
45 46 47 48 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 45 class ListTunnelDestGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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.
45 46 47 48 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 45 class ListTunnelDestGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |