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."],[[["The `GetIamPolicySnapshotRequest` class is used to request the IAM policy for a snapshot in the Google Cloud Compute API, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `GetIamPolicySnapshotRequest` is 3.6.0, while the page provides a history of previous versions back to 1.0.0 for developers to choose from."],["The class inherits from the `Object` class and has properties such as `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, to manage the request details."],["There are two constructors, a default one, and one that takes another `GetIamPolicySnapshotRequest` object to be used for creating a new instance."],["The `GetIamPolicySnapshotRequest` is found within the `Google.Cloud.Compute.V1` namespace and is part of the Google.Cloud.Compute.V1.dll assembly."]]],[]]