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-21 UTC."],[[["The `TestIamPermissionsSnapshotRequest` class is a request message used for testing permissions on snapshots within the Google Cloud Compute API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality for message handling, equality checks, deep cloning, and buffer management."],["The latest version available for the `TestIamPermissionsSnapshotRequest` is 3.6.0, and there are numerous versions released, spanning from 1.0.0 up to 3.6.0."],["The class contains properties such as `Project`, `Resource`, and `TestPermissionsRequestResource`, which are used to define the project ID, the specific resource, and the body of the test permissions request, respectively."]]],[]]