public sealed class UpdateServerTlsPolicyRequest : IMessage<UpdateServerTlsPolicyRequest>, IEquatable<UpdateServerTlsPolicyRequest>, IDeepCloneable<UpdateServerTlsPolicyRequest>, IBufferMessage, IMessage
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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 `UpdateServerTlsPolicyRequest` class is used to construct requests for the `UpdateServerTlsPolicy` method within the Google Cloud Network Security API."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, one being parameterless, and one allowing the initialization of a new object through a given existing `UpdateServerTlsPolicyRequest` object."],["The class contains two key properties: `ServerTlsPolicy`, which represents the updated ServerTlsPolicy resource and is required, and `UpdateMask`, an optional field used to specify which ServerTlsPolicy resource fields should be overwritten during the update."],["There are multiple versions of this class, with the latest being `2.0.0-beta06`, and the current doc version being `1.0.0-beta02`."]]],[]]