public sealed class GetIamPolicyServiceAttachmentRequest : IMessage<GetIamPolicyServiceAttachmentRequest>, IEquatable<GetIamPolicyServiceAttachmentRequest>, IDeepCloneable<GetIamPolicyServiceAttachmentRequest>, IBufferMessage, IMessage
A request message for ServiceAttachments.GetIamPolicy. 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 `GetIamPolicyServiceAttachmentRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning versions from 1.0.0 to the latest 3.6.0."],["The `GetIamPolicyServiceAttachmentRequest` class is a request message used for retrieving the IAM policy for service attachments, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetIamPolicyServiceAttachmentRequest` class include `OptionsRequestedPolicyVersion` (an integer), `Project` (a string), `Region` (a string), and `Resource` (a string)."],["The `GetIamPolicyServiceAttachmentRequest` class has two constructors: a default constructor, and one which takes another `GetIamPolicyServiceAttachmentRequest` object as a parameter."],["The latest version of `GetIamPolicyServiceAttachmentRequest` available is 3.6.0, with a list of all previous versions going back to 1.0.0 being available."]]],[]]