A factory function to construct an object of type DisksConnection 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 DisksClient.
The optional options argument may be used to configure aspects of the returned DisksConnection. 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 release candidate version is 2.37.0-rc, and the current version documented on this page is 2.34.0, with multiple previous versions accessible.\u003c/p\u003e\n"],["\u003cp\u003eThis page provides detailed documentation for the \u003ccode\u003ecompute_disks_v1\u003c/code\u003e namespace, including classes like \u003ccode\u003eDisksClient\u003c/code\u003e, \u003ccode\u003eDisksConnection\u003c/code\u003e, and various policy implementations such as \u003ccode\u003eDisksRetryPolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines multiple structs related to configuring disk operations, such as \u003ccode\u003eDisksBackoffPolicyOption\u003c/code\u003e, \u003ccode\u003eDisksConnectionIdempotencyPolicyOption\u003c/code\u003e, \u003ccode\u003eDisksPollingPolicyOption\u003c/code\u003e, and \u003ccode\u003eDisksRetryPolicyOption\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA factory function, \u003ccode\u003eMakeDisksConnectionRest(Options)\u003c/code\u003e, is available to create a \u003ccode\u003eDisksConnection\u003c/code\u003e object utilizing REST over HTTP, with customizable options from various option lists.\u003c/p\u003e\n"],["\u003cp\u003eThe DisksClient class can use the DisksConnection class, in addition to several other policy based classes to manage how it interacts with resources.\u003c/p\u003e\n"]]],[],null,[]]