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-24 UTC."],[[["The `GetPublicAdvertisedPrefixeRequest` class is a request message for the `PublicAdvertisedPrefixes.Get` method within the Google Cloud Compute API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality related to protocol buffers and object comparison."],["The `GetPublicAdvertisedPrefixeRequest` class has properties `Project` and `PublicAdvertisedPrefix`, both of type string, which are used to specify the project ID and the name of the public advertised prefix resource, respectively."],["There are 29 available versions of the `GetPublicAdvertisedPrefixeRequest` ranging from 1.0.0 to the latest 3.6.0, providing a range of options depending on the user's needs."]]],[]]