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 details the `MtlsEndpointUsagePolicy` enum within the `MtlsProvider` class of the Google API Client Library for Java (gax), covering versions from 2.7.1 up to the latest release of 2.63.1."],["`MtlsEndpointUsagePolicy` defines how to use mTLS endpoints, with options including `NEVER` (use regular endpoint), `ALWAYS` (use mTLS endpoint), and `AUTO` (auto-switch to mTLS if a client certificate is available)."],["The documentation includes inherited methods from the `Enum` and `Object` classes, providing standard functionalities like `valueOf`, `clone`, `equals`, and others."],["The static fields `ALWAYS`, `AUTO`, and `NEVER` are available, which correspond to the different mTLS endpoint usage policies, allowing for selection of an option."],["The page also provides access to the `valueOf(String name)` and `values()` static methods which can be used to fetch the given values for the enum."]]],[]]