public sealed class GetGlobalPublicDelegatedPrefixeRequest : IMessage<GetGlobalPublicDelegatedPrefixeRequest>, IEquatable<GetGlobalPublicDelegatedPrefixeRequest>, IDeepCloneable<GetGlobalPublicDelegatedPrefixeRequest>, IBufferMessage, IMessage
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 details the `GetGlobalPublicDelegatedPrefixeRequest` class, a request message used in the `GlobalPublicDelegatedPrefixes.Get` method within the Google Cloud Compute V1 API."],["The latest version of this class is 3.6.0, with versions ranging back to 1.0.0 available for reference."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffered message capabilities."],["The `GetGlobalPublicDelegatedPrefixeRequest` class includes properties like `Project` and `PublicDelegatedPrefix`, allowing you to specify the project ID and the name of the PublicDelegatedPrefix resource for the request."],["The class has 2 constructors, one of them takes another `GetGlobalPublicDelegatedPrefixeRequest` object as a parameter."]]],[]]