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-21 UTC."],[[["This webpage provides documentation for the `GetStoragePoolRequest` class within the Google Compute Engine v1 API for .NET, with the latest version being 3.6.0."],["The `GetStoragePoolRequest` class is used to request information about a specific storage pool and is part of the `Google.Cloud.Compute.V1` namespace."],["The page details the class's inheritance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data within the API."],["The documentation includes details on how to construct instances of `GetStoragePoolRequest`, including an empty constructor and one for cloning other `GetStoragePoolRequest` objects."],["It lists properties like `Project`, `StoragePool`, and `Zone`, which are necessary for specifying the target storage pool in a request."]]],[]]