[[["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-04-02 UTC."],[[["The `NamedPort` class represents a named port in the Compute Engine v1 API, such as `\"http\", 80`."],["This documentation provides reference and code samples for the `NamedPort` class across different versions, from 1.0.0 to the latest 3.6.0."],["The class implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The `NamedPort` class has properties for `Name` (a string between 1 and 63 characters, complying with RFC1035) and `Port` (an integer between 1 and 65535), along with boolean indicators `HasName` and `HasPort` to check if they are set."],["There are two constructors available, `NamedPort()` for creating an empty instance and `NamedPort(NamedPort other)` for cloning an existing instance."]]],[]]