This interface defines virtual methods for each of the user-facing overload sets in CloudRedisClusterClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudRedisClusterClient.
[[["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-14 UTC."],[[["This document details the `CloudRedisClusterConnection` object, which is part of the Google Cloud Redis Cluster API and is designed for use with `CloudRedisClusterClient`."],["The `CloudRedisClusterConnection` interface allows for the injection of custom behaviors, particularly useful when writing tests for objects of type `CloudRedisClusterClient`, such as with the use of Google Mock objects."],["The document outlines numerous virtual methods related to managing Redis clusters, including functions to `ListClusters`, `GetCluster`, `UpdateCluster`, `DeleteCluster`, and `CreateCluster`, along with several functions related to those listed."],["The document also contains a full list of previous versions of this interface, starting from `2.11.0` and going up to `2.37.0-rc`, which is the latest version."],["The `CloudRedisClusterConnection` interface includes methods for managing operations asynchronously using `google::longrunning::Operation`, such as the ability to delete or update a cluster, and also provides functions for retrieving cluster certificate authority information."]]],[]]