[[["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-04-17 UTC."],[[["The `MemorystoreClientBuilder` class is a builder for the `MemorystoreClient` in the Memorystore v1beta API, designed to simplify the configuration of credentials and endpoints."],["This builder inherits from `ClientBuilderBase`, providing access to various properties for client configuration, such as `Endpoint`, `CredentialsPath`, `Scopes`, and others."],["You can use the builder's `Build()` method to create a new `MemorystoreClient` with the specified settings or the `BuildAsync()` for asynchronous creation of the client."],["The `MemorystoreClientBuilder` constructor `MemorystoreClientBuilder()` creates a new builder with default settings, allowing for further customization through properties like `Settings`."],["The builder provides a `GetChannelPool()` method to retrieve the channel pool used when no specific options are provided."]]],[]]