Class: Google::Cloud::ApigeeConnect::V1::ListConnectionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeconnect/v1/connection.rb

Overview

The response for [ListConnections][Management.ListConnections].

Instance Attribute Summary collapse

Instance Attribute Details

#connections::Array<::Google::Cloud::ApigeeConnect::V1::Connection>

Returns A list of clients.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 55

class ListConnectionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



55
56
57
58
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 55

class ListConnectionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end