-
Notifications
You must be signed in to change notification settings - Fork 227
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: add schema revision samples #1870
feat: add schema revision samples #1870
Conversation
Here is the summary of changes. You are about to add 18 region tags.
This comment is generated by snippet-bot.
|
…pubsub into schema-revisions
Warning: This pull request is touching the following templated files:
|
…nodejs-pubsub into schema-revisions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These samples look good. I think there are a few missing ones,most important is probably pubsub_get_schema_revision
but also pubsub_commit_proto_schema
and pubsub_subscribe_avro_records_with_revisions
. The first two should probably go in this PR, while the latter two can be in a separate PR?
Hmm, those didn't make it into my hotlist. I'll just add them in this PR. |
…nodejs-pubsub into schema-revisions
This adds support for easily getting a schema gapic client, along with samples for schema revisions.