public sealed class GetIamPolicySnapshotRequest : IMessage<GetIamPolicySnapshotRequest>, IEquatable<GetIamPolicySnapshotRequest>, IDeepCloneable<GetIamPolicySnapshotRequest>, IBufferMessage, IMessage
A request message for Snapshots.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-03-21 UTC."],[[["This webpage details the `GetIamPolicySnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development, and it is a request message for retrieving IAM policy information for snapshots."],["The `GetIamPolicySnapshotRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class includes properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to specify the desired IAM policy version and the target project and resource for which the policy is being requested."],["There are a range of previous versions of this class available, spanning from the latest 3.6.0 version down to version 1.0.0, providing history of the class."],["The `GetIamPolicySnapshotRequest` class has two constructors: one default constructor and another that takes another `GetIamPolicySnapshotRequest` object as a parameter, allowing for creating new instances from existing ones."]]],[]]