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 used to send a request to set the IAM policy for a specific instance."],["The latest version of `SetIamPolicyInstanceRequest` is 3.6.0, but there are multiple previous versions available, ranging from 1.0.0 to 3.5.0, accessible via their respective links."],["The `SetIamPolicyInstanceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its wide capabilities within the Google.Protobuf system."],["This class has constructors to initialize a new object, either empty or by cloning an existing `SetIamPolicyInstanceRequest`."],["The class also contains properties including `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource`, which are used to construct the appropriate request to the API."]]],[]]