public sealed class GetAcceleratorTypeRequest : IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAcceleratorTypeRequest.
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-02 UTC."],[[["The `GetAcceleratorTypeRequest` class is part of the Google Cloud Compute Engine v1 API, and is used to request information about a specific accelerator type."],["This page details the `GetAcceleratorTypeRequest` class, including its inheritance, implemented interfaces, constructors, and properties such as `AcceleratorType`, `Project`, and `Zone`."],["The latest documented version for `GetAcceleratorTypeRequest` is 3.6.0, however this documentation page is for version 2.12.0, and other versions are available from 1.0.0 through 3.5.0."],["The `GetAcceleratorTypeRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing for deep cloning, message handling, and equality comparisons."],["The class can be constructed using either an empty constructor or a copy constructor that accepts another `GetAcceleratorTypeRequest` instance."]]],[]]