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 `GetResourcePolicyRequest` is 3.6.0, with various other versions available, ranging from 3.5.0 down to 1.0.0."],["`GetResourcePolicyRequest` is a request message used for retrieving resource policies as part of the `Google.Cloud.Compute.V1` namespace."],["The `GetResourcePolicyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling protocol buffer messages and deep cloning."],["The class includes constructors for default initialization and cloning from another `GetResourcePolicyRequest` instance."],["`GetResourcePolicyRequest` has properties for 'Project', 'Region', and 'ResourcePolicy', which are all string types and are used to specify details needed for the request."]]],[]]