Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

fix: migrate oslogin/v1 to grpc_service_config #177

Merged
merged 1 commit into from Jun 12, 2020

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/c330ec71-3b2b-4ad2-9d49-78b97f45869d/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 315988875
Source-Link: googleapis/googleapis@91b7e0e

PiperOrigin-RevId: 315988875

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 11 15:20:39 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 91b7e0e581f4a74852ac1af7cfa693c88aa2bef3
Source-Link: googleapis/googleapis@91b7e0e
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 11, 2020
@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

Merging #177 into master will increase coverage by 0.13%.
The diff coverage is 82.79%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #177      +/-   ##
============================================
+ Coverage     69.45%   69.59%   +0.13%     
  Complexity       64       64              
============================================
  Files             6        6              
  Lines           442      444       +2     
  Branches          7        7              
============================================
+ Hits            307      309       +2     
  Misses          124      124              
  Partials         11       11              
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/oslogin/v1/OsLoginServiceSettings.java 17.94% <0.00%> (ø) 2.00 <0.00> (ø)
...ogle/cloud/oslogin/v1/stub/OsLoginServiceStub.java 14.28% <0.00%> (ø) 1.00 <0.00> (ø)
.../google/cloud/oslogin/v1/OsLoginServiceClient.java 47.82% <42.85%> (ø) 31.00 <8.00> (ø)
...ud/oslogin/v1/stub/OsLoginServiceStubSettings.java 82.81% <93.54%> (+0.27%) 15.00 <2.00> (ø)
.../cloud/oslogin/v1/stub/GrpcOsLoginServiceStub.java 93.87% <100.00%> (ø) 13.00 <2.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4acb98...239a8e5. Read the comment docs.

@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 12, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3ae5f85 into master Jun 12, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch June 12, 2020 06:48
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 23, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [1.1.0](https://www.github.com/googleapis/java-os-login/compare/v1.0.2...v1.1.0) (2020-06-22)


### Features

* **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([#186](https://www.github.com/googleapis/java-os-login/issues/186)) ([996c2ba](https://www.github.com/googleapis/java-os-login/commit/996c2ba4eefa888885a4eda69de1a23c4fbf8651))


### Bug Fixes

* migrate oslogin/v1 to grpc_service_config ([#177](https://www.github.com/googleapis/java-os-login/issues/177)) ([3ae5f85](https://www.github.com/googleapis/java-os-login/commit/3ae5f85dd7e1f3f03c88d4077ae11fe7055aa5b4))
* restore GAPIC v2 retry configs ([#157](https://www.github.com/googleapis/java-os-login/issues/157)) ([c4d419f](https://www.github.com/googleapis/java-os-login/commit/c4d419f5e6207f87d03dc2032d84624a98deae2c))


### Dependencies

* update core dependencies ([#163](https://www.github.com/googleapis/java-os-login/issues/163)) ([52063f4](https://www.github.com/googleapis/java-os-login/commit/52063f48997e051298683d35737abcf5ea68a50b))
* update dependency com.google.api:api-common to v1.9.1 ([#162](https://www.github.com/googleapis/java-os-login/issues/162)) ([58eeea7](https://www.github.com/googleapis/java-os-login/commit/58eeea7e7e69e81421779843c9ff7edff80c32cd))
* update dependency com.google.api:api-common to v1.9.2 ([#169](https://www.github.com/googleapis/java-os-login/issues/169)) ([b430f97](https://www.github.com/googleapis/java-os-login/commit/b430f97003bf8609cb7a0f85728cd4c38cfb010a))
* update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#150](https://www.github.com/googleapis/java-os-login/issues/150)) ([e811b80](https://www.github.com/googleapis/java-os-login/commit/e811b807425a978f47c8412c6fc56b5f941a32f6))
* update dependency com.google.protobuf:protobuf-java to v3.12.0 ([#154](https://www.github.com/googleapis/java-os-login/issues/154)) ([22cdd1e](https://www.github.com/googleapis/java-os-login/commit/22cdd1e8f8270bb29f99a26cb716a28eab529bb6))
* update dependency com.google.protobuf:protobuf-java to v3.12.2 ([#160](https://www.github.com/googleapis/java-os-login/issues/160)) ([37c64a8](https://www.github.com/googleapis/java-os-login/commit/37c64a857b3aa65881410fda26a74fba8e872533))
* update dependency com.google.protobuf:protobuf-java-util to v3.12.2 ([#155](https://www.github.com/googleapis/java-os-login/issues/155)) ([ee5bb12](https://www.github.com/googleapis/java-os-login/commit/ee5bb122fe12b0b0d1e56fbcffebf2f87ef80e6b))
* update dependency io.grpc:grpc-bom to v1.29.0 ([#142](https://www.github.com/googleapis/java-os-login/issues/142)) ([192d1ae](https://www.github.com/googleapis/java-os-login/commit/192d1ae3971b0662c64977b64cbcbbd469c86a6f))
* update dependency org.threeten:threetenbp to v1.4.4 ([#144](https://www.github.com/googleapis/java-os-login/issues/144)) ([8fbfd24](https://www.github.com/googleapis/java-os-login/commit/8fbfd2471495ea0ebc99503d39106e39175de8b4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement. context: full
Projects
None yet
3 participants