public sealed class GetPublicAdvertisedPrefixeRequest : IMessage<GetPublicAdvertisedPrefixeRequest>, IEquatable<GetPublicAdvertisedPrefixeRequest>, IDeepCloneable<GetPublicAdvertisedPrefixeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetPublicAdvertisedPrefixeRequest.
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-24 UTC."],[[["This webpage provides reference documentation for the `GetPublicAdvertisedPrefixeRequest` class within the Compute Engine v1 API in the Google Cloud .NET library, with the most recent version at 3.6.0."],["The `GetPublicAdvertisedPrefixeRequest` class is used to construct a request message for the PublicAdvertisedPrefixes.Get method and has a variety of previous versions, dating back to version 1.0.0, that can be accessed using the provided links."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has properties `Project`, representing the Project ID, and `PublicAdvertisedPrefix`, representing the name of the resource, both of which are strings."],["The class can be constructed either without any parameters, or by using an existing instance of the `GetPublicAdvertisedPrefixeRequest`."]]],[]]