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-03-21 UTC."],[[["This page documents the `MtlsEndpointUsagePolicy` enum within the `MtlsProvider` class of the Google API Client Library for Java (gax), showcasing versions from 2.37.0 to 2.63.1, with 2.63.1 being the latest."],["The `MtlsEndpointUsagePolicy` enum defines the rules for using mutual TLS (mTLS) endpoints, with options for `NEVER` (regular endpoints), `ALWAYS` (mTLS endpoints), and `AUTO` (automatic switching to mTLS if a client certificate is present)."],["The provided documentation includes inherited members from the `Enum` and `Object` classes, such as `valueOf`, `clone`, `equals`, and `toString`, which are standard for Java enums."],["There are three static fields available within this documentation, including `ALWAYS`, `AUTO`, and `NEVER`."],["The `MtlsEndpointUsagePolicy` enum has two static methods: `valueOf(String name)` and `values()`, for retrieving enum values by name or all enum values, respectively."]]],[]]