public sealed class UpdateInstanceMetadataItemsResponse : IMessage<UpdateInstanceMetadataItemsResponse>, IEquatable<UpdateInstanceMetadataItemsResponse>, IDeepCloneable<UpdateInstanceMetadataItemsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateInstanceMetadataItemsResponse.
Response 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."],[[["This document provides reference documentation for the `UpdateInstanceMetadataItemsResponse` class within the Google Cloud Notebooks v1 API."],["The `UpdateInstanceMetadataItemsResponse` class represents the response for modifying metadata items associated with an instance and is available in multiple versions, from 1.0.0-beta04 up to the latest 2.5.0."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all used for handling API messages and objects."],["The primary functionality of this response class includes a `Items` property, which is a map of string key-value pairs, indicating the items that were added or updated in the metadata."],["The `UpdateInstanceMetadataItemsResponse` class has two constructors, one empty and one with a parameter of itself, to generate or clone instances."]]],[]]