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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `UpdateClientTlsPolicyRequest` class, part of the Network Security v1beta1 API within the Google Cloud .NET library."],["The `UpdateClientTlsPolicyRequest` class is used to update a `ClientTlsPolicy` resource, with the latest version being `2.0.0-beta06`."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The class includes constructors for creating new instances and copying existing ones, along with properties like `ClientTlsPolicy` and `UpdateMask` to manage the update operation."],["There are inherited members from `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]