Class: Google::Cloud::Iap::V1::ListTunnelDestGroupsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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.



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.

Returns:



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