OptionalemitsShows whether the reader reports credentialsResolve metrics.
The SDK reports a fallback metric around
ConfigReaderLike.getCredentials when this value is not true.
Returns the configured service endpoint.
Returns credentials for SDK authorization.
Do not return an empty string to represent valid credentials.
Returns the configured parent resource ID.
Returns the selected CLI profile name.
OptionalsetReceives authorization-only metric callbacks when full metrics are absent.
OptionalsetReceives all SDK metric callbacks when the reader supports them.
Defines configuration values that an SDK configuration reader supplies.
Implement this interface to load configuration from a source other than the Nebius CLI file. Keep methods free of unrelated side effects because the SDK calls them during construction. The SDK catches errors from ConfigReaderLike.parentId, but errors from other methods can affect initialization.
Example