public sealed class GetResourcePolicyRequest : IMessage<GetResourcePolicyRequest>, IEquatable<GetResourcePolicyRequest>, IDeepCloneable<GetResourcePolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetResourcePolicyRequest.
A request message for ResourcePolicies.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 documentation for the `GetResourcePolicyRequest` class within the Google.Cloud.Compute.V1 API, specifically for .NET development."],["The `GetResourcePolicyRequest` class is a request message used to retrieve resource policies in the Compute Engine v1 API."],["The page lists available versions of the API, from the latest 3.6.0 to older versions, including those from the 2.x and 1.x series."],["The documentation details the class's constructors, properties (`Project`, `Region`, `ResourcePolicy`), and the interfaces it implements, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the inheritance, showing that it inherits from the base Object class, as well as members that are inherited from the Object class."]]],[]]