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 page provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, a Java enum that defines policies for mutual TLS (mTLS) endpoint usage within the Google API Client Libraries for Java."],["The latest version documented is 2.63.1, and the page lists documentation for versions down to 2.7.1, allowing you to browse documentation across a range of different versions."],["The `MtlsEndpointUsagePolicy` enum has three static fields: `ALWAYS` (always use mTLS), `AUTO` (automatically use mTLS if a client certificate is present), and `NEVER` (never use mTLS)."],["This enum includes static methods such as `valueOf(String name)` and `values()` as well as inherited methods from the base `Enum` and `Object` classes."]]],[]]