public sealed class GetIamPolicyReservationRequest : IMessage<GetIamPolicyReservationRequest>, IEquatable<GetIamPolicyReservationRequest>, IDeepCloneable<GetIamPolicyReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyReservationRequest.
A request message for Reservations.GetIamPolicy. 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 `GetIamPolicyReservationRequest` class within the Google.Cloud.Compute.V1 API, specifically for version 3.3.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `GetIamPolicyReservationRequest` class is used to construct a request message for retrieving the IAM policy associated with a resource, as used within the Compute Engine v1 API."],["The `GetIamPolicyReservationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality comparison, deep cloning, and buffer management."],["Key properties of the `GetIamPolicyReservationRequest` class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which allow specification of the IAM policy version, project ID, resource identifier, and zone, respectively, for the request."],["The page also includes documentation on the constructors and inherited members of the `GetIamPolicyReservationRequest` class, alongside the associated namespace (`Google.Cloud.Compute.V1`) and assembly (`Google.Cloud.Compute.V1.dll`)."]]],[]]