Class: Google::Cloud::EdgeNetwork::V1::ListNetworksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::ListNetworksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/service.rb
Overview
Message for response to listing Networks
Instance Attribute Summary collapse
-
#networks ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::Network>
The list of Network.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#networks ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::Network>
Returns The list of Network.
108 109 110 111 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 108 class ListNetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
108 109 110 111 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 108 class ListNetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
108 109 110 111 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 108 class ListNetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |