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 within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about public delegated prefixes in Google Cloud."],["The latest version of this request class is 3.6.0, and the page provides links to documentation for multiple versions, ranging from 1.0.0 up to 3.6.0."],["The `GetGlobalPublicDelegatedPrefixeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for message handling and object manipulation."],["The class has two constructors: a parameterless constructor and one that takes another `GetGlobalPublicDelegatedPrefixeRequest` object for cloning, along with two properties, `Project` and `PublicDelegatedPrefix`, both of which are string types."],["The `GetGlobalPublicDelegatedPrefixeRequest` class inherits some methods from the Object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]