public sealed class TestIamPermissionsSnapshotRequest : IMessage<TestIamPermissionsSnapshotRequest>, IEquatable<TestIamPermissionsSnapshotRequest>, IDeepCloneable<TestIamPermissionsSnapshotRequest>, IBufferMessage, IMessage
A request message for Snapshots.TestIamPermissions. 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 `TestIamPermissionsSnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, used for testing permissions on snapshots in Google Cloud Compute."],["The latest version of this API class is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference and access."],["The `TestIamPermissionsSnapshotRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for default initialization and copying from another `TestIamPermissionsSnapshotRequest` instance, along with properties to specify `Project`, `Resource`, and `TestPermissionsRequestResource`."],["This class is used for creating requests to test permissions on a snapshot, utilizing properties like `Project`, `Resource`, and a body resource of `TestPermissionsRequest` to define the test parameters."]]],[]]