Skip to content

Pubsub snippets minor updates#2046

Merged
jabubake merged 3 commits intogoogleapis:masterfrom
jabubake:pubsub-snippets-update
May 10, 2017
Merged

Pubsub snippets minor updates#2046
jabubake merged 3 commits intogoogleapis:masterfrom
jabubake:pubsub-snippets-update

Conversation

@jabubake
Copy link
Copy Markdown
Contributor

@jabubake jabubake commented May 9, 2017

Adding message handler in subscriber snippet
Renaming constant project id, topic ids to be consistent across projects

@jabubake jabubake requested a review from pongad May 9, 2017 20:18
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 9, 2017
System.out.println("Id : " + message.getMessageId());
// decode from base64 to view original data
System.out.println("Data : " +
new String(DatatypeConverter.parseBase64Binary(message.getData().toStringUtf8())));

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@jabubake jabubake merged commit 4cf6e25 into googleapis:master May 10, 2017
@jabubake jabubake deleted the pubsub-snippets-update branch May 10, 2017 04:33
chingor13 pushed a commit that referenced this pull request Feb 13, 2026
* feat: next release from main branch is 2.34.0

* chore: generate libraries at Mon Feb  9 21:25:01 UTC 2026

---------

Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
Fixes #2046

This change allows streamWriter to use BiqQuery Client passed to initialize method and not creating another copy of BigQuery client.
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
* feat: next release from main branch is 2.34.0

* chore: generate libraries at Mon Feb  9 21:25:01 UTC 2026

---------

Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants