public sealed class GetPublicDelegatedPrefixeRequest : IMessage<GetPublicDelegatedPrefixeRequest>, IEquatable<GetPublicDelegatedPrefixeRequest>, IDeepCloneable<GetPublicDelegatedPrefixeRequest>, IBufferMessage, IMessage
A request message for PublicDelegatedPrefixes.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 `GetPublicDelegatedPrefixeRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, which is used to request information about a public delegated prefix."],["The latest version available is 3.6.0, and the page provides links to documentation for numerous prior versions, ranging back to version 1.0.0, for those using earlier versions."],["The `GetPublicDelegatedPrefixeRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for flexibility and compatibility."],["The class has constructors to create an empty instance or clone an existing `GetPublicDelegatedPrefixeRequest`, and includes properties for setting the `Project`, `PublicDelegatedPrefix`, and `Region` values for the request."],["The documentation lists a summary of properties, methods, and inherited members to use with `GetPublicDelegatedPrefixeRequest`."]]],[]]