We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A method was renamed by https://github.com/googleapis/google-cloud-node/pull/5273/files#diff-58dd618354fa97803f0fa5355182bc50d81235cca30945857c179071555ebfd1L2213-R2343 in a backwards incompatible way.
@google-cloud/secret-manager
Public method secretVersionPath was renamed to projectLocationSecretSecretVersionPath in a minor release.
secretVersionPath
projectLocationSecretSecretVersionPath
Ideally the previous name would be kept for backwards compatibility.
The text was updated successfully, but these errors were encountered:
Having this issue as well
TypeError: client.secretVersionPath is not a function
Sorry, something went wrong.
Looking!
Successfully merging a pull request may close this issue.
A method was renamed by https://github.com/googleapis/google-cloud-node/pull/5273/files#diff-58dd618354fa97803f0fa5355182bc50d81235cca30945857c179071555ebfd1L2213-R2343 in a backwards incompatible way.
Environment details
@google-cloud/secret-manager
Steps to reproduce
Public method
secretVersionPath
was renamed toprojectLocationSecretSecretVersionPath
in a minor release.Ideally the previous name would be kept for backwards compatibility.
The text was updated successfully, but these errors were encountered: