Class: Google::Cloud::NetworkConnectivity::V1::ListRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Response for HubService.ListRoutes method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token for the next page of the response.
-
#routes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Route>
The requested routes.
-
#unreachable ⇒ ::Array<::String>
RouteTables that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.
866 867 868 869 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 866 class ListRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#routes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Route>
Returns The requested routes.
866 867 868 869 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 866 class ListRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns RouteTables that could not be reached.
866 867 868 869 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 866 class ListRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |