public sealed class SetIamPolicyServiceAttachmentRequest : IMessage<SetIamPolicyServiceAttachmentRequest>, IEquatable<SetIamPolicyServiceAttachmentRequest>, IDeepCloneable<SetIamPolicyServiceAttachmentRequest>, IBufferMessage, IMessage
A request message for ServiceAttachments.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 `SetIamPolicyServiceAttachmentRequest` class is used to make requests for setting the IAM policy on a Service Attachment, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class supports a range of versions from 1.0.0 up to the latest 3.6.0 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` in order to have the proper functionality."],["The class features constructors that allow for the creation of a new `SetIamPolicyServiceAttachmentRequest` object, either empty or by copying another instance of the same request."],["It contains properties such as `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource`, which allow setting specific parameters for a policy request such as the project ID, region name, the policy request itself and the resource name or id respectively."],["All the available versions of `SetIamPolicyServiceAttachmentRequest` are listed for the user to select, making it a useful source of historical documentation."]]],[]]