public sealed class UpdateServerTlsPolicyRequest : IMessage<UpdateServerTlsPolicyRequest>, IEquatable<UpdateServerTlsPolicyRequest>, IDeepCloneable<UpdateServerTlsPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class UpdateServerTlsPolicyRequest.
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 part of the Network Security v1beta1 API, specifically within the `Google.Cloud.NetworkSecurity.V1Beta1` namespace."],["This class is used to send a request to update a `ServerTlsPolicy` resource, as part of the broader Network Security API."],["The `UpdateServerTlsPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer management."],["It includes two constructors: a default constructor and one that takes another `UpdateServerTlsPolicyRequest` instance as a parameter to clone it."],["The class has properties `ServerTlsPolicy` (which is the updated resource) and `UpdateMask` (to define which fields of the `ServerTlsPolicy` should be updated)."]]],[]]