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-03-21 UTC."],[[["The `SetIamPolicyInstanceRequest` class is used to send requests for setting the IAM policy for Compute Engine instances, as part of the Google Cloud Compute Engine v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as serialization, equality checking, deep cloning, and buffering."],["The class offers constructors for creating new instances of `SetIamPolicyInstanceRequest` and for copying an existing request, providing flexibility in how requests are instantiated."],["It includes properties such as `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource`, allowing users to specify the target project, resource, zone, and policy details when making a request."],["The latest documented version for this class is 3.6.0, with a range of previous versions going as low as 1.0.0 available to refer to."]]],[]]