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-03-24 UTC."],[[["This webpage provides documentation for the `GetStoragePoolTypeRequest` class within the Google.Cloud.Compute.V1 API, specifically version 3.0.0 and its history back to version 1.0.0."],["The `GetStoragePoolTypeRequest` class is used to request information about a specific storage pool type, as detailed in the method description within the API documentation."],["The class inherits from the .NET `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Project`, `StoragePoolType`, and `Zone`, which are all strings used to construct a specific request for information from the API."],["The latest documented version is 3.6.0, and the page provides links to older versions allowing developers to view changes and access documentation throughout its release history."]]],[]]