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."],[[["The latest version available for `GetStoragePoolTypeRequest` is 3.6.0, and the documentation provides links to previous versions, ranging from 3.5.0 down to 1.0.0."],["`GetStoragePoolTypeRequest` is a class in the Google.Cloud.Compute.V1 namespace, designed for requesting storage pool type information."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has properties for Project, StoragePoolType, and Zone, which are all string types and are essential for defining the scope of the storage pool request."],["There are two constructors provided, a default constructor and one that takes another `GetStoragePoolTypeRequest` as a parameter for cloning."]]],[]]