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 page details the `DatastoreDbBuilder` class, which is used to configure credentials, endpoints, and other settings for `DatastoreDb` in Google Cloud Datastore."],["The `DatastoreDbBuilder` class inherits from `ClientBuilderBase` and offers methods and properties to customize the behavior of `DatastoreDb`, such as specifying the project ID, namespace ID, and emulator detection."],["The latest version available is 4.15.0, and the page includes a list of available versions ranging from 4.15.0 down to 3.2.0, each with its own link to the relevant documentation."],["The `DatastoreDbBuilder` includes properties such as `EmulatorDetection`, `NamespaceId`, `ProjectId`, and `Settings` to allow for customization."],["The `Build()` and `BuildAsync()` methods are used to create an instance of the configured `DatastoreDb`."]]],[]]