Skip to content

Commit

Permalink
address nits in code comment language + formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Jan 16, 2025
1 parent 25445d3 commit e921696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,15 @@ public final class InstantiatingGrpcChannelProvider implements TransportChannelP

// The public portion of the mTLS MDS root certificate is stored for performing
// cert verification when establishing an mTLS connection with the MDS. See
// https://cloud.google.com/compute/docs/metadata/overview#https-mds-root-certs
// {@link <a
// href="https://cloud.google.com/compute/docs/metadata/overview#https-mds-root-certs">this</a>
// for more information.}
private static final String MTLS_MDS_ROOT_PATH = "/run/google-mds-mtls/root.crt";
// The mTLS MDS credentials are formatted as the concatenation of a PEM-encoded certificate chain
// followed by a PEM-encoded private key. See
// https://cloud.google.com/compute/docs/metadata/overview#https-mds-client-certs
// {@link <a
// href="https://cloud.google.com/compute/docs/metadata/overview#https-mds-client-certs">this</a>
// for more information.}
private static final String MTLS_MDS_CERT_CHAIN_AND_KEY_PATH = "/run/google-mds-mtls/client.key";

static final long DIRECT_PATH_KEEP_ALIVE_TIME_SECONDS = 3600;
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@
<className>com/google/api/gax/batching/Batcher</className>
<method>*</method>
</difference>
<!-- Ignore abstract method addition to an EndpointContext -->
<!-- Ignore abstract method addition to an EndpointContext (InternalApi) -->
<difference>
<differenceType>7013</differenceType>
<className>com/google/api/gax/rpc/EndpointContext</className>
<method>* useS2A()</method>
</difference>
<!-- Ignore method addition to an TransportChannelProvider interface -->
<!-- Ignore method addition to TransportChannelProvider interface (InternalExtensionOnly) -->
<difference>
<differenceType>7012</differenceType>
<className>com/google/api/gax/rpc/TransportChannelProvider</className>
Expand Down

0 comments on commit e921696

Please sign in to comment.