This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
gax-grpc/src/main/java/com/google/api/gax/grpc
gax-httpjson/src/main/java/com/google/api/gax/httpjson Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3030package com .google .api .gax .grpc ;
3131
3232import com .google .api .core .BetaApi ;
33- import com .google .api .core .InternalExtensionOnly ;
3433import com .google .api .gax .rpc .ApiCallContext ;
3534import com .google .api .gax .rpc .TransportChannel ;
3635import com .google .api .gax .rpc .internal .Headers ;
6261 * and thread safety of the arguments solely depends on the arguments themselves.
6362 */
6463@ BetaApi ("Reference ApiCallContext instead - this class is likely to experience breaking changes" )
65- @ InternalExtensionOnly
6664public final class GrpcCallContext implements ApiCallContext {
6765 static final CallOptions .Key <ApiTracer > TRACER_KEY = Key .create ("gax.tracer" );
6866
Original file line number Diff line number Diff line change 3030package com .google .api .gax .httpjson ;
3131
3232import com .google .api .core .BetaApi ;
33- import com .google .api .core .InternalExtensionOnly ;
3433import com .google .api .gax .rpc .ApiCallContext ;
3534import com .google .api .gax .rpc .TransportChannel ;
3635import com .google .api .gax .rpc .internal .Headers ;
5655 * arguments solely depends on the arguments themselves.
5756 */
5857@ BetaApi
59- @ InternalExtensionOnly
6058public final class HttpJsonCallContext implements ApiCallContext {
6159 private final HttpJsonChannel channel ;
6260 private final Duration timeout ;
You can’t perform that action at this time.
0 commit comments