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."],[[["The latest version of the `MtlsEndpointUsagePolicy` is 2.63.1, which is part of the `com.google.api.gax.rpc.mtls.MtlsProvider` package in the Java library."],["This webpage documents the `MtlsEndpointUsagePolicy` enum across various versions of the library, ranging from 2.7.1 to the latest 2.63.1."],["The `MtlsEndpointUsagePolicy` enum defines the policy for mutual TLS (mTLS) endpoint usage with options including ALWAYS, AUTO, and NEVER."],["This class includes inherited members from the `Enum` and `Object` classes, along with static methods like `valueOf(String name)` and `values()`."],["There are three defined static fields: ALWAYS, AUTO, and NEVER which determine the connection behavior of mTLS."]]],[]]