Class: Google::Cloud::NetworkServices::V1::ListHttpRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListHttpRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/http_route.rb
Overview
Response returned by the ListHttpRoutes method.
Instance Attribute Summary collapse
-
#http_routes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::HttpRoute>
List of HttpRoute resources.
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included.
Instance Attribute Details
#http_routes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::HttpRoute>
Returns List of HttpRoute resources.
611 612 613 614 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 611 class ListHttpRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
611 612 613 614 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 611 class ListHttpRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |