public sealed class GetIamPolicySnapshotRequest : IMessage<GetIamPolicySnapshotRequest>, IEquatable<GetIamPolicySnapshotRequest>, IDeepCloneable<GetIamPolicySnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicySnapshotRequest.
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 part of the Compute Engine v1 API in the Google.Cloud.Compute.V1 namespace, specifically within version 2.11.0."],["This class facilitates requests for retrieving the IAM policy of a snapshot, as detailed in the method description for Snapshots.GetIamPolicy."],["The `GetIamPolicySnapshotRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message buffer operations."],["The class includes properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource` to customize the request for the desired policy version, project, and resource."],["The latest version available for the class `GetIamPolicySnapshotRequest` is `3.6.0`, and versions are available dating back to `1.0.0`, allowing developers to use different versions of the class."]]],[]]