Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection> objects compare equal. Objects that compare equal share the same underlying resources.
Performance
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Thread Safety
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
A future that becomes satisfied when the LRO (Long Running Operation) completes or the polling policy in effect for this call is exhausted. The future is satisfied with an error if the LRO completes with an error or the polling policy is exhausted. In this case the StatusOr returned by the future contains the error. If the LRO completes successfully the value of the future contains the LRO's result. For this RPC the result is a [google.cloud.cpp.compute.v1.Operation] proto message. The C++ class representing this message is created by Protobuf, using the Protobuf mapping rules.
Specifying the NoAwaitTag immediately returns the [google::cloud::cpp::compute::v1::Operation] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.cpp.compute.routes.v1.DeleteRouteRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules.
opts
Options
Optional. Override the class-level options, such as retry and backoff policies.
A future that becomes satisfied when the LRO (Long Running Operation) completes or the polling policy in effect for this call is exhausted. The future is satisfied with an error if the LRO completes with an error or the polling policy is exhausted. In this case the StatusOr returned by the future contains the error. If the LRO completes successfully the value of the future contains the LRO's result. For this RPC the result is a [google.cloud.cpp.compute.v1.Operation] proto message. The C++ class representing this message is created by Protobuf, using the Protobuf mapping rules.
Specifying the NoAwaitTag immediately returns the [google::cloud::cpp::compute::v1::Operation] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
This method accepts a google::cloud::cpp::compute::v1::Operation that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.cpp.compute.routes.v1.GetRouteRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules.
opts
Options
Optional. Override the class-level options, such as retry and backoff policies.
A future that becomes satisfied when the LRO (Long Running Operation) completes or the polling policy in effect for this call is exhausted. The future is satisfied with an error if the LRO completes with an error or the polling policy is exhausted. In this case the StatusOr returned by the future contains the error. If the LRO completes successfully the value of the future contains the LRO's result. For this RPC the result is a [google.cloud.cpp.compute.v1.Operation] proto message. The C++ class representing this message is created by Protobuf, using the Protobuf mapping rules.
Creates a Route resource in the specified project using the data included in the request.
Specifying the NoAwaitTag immediately returns the [google::cloud::cpp::compute::v1::Operation] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.cpp.compute.routes.v1.InsertRouteRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules.
opts
Options
Optional. Override the class-level options, such as retry and backoff policies.
A future that becomes satisfied when the LRO (Long Running Operation) completes or the polling policy in effect for this call is exhausted. The future is satisfied with an error if the LRO completes with an error or the polling policy is exhausted. In this case the StatusOr returned by the future contains the error. If the LRO completes successfully the value of the future contains the LRO's result. For this RPC the result is a [google.cloud.cpp.compute.v1.Operation] proto message. The C++ class representing this message is created by Protobuf, using the Protobuf mapping rules.
Creates a Route resource in the specified project using the data included in the request.
Specifying the NoAwaitTag immediately returns the [google::cloud::cpp::compute::v1::Operation] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Creates a Route resource in the specified project using the data included in the request.
This method accepts a google::cloud::cpp::compute::v1::Operation that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has begin() and end() member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a StatusOr as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T> contains elements of type google.cloud.cpp.compute.v1.Route, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules.
Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.cpp.compute.routes.v1.ListRoutesRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules.
opts
Options
Optional. Override the class-level options, such as retry and backoff policies.
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has begin() and end() member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a StatusOr as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T> contains elements of type google.cloud.cpp.compute.v1.Route, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class RoutesClient (2.39.0)\n\nVersion 2.39.0keyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/compute/latest/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.41.0](/cpp/docs/reference/compute/2.41.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.40.0](/cpp/docs/reference/compute/2.40.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.39.0](/cpp/docs/reference/compute/2.39.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.38.0](/cpp/docs/reference/compute/2.38.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.37.0](/cpp/docs/reference/compute/2.37.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.36.0](/cpp/docs/reference/compute/2.36.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.35.0](/cpp/docs/reference/compute/2.35.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.34.0](/cpp/docs/reference/compute/2.34.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.33.0](/cpp/docs/reference/compute/2.33.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.32.0](/cpp/docs/reference/compute/2.32.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.31.0](/cpp/docs/reference/compute/2.31.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.30.0](/cpp/docs/reference/compute/2.30.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.29.0](/cpp/docs/reference/compute/2.29.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.28.0](/cpp/docs/reference/compute/2.28.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.27.0](/cpp/docs/reference/compute/2.27.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.26.0](/cpp/docs/reference/compute/2.26.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.25.1](/cpp/docs/reference/compute/2.25.1/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.24.0](/cpp/docs/reference/compute/2.24.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.23.0](/cpp/docs/reference/compute/2.23.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.22.1](/cpp/docs/reference/compute/2.22.1/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.21.0](/cpp/docs/reference/compute/2.21.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.20.0](/cpp/docs/reference/compute/2.20.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.19.0](/cpp/docs/reference/compute/2.19.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.18.0](/cpp/docs/reference/compute/2.18.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.17.0](/cpp/docs/reference/compute/2.17.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.16.0](/cpp/docs/reference/compute/2.16.0/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient)\n- [2.15.1](/cpp/docs/reference/compute/2.15.1/classgoogle_1_1cloud_1_1compute__routes__v1_1_1RoutesClient) \nService for the routes resource. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes\u003e\n\n###### Equality\n\nInstances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal `std::shared_ptr\u003c*Connection\u003e` objects compare equal. Objects that compare equal share the same underlying resources.\n\n###### Performance\n\nCreating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.\n\n###### Thread Safety\n\nConcurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.\n\nConstructors\n------------\n\n### RoutesClient(RoutesClient const \\&)\n\nCopy and move support\n\n### RoutesClient(RoutesClient \\&\\&)\n\nCopy and move support\n\n### RoutesClient(std::shared_ptr\\\u003c RoutesConnection \\\u003e, Options)\n\nOperators\n---------\n\n### operator=(RoutesClient const \\&)\n\nCopy and move support\n\n### operator=(RoutesClient \\&\\&)\n\nCopy and move support\n\nFunctions\n---------\n\n### DeleteRoute(std::string const \\&, std::string const \\&, Options)\n\nDeletes the specified Route resource. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/delete\u003e\n\n### DeleteRoute(NoAwaitTag, std::string const \\&, std::string const \\&, Options)\n\nDeletes the specified Route resource. \nSpecifying the [`NoAwaitTag`](https://cloud.google.com/cpp/docs/reference/common/latest/structgoogle_1_1cloud_1_1NoAwaitTag.html) immediately returns the \\[`google::cloud::cpp::compute::v1::Operation`\\] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.\n\n### DeleteRoute(google::cloud::cpp::compute::routes::v1::DeleteRouteRequest const \\&, Options)\n\nDeletes the specified Route resource. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/delete\u003e\n\n### DeleteRoute(NoAwaitTag, google::cloud::cpp::compute::routes::v1::DeleteRouteRequest const \\&, Options)\n\nDeletes the specified Route resource. \nSpecifying the [`NoAwaitTag`](https://cloud.google.com/cpp/docs/reference/common/latest/structgoogle_1_1cloud_1_1NoAwaitTag.html) immediately returns the \\[`google::cloud::cpp::compute::v1::Operation`\\] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.\n\n### DeleteRoute(google::cloud::cpp::compute::v1::Operation const \\&, Options)\n\nDeletes the specified Route resource. \nThis method accepts a `google::cloud::cpp::compute::v1::Operation` that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.\n\n### GetRoute(std::string const \\&, std::string const \\&, Options)\n\nReturns the specified Route resource. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/get\u003e\n\n### GetRoute(google::cloud::cpp::compute::routes::v1::GetRouteRequest const \\&, Options)\n\nReturns the specified Route resource. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/get\u003e\n\n### InsertRoute(std::string const \\&, google::cloud::cpp::compute::v1::Route const \\&, Options)\n\nCreates a Route resource in the specified project using the data included in the request. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/insert\u003e\n\n### InsertRoute(NoAwaitTag, std::string const \\&, google::cloud::cpp::compute::v1::Route const \\&, Options)\n\nCreates a Route resource in the specified project using the data included in the request. \nSpecifying the [`NoAwaitTag`](https://cloud.google.com/cpp/docs/reference/common/latest/structgoogle_1_1cloud_1_1NoAwaitTag.html) immediately returns the \\[`google::cloud::cpp::compute::v1::Operation`\\] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.\n\n### InsertRoute(google::cloud::cpp::compute::routes::v1::InsertRouteRequest const \\&, Options)\n\nCreates a Route resource in the specified project using the data included in the request. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/insert\u003e\n\n### InsertRoute(NoAwaitTag, google::cloud::cpp::compute::routes::v1::InsertRouteRequest const \\&, Options)\n\nCreates a Route resource in the specified project using the data included in the request. \nSpecifying the [`NoAwaitTag`](https://cloud.google.com/cpp/docs/reference/common/latest/structgoogle_1_1cloud_1_1NoAwaitTag.html) immediately returns the \\[`google::cloud::cpp::compute::v1::Operation`\\] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.\n\n### InsertRoute(google::cloud::cpp::compute::v1::Operation const \\&, Options)\n\nCreates a Route resource in the specified project using the data included in the request. \nThis method accepts a `google::cloud::cpp::compute::v1::Operation` that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.\n\n### ListRoutes(std::string const \\&, Options)\n\nRetrieves the list of Route resources available to the specified project. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/list\u003e\n\n### ListRoutes(google::cloud::cpp::compute::routes::v1::ListRoutesRequest, Options)\n\nRetrieves the list of Route resources available to the specified project. \n\u003chttps://cloud.google.com/compute/docs/reference/rest/v1/routes/list\u003e"]]