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-24 UTC."],[[["This webpage details the `SetIamPolicySnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0, used for managing access control policies on snapshots."],["The `SetIamPolicySnapshotRequest` class is a request message for the `Snapshots.SetIamPolicy` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances, including a default constructor and one that accepts another `SetIamPolicySnapshotRequest` object for copying."],["The class has properties such as `GlobalSetPolicyRequestResource`, `Project`, and `Resource` that are essential for specifying the policy, project ID, and resource details when making a request to set an IAM policy."],["The webpage shows a comprehensive list of previous versions of the `SetIamPolicySnapshotRequest`, all the way from version 1.0.0 up to the latest 3.6.0, for developers working with legacy systems."]]],[]]