public sealed class SetInstanceLabelsRequest : IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, IBufferMessage, IMessage
[[["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 outlines the `SetInstanceLabelsRequest` class, which is used to request the setting of labels for a notebook instance within the Google Cloud Notebooks API."],["The latest version of the API documented here is 2.5.0, with previous versions dating back to 1.0.0-beta04, all of which are available for reference, along with links."],["The `SetInstanceLabelsRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `Labels`, a `MapField` allowing for key-value label assignment to an instance, and `Name`, a string that represents the formatted identifier of an instance."],["Two constructors are available for `SetInstanceLabelsRequest`, one parameterless and another that accepts an instance of the `SetInstanceLabelsRequest` class as a parameter for copying purposes."]]],[]]