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."],[[["The webpage provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, an enum in the Google Cloud API Client Library for Java, with version 2.63.1 being the latest."],["This policy dictates how mutual TLS (mTLS) endpoints are used, with options including `NEVER` (use regular endpoint), `ALWAYS` (use mTLS endpoint), and `AUTO` (switch to mTLS if a client certificate is available)."],["The documentation lists various versions of the library, ranging from 2.63.1 down to 2.7.1, enabling users to view the specific documentation for any of these versions."],["The `MtlsEndpointUsagePolicy` enum inherits multiple methods from the `Enum` and `Object` classes in Java, as shown in the inherited members section."],["The webpage provides the enum with 3 static fields, those being `ALWAYS`, `AUTO` and `NEVER`, as well as two static methods called `valueOf(String name)` and `values()`."]]],[]]