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."],[[["This page provides documentation for the `GetNetworkAttachmentRequest` class within the Google Cloud Compute Engine v1 API, specifically version 2.16.0."],["The `GetNetworkAttachmentRequest` class is used to request details about a specific network attachment, which you can access through the different versions provided, ranging from 1.0.0 all the way up to 3.6.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to support various functionalities related to message handling and cloning."],["The `GetNetworkAttachmentRequest` class has properties for `NetworkAttachment`, `Project`, and `Region`, all of which are strings and necessary to identify the specific resource."],["The documentation includes details on the class's constructors and inherited members, providing a complete reference for developers working with this part of the Google Cloud Compute Engine v1 API."]]],[]]