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 reference documentation for the `GetPublicAdvertisedPrefixeRequest` class within the Google Cloud Compute Engine v1 API, with version 3.6.0 being the latest."],["The content outlines different versions of the `GetPublicAdvertisedPrefixeRequest` class, ranging from version 1.0.0 to the current latest version 3.6.0."],["The `GetPublicAdvertisedPrefixeRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is a request message for retrieving details of a PublicAdvertisedPrefix, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors and contains properties such as `Project`, a string for the project ID and `PublicAdvertisedPrefix` a string for the name of the requested resource."]]],[]]