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 webpage details the `GetGlobalPublicDelegatedPrefixeRequest` class, a request message for retrieving global public delegated prefixes in the Google Cloud Compute API, with the latest version being 3.6.0."],["The `GetGlobalPublicDelegatedPrefixeRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `GetGlobalPublicDelegatedPrefixeRequest` object as a parameter for copying."],["The class contains two key properties, `Project` and `PublicDelegatedPrefix`, both of type `String`, allowing for setting the project ID and the name of the public delegated prefix resource, respectively."],["This page provides a comprehensive list of all past versions of `GetGlobalPublicDelegatedPrefixeRequest` class going as far back as version 1.0.0, allowing you to navigate to the relevant documentation for each past version."]]],[]]