Skip to content
New issue

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

feat(spanner): un-deprecate resource name helper functions, add 3.8 tests (via synth) #10062

Merged
merged 2 commits into from
Jan 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: fix bad indentation
  • Loading branch information
busunkim96 committed Jan 30, 2020
commit 902a6bdb89b97a01ccb87872a838689d7bce1bec
2 changes: 1 addition & 1 deletion spanner/google/cloud/spanner_v1/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def update(self):
instance.display_name = 'New display name'
instance.node_count = 5

before calling :meth:`update`.
before calling :meth:`update`.

:rtype: :class:`google.api_core.operation.Operation`
:returns: an operation instance
Expand Down