public sealed class TestIamPermissionsInstanceTemplateRequest : IMessage<TestIamPermissionsInstanceTemplateRequest>, IEquatable<TestIamPermissionsInstanceTemplateRequest>, IDeepCloneable<TestIamPermissionsInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsInstanceTemplateRequest.
A request message for InstanceTemplates.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 `TestIamPermissionsInstanceTemplateRequest` class is a request message for the Compute Engine v1 API, used to test permissions on instance templates."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, and cloning."],["The class has a constructor and includes three key properties: `Project` (the project ID), `Resource` (name or ID of the resource), and `TestPermissionsRequestResource` (the body resource of the request)."],["The latest version available is 3.6.0, but the current page provides documentation for version 2.10.0 of the class and includes links to many other previous versions."],["The `TestIamPermissionsInstanceTemplateRequest` class inherits from the base `object` class, extending it's functionality with Compute Engine v1 specific implementations."]]],[]]