public sealed class UpdateLbRouteExtensionRequest : IMessage<UpdateLbRouteExtensionRequest>, IEquatable<UpdateLbRouteExtensionRequest>, IDeepCloneable<UpdateLbRouteExtensionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class UpdateLbRouteExtensionRequest.
Optional. An optional request ID to identify requests. Specify a unique
request ID so that if you must retry your request, the server can ignore
the request if it has already been completed. The server guarantees
that for 60 minutes since the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server ignores the second request This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
Optional. Used to specify the fields to be overwritten in the
LbRouteExtension resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field is overwritten if it is in the mask. If the
user does not specify a mask, then all fields are 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-09-03 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eUpdateLbRouteExtensionRequest\u003c/code\u003e class, which is used for updating an \u003ccode\u003eLbRouteExtension\u003c/code\u003e resource within the Network Services v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateLbRouteExtensionRequest\u003c/code\u003e has properties such as \u003ccode\u003eLbRouteExtension\u003c/code\u003e (the resource to update), \u003ccode\u003eRequestId\u003c/code\u003e (for request identification), and \u003ccode\u003eUpdateMask\u003c/code\u003e (specifying which fields to update).\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed in two ways, either as a new object, or by passing an existing \u003ccode\u003eUpdateLbRouteExtensionRequest\u003c/code\u003e object into it's constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions of the documentation are the latest, version 1.0.0, and version 1.0.0-beta01.\u003c/p\u003e\n"]]],[],null,["# Network Services v1 API - Class UpdateLbRouteExtensionRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.2.0/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.1.0/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.0.0/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest) \n\n public sealed class UpdateLbRouteExtensionRequest : IMessage\u003cUpdateLbRouteExtensionRequest\u003e, IEquatable\u003cUpdateLbRouteExtensionRequest\u003e, IDeepCloneable\u003cUpdateLbRouteExtensionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Services v1 API class UpdateLbRouteExtensionRequest.\n\nMessage for updating a `LbRouteExtension` resource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateLbRouteExtensionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateLbRouteExtensionRequest](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateLbRouteExtensionRequest](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateLbRouteExtensionRequest](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.UpdateLbRouteExtensionRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetworkServices.V1](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkServices.V1.dll\n\nConstructors\n------------\n\n### UpdateLbRouteExtensionRequest()\n\n public UpdateLbRouteExtensionRequest()\n\n### UpdateLbRouteExtensionRequest(UpdateLbRouteExtensionRequest)\n\n public UpdateLbRouteExtensionRequest(UpdateLbRouteExtensionRequest other)\n\nProperties\n----------\n\n### LbRouteExtension\n\n public LbRouteExtension LbRouteExtension { get; set; }\n\nRequired. `LbRouteExtension` resource being updated.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. An optional request ID to identify requests. Specify a unique\nrequest ID so that if you must retry your request, the server can ignore\nthe request if it has already been completed. The server guarantees\nthat for 60 minutes since the first request.\n\nFor example, consider a situation where you make an initial request and the\nrequest times out. If you make the request again with the same request\nID, the server ignores the second request This prevents\nclients from accidentally creating duplicate commitments.\n\nThe request ID must be a valid UUID with the exception that zero UUID is\nnot supported (00000000-0000-0000-0000-000000000000).\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nOptional. Used to specify the fields to be overwritten in the\n`LbRouteExtension` resource by the update.\nThe fields specified in the `update_mask` are relative to the resource, not\nthe full request. A field is overwritten if it is in the mask. If the\nuser does not specify a mask, then all fields are overwritten."]]