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 webpage provides documentation for the `MtlsEndpointUsagePolicy` enum within the `com.google.api.gax.rpc.mtls.MtlsProvider` package, with versions ranging from 2.7.1 to 2.63.1, including the latest version."],["The `MtlsEndpointUsagePolicy` enum defines the policy for how mutual TLS (mTLS) endpoints are used, with options including `NEVER` (always using regular endpoints), `ALWAYS` (always using mTLS endpoints), and `AUTO` (automatically switching to mTLS if a client certificate exists)."],["The documentation lists inherited members from the `Enum` and `Object` classes, providing details on various methods available to interact with the enum and its values."],["There are 3 static field values defined for the enum, `ALWAYS`, `AUTO`, and `NEVER`, and there are also two static method values: `valueOf(String name)` and `values()`."]]],[]]