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 is implemented across numerous versions, ranging from 1.0.0 to the latest 3.6.0, with a detailed history of versions listed."],["`GetPublicAdvertisedPrefixeRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetPublicAdvertisedPrefixeRequest` class includes properties such as `Project` and `PublicAdvertisedPrefix`, both of type `String`, to specify the project ID and the resource name."],["This class provides two constructors, one default and one that takes another `GetPublicAdvertisedPrefixeRequest` object as a parameter."]]],[]]