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."],[[["This webpage details the `SetIamPolicySnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, used for setting IAM policies on snapshot resources."],["The latest version of this request is accessible under version 3.6.0, with older versions available ranging down to 1.0.0, all having the same class name."],["The `SetIamPolicySnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with standard Protobuf and .NET functionalities."],["It includes properties such as `GlobalSetPolicyRequestResource`, `Project`, and `Resource` to configure the request for setting policies on the intended snapshot."],["The `SetIamPolicySnapshotRequest` class inherits members from the Object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]