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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `MtlsEndpointUsagePolicy` enum within the `com.google.api.gax.rpc.mtls.MtlsProvider` package, with version 2.55.0 highlighted."],["The `MtlsEndpointUsagePolicy` enum dictates how mutual TLS (mTLS) endpoints are used, offering options for `NEVER` using mTLS, `ALWAYS` using mTLS, and `AUTO` for automatic switching based on client certificate presence."],["The documentation includes a list of available versions, starting with the latest 2.63.1 and going down to 2.7.1, each with a corresponding link to the documentation for that release, allowing navigation between the different versions."],["The page details static fields `ALWAYS`, `AUTO`, and `NEVER`, and static methods `valueOf(String name)` and `values()`, all part of the `MtlsEndpointUsagePolicy` enum."],["The page also details inherited members from `Enum` and `Object` classes."]]],[]]