public sealed class GetIamPolicyResourcePolicyRequest : IMessage<GetIamPolicyResourcePolicyRequest>, IEquatable<GetIamPolicyResourcePolicyRequest>, IDeepCloneable<GetIamPolicyResourcePolicyRequest>, IBufferMessage, IMessage
A request message for ResourcePolicies.GetIamPolicy. 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 details the `GetIamPolicyResourcePolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions from 1.0.0 to 3.6.0."],["The `GetIamPolicyResourcePolicyRequest` class is used to make requests for retrieving IAM policy information, as described in the class's method description."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message interactions."],["The class includes properties like `OptionsRequestedPolicyVersion`, `Project`, `Region`, and `Resource`, providing parameters to specify the request context and desired policy version."],["The class has 2 constructors: `GetIamPolicyResourcePolicyRequest()` and `GetIamPolicyResourcePolicyRequest(GetIamPolicyResourcePolicyRequest other)` to allow both new and copied class instances."]]],[]]