public sealed class TestIamPermissionsSnapshotRequest : IMessage<TestIamPermissionsSnapshotRequest>, IEquatable<TestIamPermissionsSnapshotRequest>, IDeepCloneable<TestIamPermissionsSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsSnapshotRequest.
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 part of the Google Cloud Compute Engine v1 API, as documented in the .NET reference documentation."],["This class serves as a request message for the `Snapshots.TestIamPermissions` method, which is used to test permissions on a snapshot resource."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer-based operations."],["The class includes properties such as `Project`, `Resource`, and `TestPermissionsRequestResource` for specifying project ID, resource name/ID, and the request body respectively."],["There are 29 listed versions of this class, ranging from version 1.0.0 to 3.6.0, with the latest being version 3.6.0."]]],[]]