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-02 UTC."],[[["This page details the `MtlsEndpointUsagePolicy` enum within the `com.google.api.gax.rpc.mtls.MtlsProvider` package, covering various versions of the Java library, with the latest being 2.63.1."],["The `MtlsEndpointUsagePolicy` enum controls how mutual TLS (mTLS) endpoints are used, offering `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), and `AUTO` (switch to mTLS if client certificate exists) options."],["The page lists a comprehensive history of versions for this enum, starting from version 2.63.1 down to version 2.7.1, with direct links to each version's documentation."],["It also includes a list of inherited members from the `Enum` and `Object` classes, as well as static fields and static methods available for this enum, detailing their names and descriptions."]]],[]]