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 within the `com.google.api.gax.rpc.mtls` package, and it displays a long list of available documentation versions."],["The `MtlsEndpointUsagePolicy` enum defines the policy for using mutual TLS (mTLS) endpoints, with options including `NEVER` (regular endpoint), `ALWAYS` (mTLS endpoint), and `AUTO` (automatic switch to mTLS if a client certificate exists)."],["The page lists inherited members from the Java `Enum` and `Object` classes, detailing methods such as `valueOf`, `clone`, `equals`, `hashCode`, `wait`, etc."],["The documentation includes static fields (`ALWAYS`, `AUTO`, `NEVER`) and static methods (`valueOf`, `values`) specific to the `MtlsEndpointUsagePolicy` enum."],["The latest version available to view in the documentation is version 2.63.1, and there are many earlier versions, all the way down to version 2.7.1."]]],[]]