File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gax-java/gax/src/main/java/com/google/api/gax/rpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ public interface TransportChannelProvider {
89
89
TransportChannelProvider withHeaders (Map <String , String > headers );
90
90
91
91
/** True if the TransportProvider has no endpoint set. */
92
- @ ObsoleteApi ("Use endpointContext.resolvedEndpoint() instead " )
92
+ @ ObsoleteApi ("Endpoint should be configured set in the ClientSettings " )
93
93
boolean needsEndpoint ();
94
94
95
95
/**
96
96
* Sets the endpoint to use when constructing a new {@link TransportChannel}.
97
97
*
98
98
* <p>This method should only be called if {@link #needsEndpoint()} returns true.
99
99
*/
100
- @ ObsoleteApi ("Use endpointContext.resolvedEndpoint() instead " )
100
+ @ ObsoleteApi ("Endpoint should be configured set in the ClientSettings " )
101
101
TransportChannelProvider withEndpoint (String endpoint );
102
102
103
103
/** Sets the {@link EndpointContext} when constructing a new {@link TransportChannel}. */
You can’t perform that action at this time.
0 commit comments