public sealed class GetNetworkProfileRequest : IMessage<GetNetworkProfileRequest>, IEquatable<GetNetworkProfileRequest>, IDeepCloneable<GetNetworkProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkProfileRequest.
A request message for NetworkProfiles.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-31 UTC."],[[["This webpage provides documentation for the `GetNetworkProfileRequest` class within the Google Compute Engine v1 API for .NET, specifically version 3.4.0."],["The `GetNetworkProfileRequest` class is used to make a request to retrieve details about a specific network profile."],["The page lists various available versions of the Google.Cloud.Compute.V1 library, ranging from 1.0.0 to 3.6.0 (latest), offering links to their respective documentation."],["`GetNetworkProfileRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for advanced usage and manipulation."],["The request class takes the `NetworkProfile` name and the `Project` id as properties to retrieve the necessary information."]]],[]]