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 page provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, an enum in the Google API Client Library for Java (version 2.8.1), with links to documentation for versions ranging from 2.63.1 down to 2.7.1."],["`MtlsEndpointUsagePolicy` defines the rules for using mutual TLS (mTLS) endpoints, with options including `NEVER` (regular endpoint), `ALWAYS` (mTLS endpoint), and `AUTO` (switch to mTLS if a client certificate is available)."],["The documentation includes inherited members from the `Enum` and `Object` classes, detailing methods like `valueOf`, `clone`, `compareTo`, and more, all accessible through links to the Java documentation."],["There are three defined fields within this enum: `ALWAYS`, `AUTO`, and `NEVER`."],["The documented methods within the `MtlsProvider.MtlsEndpointUsagePolicy` enum include `valueOf(String name)` and `values()`."]]],[]]