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 Compute Engine v1 API."],["The `GetGlobalPublicDelegatedPrefixeRequest` class is a request message used for retrieving information about a specific global public delegated prefix, inheriting from multiple interfaces and the base object class."],["The latest version of the Google Compute Engine v1 API represented here is 3.6.0, but many prior versions, down to 1.0.0, are also documented."],["The main purpose of the class `GetGlobalPublicDelegatedPrefixeRequest` is to be used as a request message for `GlobalPublicDelegatedPrefixes.Get`, and it has properties like `Project` and `PublicDelegatedPrefix`, which are both strings, that are needed to make the request."],["You can access the properties `Project` and `PublicDelegatedPrefix`, by using `GetGlobalPublicDelegatedPrefixeRequest` class to make requests, and you can also use two contructors of this class, the default one or one with a parameter of itself."]]],[]]