It's unclear how to handle changesets that need to contain CREATE PROTO BUNDLE, ALTER PROTO BUNDLE, or DROP PROTO BUNDLE statements. The Cloud Spanner documentation only explains how to specify a FileDecriptorSet via the gcloud CLI.
I was able to find a test for the underlying JDBC driver that uses a SET PROTO_DESCRIPTORS statement and that seems to work, but I cannot find any documentation for it.
It's unclear how to handle changesets that need to contain CREATE PROTO BUNDLE, ALTER PROTO BUNDLE, or DROP PROTO BUNDLE statements. The Cloud Spanner documentation only explains how to specify a FileDecriptorSet via the gcloud CLI.
I was able to find a test for the underlying JDBC driver that uses a
SET PROTO_DESCRIPTORSstatement and that seems to work, but I cannot find any documentation for it.