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-21 UTC."],[[["This document provides reference information for the `GetIamPolicyStoragePoolRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with version 3.6.0 being the latest and many older versions available."],["The `GetIamPolicyStoragePoolRequest` class is used to request the IAM policy for a storage pool and is part of the `Google.Cloud.Compute.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing functionalities like deep cloning and message handling."],["Key properties of the `GetIamPolicyStoragePoolRequest` class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are used to specify the policy version, project ID, resource name/ID, and the zone, respectively, for which the IAM policy is being requested."],["This reference includes constructors for creating new instances of `GetIamPolicyStoragePoolRequest`, either with default values or by cloning an existing instance."]]],[]]