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-04-09 UTC."],[[["This webpage provides documentation for the `GetResourcePolicyRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 3.3.0."],["The `GetResourcePolicyRequest` class is used to send a request to retrieve a specific resource policy using the Compute Engine v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and message serialization."],["Key properties of `GetResourcePolicyRequest` include `Project`, `Region`, and `ResourcePolicy`, all of which are strings and used to specify the desired resource."],["The latest available version is 3.6.0, with versions ranging from 1.0.0 to 3.6.0 available for the Google.Cloud.Compute.V1 GetResourcePolicyRequest."]]],[]]