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 document provides reference documentation for the `GetGlobalPublicDelegatedPrefixeRequest` class within the Google Cloud Compute Engine v1 API, spanning versions 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["The `GetGlobalPublicDelegatedPrefixeRequest` class is a request message used in the GlobalPublicDelegatedPrefixes.Get method, and it implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes two constructors, one default and one that accepts another `GetGlobalPublicDelegatedPrefixeRequest` object as a parameter for copying, and it has the `Project` and `PublicDelegatedPrefix` properties, which are used to identify the project ID and the specific PublicDelegatedPrefix resource."],["This class inherits members from the base `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`, and it resides within the `Google.Cloud.Compute.V1` namespace."]]],[]]