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 webpage 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 content lists various versions of the API, ranging from 1.0.0 up to 3.6.0, allowing users to select specific version documentation."],["The `GetStoragePoolTypeRequest` class is used for retrieving details about a specific storage pool type and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties like `Project`, `StoragePoolType`, and `Zone`, which are essential for creating and configuring a storage pool type request."],["The documentation is organized by namespace (`Google.Cloud.Compute.V1`) and assembly (`Google.Cloud.Compute.V1.dll`), aiding in the correct implementation and understanding of the API."]]],[]]