docs: samples and tests for auto-generated createDatabase and createInstance APIs. by arpan14 · Pull Request #2764 · googleapis/java-spanner (original) (raw)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it is going to be confusing if we use .v2 as a package name for these samples, as the actual change is that the code will start using classes that are in a package called .v1, while they before that used classes that were in packages without a version number.

Or could we temporarily use this .v2 package, and when we make the switch, move these samples into com.example.spanner and the old samples into com.example.spanner.deprecated or something like that?