public sealed class InstanceGroupsSetNamedPortsRequest : IMessage<InstanceGroupsSetNamedPortsRequest>, IEquatable<InstanceGroupsSetNamedPortsRequest>, IDeepCloneable<InstanceGroupsSetNamedPortsRequest>, IBufferMessage, IMessage
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
[[["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-24 UTC."],[[["The `InstanceGroupsSetNamedPortsRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is designed for managing named port settings in instance groups."],["This class, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, provides methods and properties to handle named ports, including a fingerprint for managing concurrent modifications, and supports versions ranging from 1.0.0 to 3.6.0."],["The `InstanceGroupsSetNamedPortsRequest` class, derived from the `Object` class, includes constructors for creating new instances, either default or by copying another instance of the same type."],["The class features a `Fingerprint` property, which is a string used to prevent conflicting concurrent updates to named port information, alongside a `NamedPorts` property that uses a `RepeatedField` to manage a collection of `NamedPort` objects."],["The latest version available is 3.6.0, and this document also contains versions dating back to 1.0.0, allowing users to access information for their specific needs."]]],[]]