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."],[[["The `TestIamPermissionsInstanceRequest` class is used for requesting permission tests on instances, part of the Google.Cloud.Compute.V1 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Protobuf framework."],["The class has two constructors: a default one and another that accepts another `TestIamPermissionsInstanceRequest` object as a parameter for creating copies."],["The `TestIamPermissionsInstanceRequest` class contains properties like `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone` to define the scope and target of the permission test."],["The webpage shows the list of available versions for the `TestIamPermissionsInstanceRequest` message ranging from 1.0.0 all the way to the latest version of 3.6.0."]]],[]]