This interface defines virtual methods for each of the user-facing overload sets in RuleSetServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RuleSetServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `RuleSetServiceConnection` object, which acts as an interface for the `RuleSetServiceClient` and allows for the injection of custom behavior during testing."],["The latest release candidate version for `RuleSetServiceConnection` is 2.37.0-rc, with links provided to documentation for various previous versions, down to 2.12.0."],["The `RuleSetServiceConnection` interface includes virtual methods such as `CreateRuleSet`, `GetRuleSet`, `UpdateRuleSet`, `DeleteRuleSet`, and `ListRuleSets`, along with corresponding request and response types, allowing for a variety of operations on RuleSets."],["The documentation offers instructions for creating concrete instances of `RuleSetServiceConnection` using `MakeRuleSetServiceConnection()`, as well as guidance for mocking with `MockRuleSetServiceConnection`."],["The `GetOperation` method within `RuleSetServiceConnection` allows for the retrieval of the status of a long-running operation using a `GetOperationRequest`."]]],[]]