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 reference documentation for the `GetResourcePolicyRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.7.0 of the .NET library."],["The `GetResourcePolicyRequest` class is used to formulate requests for retrieving resource policy details from the Compute Engine v1 API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the `GetResourcePolicyRequest` class ranging from the latest 3.6.0 down to version 1.0.0, allowing for access to documentation across different library releases."],["The class has properties to specify the `Project`, `Region`, and `ResourcePolicy` when making a resource policy retrieval request."],["The `GetResourcePolicyRequest` class includes a default constructor and a copy constructor to instantiate it, and also inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `object` class."]]],[]]