public sealed class SetIamPolicyInstanceTemplateRequest : IMessage<SetIamPolicyInstanceTemplateRequest>, IEquatable<SetIamPolicyInstanceTemplateRequest>, IDeepCloneable<SetIamPolicyInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyInstanceTemplateRequest.
A request message for InstanceTemplates.SetIamPolicy. 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 `SetIamPolicyInstanceTemplateRequest` class is used to define a request for setting the IAM policy of an instance template within the Google Compute Engine v1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly, with the current version documented being 2.13.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide essential functionalities for message handling, comparison, cloning and buffer operations."],["The `SetIamPolicyInstanceTemplateRequest` class contains properties to specify the project ID, the resource name, and the body of the global set policy request, all of which are necessary to modify the IAM policy of an instance template."],["The documentation provides a comprehensive history of the API for this request going back to version 1.0.0, including version 3.6.0 as the latest."]]],[]]