public sealed class GetTensorFlowVersionRequest : IMessage<GetTensorFlowVersionRequest>, IEquatable<GetTensorFlowVersionRequest>, IDeepCloneable<GetTensorFlowVersionRequest>, IBufferMessage, IMessage
Request for [GetTensorFlowVersion][google.cloud.tpu.v1.Tpu.GetTensorFlowVersion].
[[["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 details for the `GetTensorFlowVersionRequest` class, which is part of the Google.Cloud.Tpu.V1 namespace and used to request information about a TensorFlow version."],["Version 2.4.0 is the latest version, while the documentation lists version history dating back to version 1.0.0 for the `GetTensorFlowVersionRequest`."],["The `GetTensorFlowVersionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `GetTensorFlowVersionRequest` as a parameter for object initialization."],["Key properties of the class include `Name` which is a string representing the resource name, and `TensorFlowVersionName` which provides a typed view of the resource name."]]],[]]