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."],[[["The `GetResourcePolicyRequest` class is part of the Google Cloud Compute Engine v1 API, and is used to create a request message for retrieving resource policy details."],["The latest version of the API documented is 3.6.0, with a historical record of versions down to 1.0.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Project`, `Region`, and `ResourcePolicy`, all of which are strings and are used to define the scope and name of the resource policy in the request."],["The document details two constructors, a parameter-less option, and one that takes a `GetResourcePolicyRequest` object."]]],[]]