public sealed class TestIamPermissionsImageRequest : IMessage<TestIamPermissionsImageRequest>, IEquatable<TestIamPermissionsImageRequest>, IDeepCloneable<TestIamPermissionsImageRequest>, IBufferMessage, IMessage
A request message for Images.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 `TestIamPermissionsImageRequest` class within the `Google.Cloud.Compute.V1` namespace, used for testing permissions on images in Google Cloud Compute."],["The class is implemented in the `Google.Cloud.Compute.V1.dll` assembly and has a current latest version of 3.6.0 with a list of previous releases all the way down to 1.0.0."],["`TestIamPermissionsImageRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["The class has two constructors: a default one and another that takes another `TestIamPermissionsImageRequest` object for copying, along with properties to set the `Project`, `Resource`, and `TestPermissionsRequestResource`."],["The class includes methods that are inherited from the `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]