public sealed class SetLabelsInterconnectRequest : IMessage<SetLabelsInterconnectRequest>, IEquatable<SetLabelsInterconnectRequest>, IDeepCloneable<SetLabelsInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetLabelsInterconnectRequest.
A request message for Interconnects.SetLabels. See the method description for details.
[[["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 webpage provides documentation for the `SetLabelsInterconnectRequest` class within the Google Compute Engine v1 API, specifically focusing on version 2.11.0, but also providing links to other versions from 1.0.0 to 3.6.0."],["The `SetLabelsInterconnectRequest` class is used to send a request to update labels for an Interconnect resource."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to be used in google protocols."],["The class contains properties such as `GlobalSetLabelsRequestResource`, `Project`, and `Resource` which are essential for setting the labels to the resources."],["There are 2 constructors available to initialize a `SetLabelsInterconnectRequest`, being either blank or based off of another `SetLabelsInterconnectRequest` for cloning purposes."]]],[]]