Class: Google::Cloud::NetworkConnectivity::V1::ListRouteTablesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListRouteTablesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Response for HubService.ListRouteTables method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token for the next page of the response.
-
#route_tables ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::RouteTable>
The requested route tables.
-
#unreachable ⇒ ::Array<::String>
Hubs 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.
908 909 910 911 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 908 class ListRouteTablesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_tables ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::RouteTable>
Returns The requested route tables.
908 909 910 911 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 908 class ListRouteTablesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Hubs that could not be reached.
908 909 910 911 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 908 class ListRouteTablesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |