Class: Google::Cloud::NetworkServices::V1::ListTcpRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListTcpRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/tcp_route.rb
Overview
Response returned by the ListTcpRoutes method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included. -
#tcp_routes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TcpRoute>
List of TcpRoute resources.
Instance Attribute Details
#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
.
188 189 190 191 |
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 188 class ListTcpRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tcp_routes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TcpRoute>
Returns List of TcpRoute resources.
188 189 190 191 |
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 188 class ListTcpRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |