public sealed class GetNetworkAttachmentRequest : IMessage<GetNetworkAttachmentRequest>, IEquatable<GetNetworkAttachmentRequest>, IDeepCloneable<GetNetworkAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkAttachmentRequest.
A request message for NetworkAttachments.Get. 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 `GetNetworkAttachmentRequest` class is part of the Google Cloud Compute Engine v1 API, as seen in the version history starting at 1.0.0 up to the latest 3.6.0."],["This class is used to create request messages for the `NetworkAttachments.Get` method, as described by the documentation provided."],["`GetNetworkAttachmentRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The class includes constructors for default initialization and cloning from another `GetNetworkAttachmentRequest` instance, and properties like `NetworkAttachment`, `Project`, and `Region` are necessary for defining the specific request."],["The content provided shows a list of versions of the `GetNetworkAttachmentRequest` class, available between versions 1.0.0 and 3.6.0, indicating a history of development and updates to the class."]]],[]]