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, used for retrieving IAM policy snapshots in Google Cloud Compute."],["The `GetIamPolicySnapshotRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The class provides properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to specify the desired policy version, project ID, and resource name for the request."],["The `GetIamPolicySnapshotRequest` class has available constructors, including one for creating a new request and another for making a copy of an existing request."],["The webpage provides links to documentation for various versions of the `GetIamPolicySnapshotRequest` class, from version 1.0.0 up to the latest 3.6.0, showing the different iterations of the API."]]],[]]