public sealed class UpdateClientTlsPolicyRequest : IMessage<UpdateClientTlsPolicyRequest>, IEquatable<UpdateClientTlsPolicyRequest>, IDeepCloneable<UpdateClientTlsPolicyRequest>, IBufferMessage, IMessage
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy resource by the update. The fields
specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the
mask. If the user does not provide a mask then all fields will be
overwritten.
[[["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 document outlines the `UpdateClientTlsPolicyRequest` class, which is utilized to update a `ClientTlsPolicy` resource in the Google Cloud Network Security V1Beta1 API."],["The class is found within the `Google.Cloud.NetworkSecurity.V1Beta1` namespace and is part of the `Google.Cloud.NetworkSecurity.V1Beta1.dll` assembly."],["The `UpdateClientTlsPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes properties like `ClientTlsPolicy` (the resource to update) and `UpdateMask` (specifying which fields to modify), and the class also contains two constructors."],["There are three different versions of this resource, the latest being 2.0.0-beta06."]]],[]]