File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ public boolean needsEndpoint() {
260260 return endpoint == null ;
261261 }
262262
263+ @ InternalApi ("This public method is used by Gax to help configure the MTLS endpoint for S2A" )
263264 @ Override
264265 public boolean needsMtlsEndpoint () {
265266 return mtlsEndpoint == null ;
@@ -288,6 +289,7 @@ public TransportChannelProvider withEndpoint(String endpoint) {
288289 * @return A new {@link InstantiatingGrpcChannelProvider} with the specified mTLS endpoint
289290 * configured
290291 */
292+ @ InternalApi ("This public method is used by Gax to help configure the MTLS endpoint for S2A" )
291293 @ Override
292294 public TransportChannelProvider withMtlsEndpoint (String mtlsEndpoint ) {
293295 validateEndpoint (mtlsEndpoint );
@@ -950,6 +952,7 @@ public Builder setEndpoint(String endpoint) {
950952 }
951953
952954 /** Sets the mTLS Endpoint used to reach the service, eg "localhost:8080". */
955+ @ InternalApi ("This public method is used by Gax to help configure the MTLS endpoint for S2A" )
953956 public Builder setMtlsEndpoint (String mtlsEndpoint ) {
954957 validateEndpoint (mtlsEndpoint );
955958 this .mtlsEndpoint = mtlsEndpoint ;
You can’t perform that action at this time.
0 commit comments