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."],[[["The `GetPublicAdvertisedPrefixeRequest` class is a request message for the `PublicAdvertisedPrefixes.Get` method within the Google Cloud Compute V1 API."],["This class is implemented across numerous versions, ranging from 1.0.0 to the latest 3.6.0, with the provided page representing version 2.1.0."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides diverse functionalities."],["The class includes two constructors: a parameterless one and another that accepts a `GetPublicAdvertisedPrefixeRequest` object."],["The `GetPublicAdvertisedPrefixeRequest` class includes properties such as `Project` and `PublicAdvertisedPrefix`, both strings, allowing to define the Project ID and the name of the `PublicAdvertisedPrefix` resource."]]],[]]