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."],[[["The `SetLabelsInterconnectRequest` class in the Google.Cloud.Compute.V1 API is used to send a request to update labels on an Interconnect resource."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The `SetLabelsInterconnectRequest` class has properties such as `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, to define the specific label update request and its context."],["The latest version of this `SetLabelsInterconnectRequest` is 3.6.0, and the page provides links to various previous versions going as far back as 1.0.0."],["The `SetLabelsInterconnectRequest` class has two constructors, a default one, and another one that takes in another instance of itself."]]],[]]