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, covering versions ranging from 1.0.0 to the latest 3.6.0."],["The `GetResourcePolicyRequest` class is used to construct requests for retrieving resource policy information in Compute Engine v1, as described in the provided reference."],["The documentation details the class's implementation of various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` , and it's inheritance from the standard object class."],["Key properties of the `GetResourcePolicyRequest` class include `Project`, `Region`, and `ResourcePolicy`, which are used to specify the project, region, and the name of the resource policy to be retrieved."],["The page outlines the constructors for the `GetResourcePolicyRequest` class, showing how it can be instantiated either as a default object, or from an existing `GetResourcePolicyRequest` object."]]],[]]