public sealed class UpdateTlsRouteRequest : IMessage<UpdateTlsRouteRequest>, IEquatable<UpdateTlsRouteRequest>, IDeepCloneable<UpdateTlsRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class UpdateTlsRouteRequest.
Optional. Field mask is used to specify the fields to be overwritten in the
TlsRoute 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 `UpdateTlsRouteRequest` class is used to update a TlsRoute resource within the Network Services v1 API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `UpdateTlsRouteRequest` object as a parameter for creating a copy."],["The `TlsRoute` property represents the updated TlsRoute resource, which is a required field for updating."],["The `UpdateMask` property is optional and allows specification of which fields in the TlsRoute resource should be updated."]]],[]]