A factory function to construct an object of type RegionsConnection that uses REST over HTTP as transport in lieu of gRPC.
REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RegionsClient.
The optional options argument may be used to configure aspects of the returned RegionsConnection. Expected options are any of the types in the following option lists:
[[["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-14 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, with multiple previous versions available dating back to 2.15.1.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers the \u003ccode\u003ecompute_regions_v1\u003c/code\u003e namespace, including classes like \u003ccode\u003eRegionsClient\u003c/code\u003e and \u003ccode\u003eRegionsConnection\u003c/code\u003e, which are vital for interacting with regions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegionsConnection\u003c/code\u003e can be configured with different retry policies, such as \u003ccode\u003eRegionsLimitedErrorCountRetryPolicy\u003c/code\u003e and \u003ccode\u003eRegionsLimitedTimeRetryPolicy\u003c/code\u003e, allowing for flexible error handling.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation defines structs such as \u003ccode\u003eRegionsBackoffPolicyOption\u003c/code\u003e, \u003ccode\u003eRegionsConnectionIdempotencyPolicyOption\u003c/code\u003e, and \u003ccode\u003eRegionsRetryPolicyOption\u003c/code\u003e, which are used to customize the behavior of region operations through Google Cloud Options.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMakeRegionsConnectionRest(Options)\u003c/code\u003e function allows the creation of a \u003ccode\u003eRegionsConnection\u003c/code\u003e object which uses REST over HTTP, which is useful for the cases where gRPC is not available or supported.\u003c/p\u003e\n"]]],[],null,[]]