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 webpage provides a comprehensive list of Java GAX (Google API Extensions) library versions, ranging from the latest version 2.63.1 down to version 2.7.1."],["The primary focus of the documentation is on the `com.google.api.gax.rpc.mtls` package within each version, suggesting a focus on mutual TLS (mTLS) configurations."],["The documentation includes information on the `ContextAwareMetadataJson` data class, which deals with context-aware metadata files, and the `MtlsProvider` class for configuring mTLS in the transport layer."],["An enum, `MtlsProvider.MtlsEndpointUsagePolicy`, defines the various options for the use of mTLS endpoints, including NEVER, ALWAYS, and AUTO, to facilitate different use cases."]]],[]]