public sealed class SetInstanceLabelsRequest : IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class SetInstanceLabelsRequest.
[[["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 `SetInstanceLabelsRequest` class, found in the `Google.Cloud.Notebooks.V1` namespace, is used for requesting the setting of labels on a notebook instance, and is part of the AI Platform Notebooks v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cSetInstanceLabelsRequest\u003e`, `IDeepCloneable\u003cSetInstanceLabelsRequest\u003e`, and `IBufferMessage`, indicating its role in managing data within the API."],["The `SetInstanceLabelsRequest` class has two constructors and includes properties such as `Labels`, which is a `MapField\u003cstring, string\u003e` for storing labels, and `Name`, a string representing the instance's unique identifier in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The documentation covers several versions of the `SetInstanceLabelsRequest` class, with the latest version being 2.5.0 and version 2.3.0 being the focus of the current section."],["The `SetInstanceLabelsRequest` class inherits members from the base `object` class such as `GetHashCode()`, `GetType()`, and `ToString()`, among others, offering standard object functionality."]]],[]]