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."],[[["The `GetStoragePoolRequest` class is a request message for the `StoragePools.Get` method in the Compute Engine v1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly, with the most recent version being 3.6.0."],["The `GetStoragePoolRequest` class inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties to specify the `Project` ID, the name of the `StoragePool`, and the `Zone` for the request."],["There are multiple available versions for the `GetStoragePoolRequest` class, ranging from version 1.0.0 up to the latest version, 3.6.0, providing a historical record of changes and updates to the class."]]],[]]