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-04-09 UTC."],[[["This page provides documentation for the `GetStoragePoolRequest` class within the Google Cloud Compute Engine v1 API, specifically version 3.3.0 of the .NET library."],["`GetStoragePoolRequest` is a request message used to retrieve details of a specific storage pool, as detailed in the method description for StoragePools.Get."],["The `GetStoragePoolRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties such as `Project`, `StoragePool`, and `Zone`, which are strings used to specify the request parameters and information for the storage pool that is being requested."],["This documentation also lists previous versions of the `GetStoragePoolRequest`, dating back to version 1.0.0 and going up to version 3.6.0, which is listed as the latest."]]],[]]