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-02 UTC."],[[["This webpage provides documentation for the `MtlsProvider.MtlsEndpointUsagePolicy` enum in the Google API Client Library for Java (GAX), with version 2.63.1 being the latest and version 2.50.0 being the current focused version."],["The `MtlsEndpointUsagePolicy` enum defines the rules for using mutual TLS (mTLS) endpoints, offering `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), and `AUTO` (auto-switch to mTLS if client certificate exists)."],["The page lists historical versions of this documentation from 2.63.1 down to 2.7.1, each linking to its own page."],["The `MtlsEndpointUsagePolicy` enum includes inherited members from the `Enum` and `Object` classes, which provide methods for comparison, equality, class information and object notification."],["The enum has three static fields (`ALWAYS`, `AUTO`, `NEVER`) and two static methods (`valueOf(String name)` and `values()`), which are used to manage the MtlsEndpointUsagePolicy."]]],[]]