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."],[[["This page provides reference documentation for the `SetInstanceLabelsRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.1.0."],["The `SetInstanceLabelsRequest` class is used to send a request for setting labels on a notebook instance, which can be modified later using the setLabels method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of `SetInstanceLabelsRequest` include `Labels`, a `MapField` used to store string key-value pairs for instance labels, and `Name`, a required string property that holds the instance's resource path."],["There are several versions of this documentation available, ranging from 1.0.0-beta04 up to the latest version, 2.5.0, for the `SetInstanceLabelsRequest` class."]]],[]]