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 `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."]]],[]]