enum class ClientTarget
(source)
Specifies client target settings understood by the Java/Kotlin client. In some cases, you may want to test systems against bleeding-edge or beta versions of Bloombox services. This enum directs traffic to one service cluster or another, note that it does not affect the active data namespace (unless 'SANDBOX' is used, in which 'SANDBOX' is enforced for the API environment value).
Send RPCs to localhost. |
|
Send RPCs to the sandbox. Requires special auth. |
|
Send RPCs to internal gRPC endpoints. Requires special auth. |
|
Send RPCs to production. This is the default. |