Global

Members

(constant) gapicConfig

Client JSON configuration object, loaded from src/v1/datastore_admin_client_config.json. This file defines retry strategy and timeouts for all API methods in this library.

(constant) gapicConfig

Client JSON configuration object, loaded from src/v1/datastore_client_config.json. This file defines retry strategy and timeouts for all API methods in this library.

Type Definitions

IntegerTypeCastOptions

Configuration to convert values of integerValue type to a custom value. Must provide an integerTypeCastFunction to handle integerValue conversion.

Properties:
Name Type Attributes Description
integerTypeCastFunction function

A custom user provided function to convert integerValue.

properties string | Array.<string> <optional>

Entity property names to be converted using integerTypeCastFunction.