public sealed class GetAcceleratorTypeRequest : IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud TPU v1 API class GetAcceleratorTypeRequest.
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."],[[["This document provides reference documentation for the `GetAcceleratorTypeRequest` class within the Cloud TPU v1 API."],["The `GetAcceleratorTypeRequest` class is part of the `Google.Cloud.Tpu.V1` namespace and is used to request information about a specific accelerator type."],["This class has two constructors, one being a default constructor and one allowing you to create an instance by using another `GetAcceleratorTypeRequest` class as input."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `AcceleratorTypeName`, which provides a typed view over the `Name`, and `Name`, which is a required string for the resource name."]]],[]]