Class: Google::Cloud::EdgeNetwork::V1::ListRoutersResponse

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

Overview

Message for response to listing Routers

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



491
492
493
494
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 491

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

#routers::Array<::Google::Cloud::EdgeNetwork::V1::Router>

Returns The list of Router.

Returns:



491
492
493
494
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 491

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



491
492
493
494
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 491

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