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 a request message for retrieving IAM policy information for snapshots within the Google Cloud Compute V1 API, with version 3.6.0 being the latest."],["This class, part of the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for protocol buffer operations, equality checks, deep cloning and buffer management."],["The `GetIamPolicySnapshotRequest` class has constructors for creating instances, either default or by copying another `GetIamPolicySnapshotRequest`, and includes properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource` for configuring the request."],["The page provides links to documentation for 30 different versions, starting from version 1.0.0 all the way to the most current version 3.6.0."]]],[]]