Class: Google::Cloud::NetworkServices::V1::ListGrpcRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListGrpcRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/grpc_route.rb
Overview
Response returned by the ListGrpcRoutes method.
Instance Attribute Summary collapse
-
#grpc_routes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>
List of GrpcRoute 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
#grpc_routes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>
Returns List of GrpcRoute resources.
371 372 373 374 |
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 371 class ListGrpcRoutesResponse 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
.
371 372 373 374 |
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 371 class ListGrpcRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |