Class: Google::Cloud::EdgeNetwork::V1::ListInterconnectsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::ListInterconnectsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/service.rb
Overview
Message for response to listing Interconnects
Instance Attribute Summary collapse
-
#interconnects ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::Interconnect>
The list of Interconnect.
-
#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
#interconnects ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::Interconnect>
Returns The list of Interconnect.
343 344 345 346 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 343 class ListInterconnectsResponse 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.
343 344 345 346 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 343 class ListInterconnectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
343 344 345 346 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 343 class ListInterconnectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |