public sealed class GetPublicAdvertisedPrefixeRequest : IMessage<GetPublicAdvertisedPrefixeRequest>, IEquatable<GetPublicAdvertisedPrefixeRequest>, IDeepCloneable<GetPublicAdvertisedPrefixeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetPublicAdvertisedPrefixeRequest.
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."],[[["This webpage provides reference documentation for the `GetPublicAdvertisedPrefixeRequest` class within the Google Cloud Compute Engine v1 API."],["The `GetPublicAdvertisedPrefixeRequest` class is used for requesting a specific PublicAdvertisedPrefix resource and is part of the `Google.Cloud.Compute.V1` namespace in the .NET library."],["The page lists available versions of the API, ranging from version 1.0.0 up to the latest version, 3.6.0, with each version linking to its specific documentation."],["The `GetPublicAdvertisedPrefixeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The main properties of the `GetPublicAdvertisedPrefixeRequest` are `Project` and `PublicAdvertisedPrefix`, which are both strings, representing the project ID and the name of the requested resource, respectively."]]],[]]