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, part of the Google.Cloud.Compute.V1 namespace, is used for sending requests to set labels for interconnect resources."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google.Protobuf framework."],["The class provides constructors for creating new instances, either default or by copying from another `SetLabelsInterconnectRequest` object."],["It includes properties like `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are essential for defining the request's body, project, and targeted resource."],["The documentation lists multiple versions of this resource, with version 3.6.0 being the most recent, while also going all the way back to version 1.0.0."]]],[]]