A factory function to construct an object of type RegionDisksConnection 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 RegionDisksClient.
The optional options argument may be used to configure aspects of the returned RegionDisksConnection. 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\u003eThis document provides reference information for the \u003ccode\u003ecompute_region_disks_v1\u003c/code\u003e namespace, specifically detailing various versions of the API from 2.15.1 up to the latest release candidate 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegionDisksClient\u003c/code\u003e class is the service interface for managing the regionDisks resource, and it uses the \u003ccode\u003eRegionDisksConnection\u003c/code\u003e object to interface with the resource.\u003c/p\u003e\n"],["\u003cp\u003eThe content outlines several classes related to \u003ccode\u003eRegionDisksConnection\u003c/code\u003e, including retry and idempotency policies, like \u003ccode\u003eRegionDisksConnectionIdempotencyPolicy\u003c/code\u003e, \u003ccode\u003eRegionDisksLimitedErrorCountRetryPolicy\u003c/code\u003e, \u003ccode\u003eRegionDisksLimitedTimeRetryPolicy\u003c/code\u003e, and \u003ccode\u003eRegionDisksRetryPolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eStructs like \u003ccode\u003eRegionDisksBackoffPolicyOption\u003c/code\u003e, \u003ccode\u003eRegionDisksConnectionIdempotencyPolicyOption\u003c/code\u003e, \u003ccode\u003eRegionDisksPollingPolicyOption\u003c/code\u003e, and \u003ccode\u003eRegionDisksRetryPolicyOption\u003c/code\u003e are available to configure various policies via \u003ccode\u003egoogle::cloud::Options\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMakeRegionDisksConnectionRest\u003c/code\u003e function constructs a \u003ccode\u003eRegionDisksConnection\u003c/code\u003e object for REST-based HTTP transport, which is an alternative to gRPC, and can be configured using various options lists.\u003c/p\u003e\n"]]],[],null,[]]