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-04-09 UTC."],[[["This webpage provides documentation for the `GetPublicAdvertisedPrefixeRequest` class within the Google Compute Engine v1 API, specifically for version 3.5.0 of the .NET library."],["The class `GetPublicAdvertisedPrefixeRequest` is used to create a request message for retrieving details about a public advertised prefix, as described in the API method description."],["The document details the class's inheritance from object and its implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to handle the request for said PublicAdvertisedPrefix."],["The page lists various available versions of the `Google.Cloud.Compute.V1` package, ranging from the latest version 3.6.0 down to 1.0.0, with links to the relevant documentation for each."],["The class includes properties `Project` and `PublicAdvertisedPrefix`, which are strings used to specify the project ID and the name of the PublicAdvertisedPrefix resource being requested, respectively."]]],[]]