public sealed class UpdateInstanceMetadataItemsRequest : IMessage<UpdateInstanceMetadataItemsRequest>, IEquatable<UpdateInstanceMetadataItemsRequest>, IDeepCloneable<UpdateInstanceMetadataItemsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateInstanceMetadataItemsRequest.
Request for adding/changing metadata items for an instance.
[[["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 `UpdateInstanceMetadataItemsRequest` class in the Google.Cloud.Notebooks.V1 API is used to request the addition or modification of metadata for an AI Platform Notebooks instance."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities like message handling, equality checks, deep cloning, and buffer messaging."],["It contains two key properties: `Items`, a `MapField` used to store metadata key-value pairs, and `Name`, a string that represents the fully qualified name of the instance, including project ID, location, and instance ID."],["The `UpdateInstanceMetadataItemsRequest` class is available in multiple versions, with version 2.5.0 being the most recent and 1.0.0-beta04 being the earliest."]]],[]]