public sealed class GetStoragePoolRequest : IMessage<GetStoragePoolRequest>, IEquatable<GetStoragePoolRequest>, IDeepCloneable<GetStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetStoragePoolRequest.
A request message for StoragePools.Get. 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-24 UTC."],[[["This page provides reference documentation for the `GetStoragePoolRequest` class within the Compute Engine v1 API."],["The latest available version of the `GetStoragePoolRequest` API is 3.6.0, with versions ranging back to 1.0.0 being supported."],["The `GetStoragePoolRequest` class, used for retrieving storage pool details, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`GetStoragePoolRequest` includes properties like `Project`, `StoragePool`, and `Zone`, which are all strings used to specify the storage pool to retrieve."],["This class has two constructors: a default one (`GetStoragePoolRequest()`) and one that copies data from another `GetStoragePoolRequest` instance (`GetStoragePoolRequest(GetStoragePoolRequest other)`)."]]],[]]