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."],[[["This webpage details the `SetIamPolicyInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version for `SetIamPolicyInstanceRequest` is `3.6.0`, with a history of versions available down to `1.0.0`, each linked to its documentation."],["The `SetIamPolicyInstanceRequest` class is used to manage requests for the `Instances.SetIamPolicy` method, handling the setting of IAM policies for Compute Engine instances."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and cloning within the Google Cloud Protobuf framework."],["The `SetIamPolicyInstanceRequest` class contains properties such as `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource`, providing necessary details to manage project, resource, and zone-specific IAM policies."]]],[]]