Skip to content
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

Support setting library header in grpc services #1078

Merged
merged 2 commits into from
Jun 24, 2016

Conversation

mziccard
Copy link
Contributor

This PR does the following:

  • add libraryName() and libraryVersion() to ServiceOptions
  • use setClientLibHeader in DefaultPubSubRpc

- add libraryName() and libraryVersion() to ServiceOptions
- use setClientLibHeader in DefaultPubSubRpc
@mziccard mziccard added the api: pubsub Issues related to the Pub/Sub API. label Jun 24, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 86.153% when pulling 2f4b4fc on mziccard:pubsub-user-agent into 0c79051 on GoogleCloudPlatform:pubsub-alpha.

@mziccard
Copy link
Contributor Author

/cc @aozarov

@@ -439,6 +441,20 @@ public String applicationName() {
return APPLICATION_NAME;
}

/**
* Returns {@code gcloud-java}, the library's name, as a string.

This comment was marked as spam.

@aozarov
Copy link
Contributor

aozarov commented Jun 24, 2016

Looks good. 2 minor comments.

@aozarov
Copy link
Contributor

aozarov commented Jun 24, 2016

Looks good!

@coveralls
Copy link

coveralls commented Jun 24, 2016

Coverage Status

Coverage increased (+0.02%) to 86.153% when pulling ea19bab on mziccard:pubsub-user-agent into 0c79051 on GoogleCloudPlatform:pubsub-alpha.

@mziccard mziccard merged commit 7094469 into googleapis:pubsub-alpha Jun 24, 2016
mziccard added a commit to mziccard/gcloud-java that referenced this pull request Jun 27, 2016
- add libraryName() and libraryVersion() to ServiceOptions
- use setClientLibHeader in DefaultPubSubRpc
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.5](https://togithub.com/googleapis/java-translate/compare/v2.3.4...v2.3.5) (2022-10-03)


### Dependencies

* Update dependency com.google.cloud:google-cloud-core to v2.8.12 ([#1076](https://togithub.com/googleapis/java-translate/issues/1076)) ([d76889c](https://togithub.com/googleapis/java-translate/commit/d76889cc92fb1cad71d4be4552d68c962deddfed))
* Update dependency com.google.cloud:google-cloud-core to v2.8.13 ([#1083](https://togithub.com/googleapis/java-translate/issues/1083)) ([3819209](https://togithub.com/googleapis/java-translate/commit/3819209e110df183aba335e22b404c6bc415772a))
* Update dependency com.google.cloud:google-cloud-core to v2.8.14 ([#1084](https://togithub.com/googleapis/java-translate/issues/1084)) ([c2e0417](https://togithub.com/googleapis/java-translate/commit/c2e04178b37396435f6c24d180fd67cbf9bfba3c))
* Update dependency com.google.cloud:google-cloud-core to v2.8.15 ([#1085](https://togithub.com/googleapis/java-translate/issues/1085)) ([554b02f](https://togithub.com/googleapis/java-translate/commit/554b02fa2b97ff4841ae35e7e43ab6c72335a97e))
* Update dependency com.google.cloud:google-cloud-core to v2.8.18 ([#1087](https://togithub.com/googleapis/java-translate/issues/1087)) ([dc3663e](https://togithub.com/googleapis/java-translate/commit/dc3663e29574467bd25400c7d91bd0c1ca036038))
* Update dependency com.google.cloud:google-cloud-core to v2.8.19 ([#1090](https://togithub.com/googleapis/java-translate/issues/1090)) ([982faf0](https://togithub.com/googleapis/java-translate/commit/982faf0eba19064a3b82ad45c2567e613aa225e9))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#1092](https://togithub.com/googleapis/java-translate/issues/1092)) ([34fd42e](https://togithub.com/googleapis/java-translate/commit/34fd42e19a494aebfd1f6ab73274ed5b38f175a4))
* Update dependency com.google.cloud:google-cloud-storage to v2.12.0 ([#1078](https://togithub.com/googleapis/java-translate/issues/1078)) ([06861c1](https://togithub.com/googleapis/java-translate/commit/06861c153ec52be12b8d2e891482bdef76f0a850))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
…1078)

* chore: Upgrade to later version of gcp-uploader and protobuf

* chore: Add secretstorage version

* chore: Use python 3.9.13

* chore: Unpin all python versions

* chore: Rerun pipcompile tool

* chore: Rerun pipcompile tool with --allow-unsafe

* chore: Add --require-hashes

* chore: Update requirements file

* chore: Remove --require-hashes

* chore: Print python version

* chore: Add new generated hashes for requirements.txt

* chore: Remove python version check in cloud build

* chore: Allow synthtool to update python dependencies

* chore: Add typing-extensions into requirements

* chore: Unpin docker requirements.in file

* chore: Add java synthtool validation

* chore: Add check to import java synthtool python package
Source-Link: googleapis/synthtool@91904bf
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:4566cf7fcd0eece77705330267b2b61a70165711c7829d049b60bc2f1bbcd74e

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants