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-21 UTC."],[[["This webpage details the `SetIamPolicyInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for setting IAM policies on instances."],["The content provides a comprehensive list of versions for this class, ranging from the latest version 3.6.0 down to version 1.0.0."],["The `SetIamPolicyInstanceRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains properties such as `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource`, which are used to define the request parameters for setting instance policies."],["There are two constructors: a parameterless one and a copy constructor that takes in another `SetIamPolicyInstanceRequest` object."]]],[]]