public sealed class GetResourcePolicyRequest : IMessage<GetResourcePolicyRequest>, IEquatable<GetResourcePolicyRequest>, IDeepCloneable<GetResourcePolicyRequest>, IBufferMessage, IMessage
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 details the `GetResourcePolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version for `GetResourcePolicyRequest` is `3.6.0`, with a listing of historical versions down to `1.0.0`, each linking to its corresponding documentation."],["`GetResourcePolicyRequest` is a request message used for the `ResourcePolicies.Get` operation, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes public properties such as `Project`, `Region`, and `ResourcePolicy` that are of `string` type and are used to create the `Get` request."],["The `GetResourcePolicyRequest` class provides two constructors: a parameterless constructor and one that accepts another `GetResourcePolicyRequest` object as a parameter."]]],[]]