We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219f166 commit 9a84077Copy full SHA for 9a84077
option/option.go
@@ -308,9 +308,9 @@ func (w withClientCertSource) Apply(o *internal.DialSettings) {
308
//
309
// This is an EXPERIMENTAL API and may be changed or removed in the future.
310
311
-// This option has been replaced by `impersonate` package:
+// Deprecated: This option has been replaced by `impersonate` package:
312
// `google.golang.org/api/impersonate`. Please use the `impersonate` package
313
-// instead.
+// instead with the WithTokenSource option.
314
func ImpersonateCredentials(target string, delegates ...string) ClientOption {
315
return impersonateServiceAccount{
316
target: target,
0 commit comments