This repository was archived by the owner on Sep 26, 2023. It is now read-only.
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
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 30
30
package com .google .api .gax .grpc ;
31
31
32
32
import com .google .api .core .BetaApi ;
33
- import com .google .api .core .InternalExtensionOnly ;
34
33
import com .google .api .gax .rpc .ApiCallContext ;
35
34
import com .google .api .gax .rpc .TransportChannel ;
36
35
import com .google .api .gax .rpc .internal .Headers ;
62
61
* and thread safety of the arguments solely depends on the arguments themselves.
63
62
*/
64
63
@ BetaApi ("Reference ApiCallContext instead - this class is likely to experience breaking changes" )
65
- @ InternalExtensionOnly
66
64
public final class GrpcCallContext implements ApiCallContext {
67
65
static final CallOptions .Key <ApiTracer > TRACER_KEY = Key .create ("gax.tracer" );
68
66
Original file line number Diff line number Diff line change 30
30
package com .google .api .gax .httpjson ;
31
31
32
32
import com .google .api .core .BetaApi ;
33
- import com .google .api .core .InternalExtensionOnly ;
34
33
import com .google .api .gax .rpc .ApiCallContext ;
35
34
import com .google .api .gax .rpc .TransportChannel ;
36
35
import com .google .api .gax .rpc .internal .Headers ;
56
55
* arguments solely depends on the arguments themselves.
57
56
*/
58
57
@ BetaApi
59
- @ InternalExtensionOnly
60
58
public final class HttpJsonCallContext implements ApiCallContext {
61
59
private final HttpJsonChannel channel ;
62
60
private final Duration timeout ;
You can’t perform that action at this time.
0 commit comments