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."],[[["The `SetIamPolicySnapshotRequest` class is used for requesting to set the IAM policy for snapshots within Google Cloud Compute."],["Version 3.6.0 is the latest available version of the `SetIamPolicySnapshotRequest` class in the documentation, with multiple historical versions provided ranging back to version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google.Protobuf framework."],["The `SetIamPolicySnapshotRequest` class has two constructors, a default one and another that accepts another `SetIamPolicySnapshotRequest` object for deep cloning purposes."],["It has properties, such as `GlobalSetPolicyRequestResource`, `Project`, and `Resource`, that are used to define the request's body and specific identifiers of the desired resource."]]],[]]