public sealed class GetIamPolicyServiceAttachmentRequest : IMessage<GetIamPolicyServiceAttachmentRequest>, IEquatable<GetIamPolicyServiceAttachmentRequest>, IDeepCloneable<GetIamPolicyServiceAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyServiceAttachmentRequest.
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 document provides reference information for the `GetIamPolicyServiceAttachmentRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["The `GetIamPolicyServiceAttachmentRequest` class, which is part of the `Google.Cloud.Compute.V1` namespace, is used to request the IAM policy for a service attachment and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties such as `OptionsRequestedPolicyVersion`, `Project`, `Region`, and `Resource`, which are used to define the specific request."],["The document details the class's inheritance from the base `object` class, along with its inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The documentation contains version history of the API, with each version number linking to more specific documentation regarding that version."]]],[]]