public sealed class GetStoragePoolTypeRequest : IMessage<GetStoragePoolTypeRequest>, IEquatable<GetStoragePoolTypeRequest>, IDeepCloneable<GetStoragePoolTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetStoragePoolTypeRequest.
A request message for StoragePoolTypes.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 reference documentation for the `GetStoragePoolTypeRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The latest version available is 3.6.0, and the current page's content is specifically dedicated to version 3.2.0, with other previous version links available as well."],["The `GetStoragePoolTypeRequest` class is used to send requests for retrieving information about storage pool types, as part of the StoragePoolTypes.Get method."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the namespace `Google.Cloud.Compute.V1`."],["It includes constructors and properties like `Project`, `StoragePoolType`, and `Zone`, which are essential for specifying the details of the request being sent to the API."]]],[]]