File tree 2 files changed +8
-4
lines changed
gax-grpc/src/main/java/com/google/api/gax/grpc
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,15 @@ public final class InstantiatingGrpcChannelProvider implements TransportChannelP
106
106
107
107
// The public portion of the mTLS MDS root certificate is stored for performing
108
108
// cert verification when establishing an mTLS connection with the MDS. See
109
- // https://cloud.google.com/compute/docs/metadata/overview#https-mds-root-certs
109
+ // {@link <a
110
+ // href="https://cloud.google.com/compute/docs/metadata/overview#https-mds-root-certs">this</a>
111
+ // for more information.}
110
112
private static final String MTLS_MDS_ROOT_PATH = "/run/google-mds-mtls/root.crt" ;
111
113
// The mTLS MDS credentials are formatted as the concatenation of a PEM-encoded certificate chain
112
114
// followed by a PEM-encoded private key. See
113
- // https://cloud.google.com/compute/docs/metadata/overview#https-mds-client-certs
115
+ // {@link <a
116
+ // href="https://cloud.google.com/compute/docs/metadata/overview#https-mds-client-certs">this</a>
117
+ // for more information.}
114
118
private static final String MTLS_MDS_CERT_CHAIN_AND_KEY_PATH = "/run/google-mds-mtls/client.key" ;
115
119
116
120
static final long DIRECT_PATH_KEEP_ALIVE_TIME_SECONDS = 3600 ;
Original file line number Diff line number Diff line change 106
106
<className >com/google/api/gax/batching/Batcher</className >
107
107
<method >*</method >
108
108
</difference >
109
- <!-- Ignore abstract method addition to an EndpointContext -->
109
+ <!-- Ignore abstract method addition to an EndpointContext (InternalApi) -->
110
110
<difference >
111
111
<differenceType >7013</differenceType >
112
112
<className >com/google/api/gax/rpc/EndpointContext</className >
113
113
<method >* useS2A()</method >
114
114
</difference >
115
- <!-- Ignore method addition to an TransportChannelProvider interface -->
115
+ <!-- Ignore method addition to TransportChannelProvider interface (InternalExtensionOnly) -->
116
116
<difference >
117
117
<differenceType >7012</differenceType >
118
118
<className >com/google/api/gax/rpc/TransportChannelProvider</className >
You can’t perform that action at this time.
0 commit comments