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-24 UTC."],[[["This webpage provides documentation for the `GetPublicAdvertisedPrefixeRequest` class within the Google Cloud Compute Engine v1 API, specifically in the .NET context."],["The class `GetPublicAdvertisedPrefixeRequest` is used to create a request message for retrieving details about a specific PublicAdvertisedPrefix, as described by its method description."],["The page documents various versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with links to each version's specific documentation for the `GetPublicAdvertisedPrefixeRequest`."],["`GetPublicAdvertisedPrefixeRequest` inherits from the base `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors and defines two properties, `Project` and `PublicAdvertisedPrefix`, both of which are strings and represent the project ID and the name of the `PublicAdvertisedPrefix` resource, respectively."]]],[]]