public sealed class SetIamPolicyInstanceRequest : IMessage<SetIamPolicyInstanceRequest>, IEquatable<SetIamPolicyInstanceRequest>, IDeepCloneable<SetIamPolicyInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyInstanceRequest.
A request message for Instances.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-04-09 UTC."],[[["The `SetIamPolicyInstanceRequest` class is part of the Google Cloud Compute Engine v1 API and is used to manage instance IAM policies, with version 3.5.0 being highlighted in the content."],["Version 3.6.0 is the latest release, while this specific page documents version 3.5.0, and a range of previous versions, including those starting at version 1.0.0, are accessible through linked documentation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for serialization, equality checks, deep cloning, and buffered message handling."],["Key properties of `SetIamPolicyInstanceRequest` include `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource`, which are used to specify the project, resource, zone, and policy details for the IAM request, respectively."],["It inherits from `object` class and therefore has the following members: `GetHashCode()`, `GetType()`, `ToString()`."]]],[]]