public sealed class UpdateClientTlsPolicyRequest : IMessage<UpdateClientTlsPolicyRequest>, IEquatable<UpdateClientTlsPolicyRequest>, IDeepCloneable<UpdateClientTlsPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class UpdateClientTlsPolicyRequest.
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."],[[["The `UpdateClientTlsPolicyRequest` class is part of the Network Security v1beta1 API, specifically within the `Google.Cloud.NetworkSecurity.V1Beta1` namespace."],["This class is used to construct requests for updating a `ClientTlsPolicy` and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default one and another that takes an existing `UpdateClientTlsPolicyRequest` object for copying, identified by the `other` parameter."],["It includes two properties, `ClientTlsPolicy` for the updated policy resource, and `UpdateMask`, which specifies the fields to be overwritten during the update operation."],["There are three different versions of `UpdateClientTlsPolicyRequest`, being `2.0.0-beta06` the most recent one, followed by `2.0.0-beta05`, and `1.0.0-beta02` being the oldest of the three."]]],[]]