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."],[[["This webpage details the `GetPublicAdvertisedPrefixeRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, used to request details about a public advertised prefix."],["The `GetPublicAdvertisedPrefixeRequest` class has been released in numerous versions, ranging from 1.0.0 to the latest 3.6.0, all of which are available here."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is a request message for the PublicAdvertisedPrefixes.Get method, and it contains properties like `Project` and `PublicAdvertisedPrefix`."],["This class inherits certain members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]