public sealed class SetIamPolicySnapshotRequest : IMessage<SetIamPolicySnapshotRequest>, IEquatable<SetIamPolicySnapshotRequest>, IDeepCloneable<SetIamPolicySnapshotRequest>, IBufferMessage, IMessage
A request message for Snapshots.SetIamPolicy. 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 `SetIamPolicySnapshotRequest` class is used for requesting to set the IAM policy for snapshots within the Google Cloud Compute V1 API, and it is part of the `Google.Cloud.Compute.V1` namespace in the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version available is 3.6.0, while previous versions, including 3.5.0, 3.4.0, and so on, down to 1.0.0, are also documented and accessible."],["The `SetIamPolicySnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, one default constructor and another that takes a `SetIamPolicySnapshotRequest` instance, allowing for the creation of new instances and the cloning of existing ones, respectively."],["The `SetIamPolicySnapshotRequest` class includes properties such as `GlobalSetPolicyRequestResource`, `Project`, and `Resource`, providing the necessary data for setting the policy, such as the request body, the project ID, and the resource identifier."]]],[]]