public sealed class GetGlobalPublicDelegatedPrefixeRequest : IMessage<GetGlobalPublicDelegatedPrefixeRequest>, IEquatable<GetGlobalPublicDelegatedPrefixeRequest>, IDeepCloneable<GetGlobalPublicDelegatedPrefixeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalPublicDelegatedPrefixeRequest.
A request message for GlobalPublicDelegatedPrefixes.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-24 UTC."],[[["This page provides reference documentation for the `GetGlobalPublicDelegatedPrefixeRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the API covered on this page is 3.6.0, while numerous previous versions down to 1.0.0 are also available for reference."],["The `GetGlobalPublicDelegatedPrefixeRequest` class is used to send a request to retrieve a global public delegated prefix and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Project` and `PublicDelegatedPrefix`, which are string values that contain the project ID and the name of the PublicDelegatedPrefix resource, respectively."],["The page also details the constructors for the class including a parameter of type GetGlobalPublicDelegatedPrefixeRequest, as well as the members inherited from the Object class, providing comprehensive information on usage."]]],[]]