public sealed class GetAcceleratorTypeRequest : IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessage
A request message for AcceleratorTypes.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 details the `GetAcceleratorTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version for this class is 3.6.0, but it also provides documentation for older versions, starting from version 1.0.0, and including everything up to the latest."],["`GetAcceleratorTypeRequest` is a request message used to retrieve details about a specific accelerator type, and it inherits from and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has 2 constructors, and 3 properties: AcceleratorType, Project and Zone, and all three properties are of string type."],["The `GetAcceleratorTypeRequest` class is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]