[[["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."],[[["The `DatastoreClientBuilder` class is used to configure and build instances of the `DatastoreClient` for the Google Cloud Datastore v1 API, offering control over credentials, endpoint, and other settings."],["This class supports both synchronous and asynchronous client building, utilizing `Build()` and `BuildAsync()` methods."],["The builder inherits several properties and methods from `ClientBuilderBase`, such as settings for credentials, endpoints, logging, and scope."],["There are multiple versions available, with the latest being version 4.15.0, and historical versions available from 4.14.0 all the way down to 3.2.0."],["The `DatastoreClientBuilder()` constructor can be used to create a new builder with default settings, and the settings property allows the user to adjust the settings for the builders RPC calls."]]],[]]