spanner: Scope constants removed #3683
Labels
api: spanner
Issues related to the Spanner API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This PR has removed the Scope and AdminScope constants.
549c351#diff-a7eef968d026e320839e33486c1ce4e449d69d9f6c86052edeae4528b60b5579L50-L57
These are constants that were exported, so they correspond to Breaking Change.
I was referencing this constant, so I got a compile error.
I think these constants should be reverted or listed in the Release Note as a Breaking Change.
Additional context
Started after upgrading to v1.14.0.
The text was updated successfully, but these errors were encountered: