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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]