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-04-09 UTC."],[[["The latest version of the `GetAcceleratorTypeRequest` is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetAcceleratorTypeRequest` is a request message for retrieving accelerator type information, as part of the `Google.Cloud.Compute.V1` namespace in the Google Cloud .NET library."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality within the .NET ecosystem."],["The `GetAcceleratorTypeRequest` class has three essential properties, `AcceleratorType`, `Project`, and `Zone`, all of which are string types and required for specifying the request parameters."],["The class has two constructors, a default one, and another one that takes a `GetAcceleratorTypeRequest` as a parameter."]]],[]]