public sealed class SetIamPolicyInstanceRequest : IMessage<SetIamPolicyInstanceRequest>, IEquatable<SetIamPolicyInstanceRequest>, IDeepCloneable<SetIamPolicyInstanceRequest>, IBufferMessage, IMessage
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-24 UTC."],[[["The `SetIamPolicyInstanceRequest` class is a request message for setting IAM policies on compute instances, part of the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class includes properties for `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource` which are used to define the scope and body of the policy request."],["The current version `3.6.0` is the latest for the `Google.Cloud.Compute.V1.SetIamPolicyInstanceRequest`, and there are many prior version releases from 3.5.0 down to 1.0.0."],["The documentation provides links to each version of `SetIamPolicyInstanceRequest`, so developers can reference the implementation for their desired version."]]],[]]