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, designed to retrieve IAM policies for service attachments, with the latest version being 3.6.0."],["The `GetIamPolicyServiceAttachmentRequest` class is a request message for the `ServiceAttachments.GetIamPolicy` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inheriting from `Object`."],["It includes properties like `OptionsRequestedPolicyVersion`, `Project`, `Region`, and `Resource`, which are essential for constructing a request to fetch the IAM policy, as well as the `HasOptionsRequestedPolicyVersion` boolean that can be used to check if the respective field is set."],["The class offers two constructors: a default constructor and another allowing the request to be initialized by copying an existing `GetIamPolicyServiceAttachmentRequest` instance."],["The page lists the version history of `GetIamPolicyServiceAttachmentRequest`, going back to version 1.0.0, offering links to the documentation for each version."]]],[]]