public sealed class UpdateIndexEndpointRequest : IMessage<UpdateIndexEndpointRequest>, IEquatable<UpdateIndexEndpointRequest>, IDeepCloneable<UpdateIndexEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateIndexEndpointRequest.
Request message for
[IndexEndpointService.UpdateIndexEndpoint][google.cloud.aiplatform.v1beta1.IndexEndpointService.UpdateIndexEndpoint].
[[["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-04-09 UTC."],[[["The `UpdateIndexEndpointRequest` class is part of the Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class serves as the request message for the `IndexEndpointService.UpdateIndexEndpoint` method, used to update an `IndexEndpoint` resource."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer message support."],["The class has two constructors, one default and another that takes an `UpdateIndexEndpointRequest` object for creating a new instance, as well as properties such as `IndexEndpoint` and `UpdateMask`, which are required for the update operation."],["The latest version of the reference documentation is for `1.0.0-beta21` although the content shown is for version `1.0.0-beta02`."]]],[]]