You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement --proto-descriptor-file
* Update README.md
* Fix UseStatement with --proto-descriptor-file
* Do go mod tidy
* Add comments
* Update a comment
* go mod tidy with Go 1.19.13
* Fix to reflect review comment
* Fix variable name
Rolestring`long:"role" description:"Use the specific database role"`
48
-
Endpointstring`long:"endpoint" description:"Set the Spanner API endpoint (host:port)"`
49
-
DirectedReadstring`long:"directed-read" description:"Directed read option (replica_location:replica_type). The replicat_type is optional and either READ_ONLY or READ_WRITE"`
Rolestring`long:"role" description:"Use the specific database role"`
48
+
Endpointstring`long:"endpoint" description:"Set the Spanner API endpoint (host:port)"`
49
+
DirectedReadstring`long:"directed-read" description:"Directed read option (replica_location:replica_type). The replicat_type is optional and either READ_ONLY or READ_WRITE"`
ProtoDescriptorFilestring`long:"proto-descriptor-file" description:"Path of a file that contains a protobuf-serialized google.protobuf.FileDescriptorSet message to use in this invocation."`
0 commit comments