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`, an enum in the `com.google.api.gax.rpc.mtls` package, with version 2.15.0 and up to version 2.63.1 available."],["`MtlsEndpointUsagePolicy` dictates how mutual TLS (mTLS) endpoints are utilized, with options including `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), and `AUTO` (auto-switch to mTLS if client certificate is available)."],["The `MtlsEndpointUsagePolicy` enum inherits members from the `Enum` and `Object` classes, providing access to standard Java enum and object methods."],["The documentation lists available static fields for `MtlsEndpointUsagePolicy`, which are `ALWAYS`, `AUTO`, and `NEVER`, and static methods, `valueOf(String name)` and `values()`."],["There are multiple older versions of the documentation available, starting from version 2.7.1 all the way to the most recent version 2.63.1."]]],[]]