public sealed class UpdateInstanceConfigRequest : IMessage<UpdateInstanceConfigRequest>, IEquatable<UpdateInstanceConfigRequest>, IDeepCloneable<UpdateInstanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateInstanceConfigRequest.
[[["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-07 UTC."],[[["This document provides reference information for the `UpdateInstanceConfigRequest` class within the AI Platform Notebooks v1 API."],["`UpdateInstanceConfigRequest` is used to request updates to instance configurations, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `UpdateInstanceConfigRequest()`, and an overloaded constructor, `UpdateInstanceConfigRequest(UpdateInstanceConfigRequest other)`, for creating instances."],["Key properties include `Config` of type `InstanceConfig` to specify the configurations to update, and `Name`, which is a required string representing the instance's resource name in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The most recent version is 2.5.0 and previous versions including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04 are available."]]],[]]