public sealed class UpdateEndpointLongRunningRequest : IMessage<UpdateEndpointLongRunningRequest>, IEquatable<UpdateEndpointLongRunningRequest>, IDeepCloneable<UpdateEndpointLongRunningRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateEndpointLongRunningRequest.
Request message for
[EndpointService.UpdateEndpointLongRunning][google.cloud.aiplatform.v1beta1.EndpointService.UpdateEndpointLongRunning].
Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
[[["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-14 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eUpdateEndpointLongRunningRequest\u003c/code\u003e class within the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateEndpointLongRunningRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eEndpointService.UpdateEndpointLongRunning\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateEndpointLongRunningRequest\u003c/code\u003e class has two constructors, one default and one that accepts another \u003ccode\u003eUpdateEndpointLongRunningRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEndpoint\u003c/code\u003e property of \u003ccode\u003eUpdateEndpointLongRunningRequest\u003c/code\u003e is required and allows for updating the \u003ccode\u003eclient_connection_config\u003c/code\u003e field of the server resource.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class UpdateEndpointLongRunningRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UpdateEndpointLongRunningRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.UpdateEndpointLongRunningRequest) \n\n public sealed class UpdateEndpointLongRunningRequest : IMessage\u003cUpdateEndpointLongRunningRequest\u003e, IEquatable\u003cUpdateEndpointLongRunningRequest\u003e, IDeepCloneable\u003cUpdateEndpointLongRunningRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class UpdateEndpointLongRunningRequest.\n\nRequest message for\n\\[EndpointService.UpdateEndpointLongRunning\\]\\[google.cloud.aiplatform.v1beta1.EndpointService.UpdateEndpointLongRunning\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateEndpointLongRunningRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateEndpointLongRunningRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UpdateEndpointLongRunningRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateEndpointLongRunningRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UpdateEndpointLongRunningRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateEndpointLongRunningRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UpdateEndpointLongRunningRequest), [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.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### UpdateEndpointLongRunningRequest()\n\n public UpdateEndpointLongRunningRequest()\n\n### UpdateEndpointLongRunningRequest(UpdateEndpointLongRunningRequest)\n\n public UpdateEndpointLongRunningRequest(UpdateEndpointLongRunningRequest other)\n\nProperties\n----------\n\n### Endpoint\n\n public Endpoint Endpoint { get; set; }\n\nRequired. The Endpoint which replaces the resource on the server. Currently\nwe only support updating the `client_connection_config` field, all the\nother fields' update will be blocked."]]