public sealed class GetIamPolicyStoragePoolRequest : IMessage<GetIamPolicyStoragePoolRequest>, IEquatable<GetIamPolicyStoragePoolRequest>, IDeepCloneable<GetIamPolicyStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyStoragePoolRequest.
A request message for StoragePools.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-31 UTC."],[[["This document provides reference information for the `GetIamPolicyStoragePoolRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The `GetIamPolicyStoragePoolRequest` class is used to request the IAM policy for a storage pool, and it is found within the `Google.Cloud.Compute.V1` namespace."],["Version 3.6.0 is the latest version, and this documentation contains links to a variety of previous versions from 3.5.0 to 1.0.0, including version 3.4.0 which is also mentioned."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide capabilities for protocol buffer messaging, equality comparisons, deep cloning, and buffer management."],["The `GetIamPolicyStoragePoolRequest` class includes properties such as `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, allowing for the specification of the IAM policy version, project ID, resource name, and zone."]]],[]]