The policy for mutual TLS endpoint usage. NEVER means always use regular endpoint; ALWAYS means
always use mTLS endpoint; AUTO means auto switch to mTLS endpoint if client certificate exists
and should be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version available for the `com.google.api.gax.rpc.mtls` package is 2.63.1, with numerous previous versions accessible, going as far back as version 2.7.1."],["The package `com.google.api.gax.rpc.mtls` version 2.45.0, offers classes for managing mutual TLS configurations within the Google API Client Library for Java."],["This package includes two classes: `ContextAwareMetadataJson`, which handles `context_aware_metadata.json` files, and `MtlsProvider`, which is used for configuring mutual TLS in the transport."],["The package also includes an enum `MtlsProvider.MtlsEndpointUsagePolicy` which defines the different policies that can be applied when using mTLS endpoints, such as `NEVER`, `ALWAYS`, or `AUTO`."]]],[]]