public sealed class TestIamPermissionsInstanceRequest : IMessage<TestIamPermissionsInstanceRequest>, IEquatable<TestIamPermissionsInstanceRequest>, IDeepCloneable<TestIamPermissionsInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.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 `TestIamPermissionsInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for testing permissions on Compute Engine instances."],["The latest version of this class available is 3.6.0, with a range of previous versions dating back to 1.0.0, each accessible via their respective links."],["`TestIamPermissionsInstanceRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone`, each designed to handle specific parts of the request for testing instance permissions."],["Two constructors are provided for the TestIamPermissionsInstanceRequest class: a default one and one that takes another TestIamPermissionsInstanceRequest object as a parameter."]]],[]]