public sealed class GetResourcePolicyRequest : IMessage<GetResourcePolicyRequest>, IEquatable<GetResourcePolicyRequest>, IDeepCloneable<GetResourcePolicyRequest>, IBufferMessage, IMessage
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."],[[["The latest version of the `GetResourcePolicyRequest` is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetResourcePolicyRequest` is a request message for retrieving details about resource policies, as part of the ResourcePolicies.Get method within the Google Cloud Compute API."],["The `GetResourcePolicyRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in managing data retrieval."],["Key properties of `GetResourcePolicyRequest` include `Project`, `Region`, and `ResourcePolicy`, each being a string to specify the target resource."],["The `GetResourcePolicyRequest` class has two constructors, one being an empty constructor, and another that takes in another instance of itself."]]],[]]