public sealed class GetAcceleratorTypeRequest : IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessage
Request for [GetAcceleratorType][google.cloud.tpu.v1.Tpu.GetAcceleratorType].
[[["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-21 UTC."],[[["Version 2.4.0 is the latest release, with the content also covering versions 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["`GetAcceleratorTypeRequest` is a request class for the `GetAcceleratorType` function within the Google Cloud TPU API."],["The `GetAcceleratorTypeRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes constructors for creating new instances and copying existing `GetAcceleratorTypeRequest` objects, with a parameter named `other`."],["Key properties include `AcceleratorTypeName`, which offers a typed view of the resource name, and `Name`, a string property representing the resource's required name."]]],[]]