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 requesting IAM policy information about snapshots."],["The latest version of this API available is 3.6.0, with a history of versions ranging back to 1.0.0 that can also be accessed via the provided links."],["The class `GetIamPolicySnapshotRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to specify details for the IAM policy retrieval request."],["The `GetIamPolicySnapshotRequest` class offers two constructors: a default parameterless one, and another that accepts a `GetIamPolicySnapshotRequest` instance, allowing for easy copying."]]],[]]