public sealed class GetPublicAdvertisedPrefixeRequest : IMessage<GetPublicAdvertisedPrefixeRequest>, IEquatable<GetPublicAdvertisedPrefixeRequest>, IDeepCloneable<GetPublicAdvertisedPrefixeRequest>, IBufferMessage, IMessage
A request message for PublicAdvertisedPrefixes.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-21 UTC."],[[["This webpage details the `GetPublicAdvertisedPrefixeRequest` class within the Google.Cloud.Compute.V1 namespace, as found in the Google.Cloud.Compute.V1.dll assembly."],["The `GetPublicAdvertisedPrefixeRequest` class is used to construct requests for retrieving information about PublicAdvertisedPrefixes, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides access to various versions of the `GetPublicAdvertisedPrefixeRequest`, ranging from the latest version 3.6.0 down to version 1.0.0, with links to each version's specific documentation."],["The class inherits from `Object` and has two constructors and two main properties: `Project` which is the project ID for the request, and `PublicAdvertisedPrefix` which is the resource name."],["This content also outlines the inherited members of the class, which are standard methods from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]