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 allows for adding or changing metadata items for a specific AI Platform Notebooks instance."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["It is possible to create new instances of the `UpdateInstanceMetadataItemsRequest` class using an empty constructor or a constructor that copies an existing instance."],["The class contains two key properties: `Items`, a `MapField` for managing metadata key-value pairs, and `Name`, a string representing the instance's unique identifier in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The latest version available for this item is version 2.5.0."]]],[]]