The project ID, or null if this has not yet been configured. Note that a project ID must be configured
(or detected via an emulator environment variable) before building the DatastoreDb.
[[["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 latest version of the Google Cloud Datastore .NET library is 4.15.0, and the page provides links to the documentation for this version and several older versions, including 4.14.0, 4.13.0, all the way back to 3.2.0."],["`DatastoreDbBuilder` is a builder class designed for simple configuration of credentials, endpoints, and other settings for `DatastoreDb` within the Google Cloud Datastore V1 library."],["The `DatastoreDbBuilder` class inherits from `ClientBuilderBase`, gaining access to various methods for managing client settings, such as copying settings, validating configurations, and managing emulator environments."],["Key properties of `DatastoreDbBuilder` include `EmulatorDetection`, `NamespaceId`, `ProjectId`, and `Settings`, allowing control over emulator usage, namespace, project identification, and custom RPC settings, respectively."],["The `Build()` and `BuildAsync()` methods in `DatastoreDbBuilder` are used to create and return a configured instance of `DatastoreDb`, providing synchronous and asynchronous creation options, respectively."]]],[]]