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."],[[["The `GetAcceleratorTypeRequest` class is a request object used to retrieve information about a specific accelerator type in the Google Cloud TPU service, specifically within version 1.0.0 of the API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used with Protocol Buffers for serialization and efficient data handling."],["`GetAcceleratorTypeRequest` includes properties such as `AcceleratorTypeName` and `Name`, which are essential for identifying the requested accelerator type by name."],["The `GetAcceleratorTypeRequest` object can be constructed either as a new instance, or by cloning an existing `GetAcceleratorTypeRequest` object."],["The available versions of the GetAcceleratorTypeRequest range from 1.0.0 to 2.4.0, with the latest being 2.4.0, providing varying functionalities depending on the version."]]],[]]