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-04-09 UTC."],[[["This webpage provides documentation for the `GetResourcePolicyRequest` class within the Google Compute Engine v1 API for .NET, with version 3.5.0 being the current version documented on this page, although 3.6.0 is the latest."],["The `GetResourcePolicyRequest` class is used to send requests for retrieving resource policies, as indicated by the description, and is located in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message passing, equality checking, deep cloning, and buffer message handling."],["The class includes constructors to create a new `GetResourcePolicyRequest` instance, either as a default instance or by copying an existing one, as well as properties to set the Project ID, Region name, and the specific ResourcePolicy name."],["The available documented versions of this class range from 1.0.0 to 3.6.0, with links provided for each version to direct to their specific documentation, allowing you to see how the class has changed over time."]]],[]]