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 V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality comparisons, deep cloning, and buffer operations, respectively."],["The latest version of this request can be found on the page, version 3.6.0, while multiple previous versions are also listed down to 1.0.0."],["The `GetPublicAdvertisedPrefixeRequest` class has two constructors and two properties, `Project` for specifying the project ID and `PublicAdvertisedPrefix` for specifying the prefix name, both of type string."],["This class inherits from `Object` and overrides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, offering standard functionalities for object management."]]],[]]