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."],[[["This page details the `MtlsEndpointUsagePolicy` enum within the `com.google.api.gax.rpc.mtls.MtlsProvider` package, offering various versions and documentation links."],["The `MtlsEndpointUsagePolicy` enum defines the policy for using mutual TLS (mTLS) endpoints, which includes `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), and `AUTO` (automatically switch to mTLS if a client certificate exists)."],["The documentation lists all available versions of `MtlsEndpointUsagePolicy`, ranging from version 2.63.1 (latest) down to 2.7.1, each with its specific link to their respective documentation."],["The inherited members and general object methods, such as `Enum.valueOf`, `Enum.clone`, and `Object.getClass` are all listed with their description links."],["The possible values and methods within the `MtlsEndpointUsagePolicy` are `ALWAYS`, `AUTO`, `NEVER`, `valueOf(String name)` and `values()`, respectively."]]],[]]