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."],[[["This webpage provides reference documentation for the `GetIamPolicySnapshotRequest` class within the Compute Engine v1 API for .NET, specifically within the `Google.Cloud.Compute.V1` namespace."],["The `GetIamPolicySnapshotRequest` class is used to request the IAM policy for a snapshot and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the available constructors, one of which is a parameterless constructor and the other, a constructor that copies the values of an existing `GetIamPolicySnapshotRequest` object."],["The webpage lists multiple versions of the API, ranging from version 1.0.0 up to 3.6.0, with version 3.6.0 being marked as the latest."],["The class has three notable properties, `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project` and `Resource`, which allow users to check if policy options are set, as well as specify what project and resource are being requested respectively."]]],[]]