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

chore:add javadoc about being called within single thread #856

Merged
merged 4 commits into from Jan 31, 2020

Conversation

rahulKQL
Copy link
Contributor

@rahulKQL rahulKQL commented Jan 21, 2020

Fixes #859

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 21, 2020
@codecov
Copy link

codecov bot commented Jan 21, 2020

Codecov Report

Merging #856 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #856   +/-   ##
=========================================
  Coverage     78.62%   78.62%           
  Complexity     1163     1163           
=========================================
  Files           203      203           
  Lines          5142     5142           
  Branches        413      413           
=========================================
  Hits           4043     4043           
  Misses          925      925           
  Partials        174      174
Impacted Files Coverage Δ Complexity Δ
...n/java/com/google/api/gax/grpc/GrpcStatusCode.java 95.45% <0%> (ø) 20% <0%> (ø) ⬇️
...gle/api/gax/httpjson/HttpJsonTransportChannel.java 47.05% <0%> (ø) 5% <0%> (ø) ⬇️
.../com/google/api/gax/grpc/GrpcTransportChannel.java 59.09% <0%> (ø) 9% <0%> (ø) ⬇️
...m/google/api/gax/batching/FlowControlSettings.java 78.57% <0%> (ø) 2% <0%> (ø) ⬇️
...ava/com/google/api/gax/retrying/RetrySettings.java 31.25% <0%> (ø) 2% <0%> (ø) ⬇️
...le/api/gax/grpc/GrpcUnaryRequestParamCallable.java 90% <0%> (ø) 3% <0%> (ø) ⬇️
...m/google/api/gax/httpjson/HttpRequestRunnable.java 54.16% <0%> (ø) 5% <0%> (ø) ⬇️
.../java/com/google/longrunning/OperationsClient.java 73.33% <0%> (ø) 16% <0%> (ø) ⬇️
...om/google/longrunning/stub/GrpcOperationsStub.java 89.65% <0%> (ø) 11% <0%> (ø) ⬇️
...oogle/api/gax/httpjson/HttpJsonDirectCallable.java 88.23% <0%> (ø) 4% <0%> (ø) ⬇️
... and 16 more

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 12a43ed...386bdfc. Read the comment docs.

@rahulKQL rahulKQL requested a review from elharo January 31, 2020 21:38
@elharo elharo merged commit ee90c2c into googleapis:master Jan 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update java docs to clarify thread safety of the client
4 participants