A factory function to construct an object of type IDSConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of IDSClient.
The optional options argument may be used to configure aspects of the returned IDSConnection. 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-07-09 UTC."],[[["This page provides documentation for the Google Cloud IDS (Intrusion Detection System) C++ client library, specifically for version 2.24.0, with links to previous versions, including the latest release candidate, 2.37.0-rc."],["The page documents various classes related to IDS, including `IDSClient`, `IDSConnection`, and multiple retry policy classes, such as `IDSLimitedErrorCountRetryPolicy` and `IDSLimitedTimeRetryPolicy`."],["The documentation includes struct definitions for configuring options related to backoff, idempotency, polling, and retry policies, such as `IDSBackoffPolicyOption`, `IDSConnectionIdempotencyPolicyOption`, `IDSPollingPolicyOption`, and `IDSRetryPolicyOption`."],["The page describes functions such as `MakeIDSConnection`, a factory function to create `IDSConnection` objects, which are essential for the creation of an `IDSClient` object, with an explanation of the expected and optional parameters and their functionalities."],["The page also includes the `MakeDefaultIDSConnectionIdempotencyPolicy` function which defines a default idempotency policy for the `IDSConnection`."]]],[]]