public sealed class SupportedLanguages : IMessage<SupportedLanguages>, IEquatable<SupportedLanguages>, IDeepCloneable<SupportedLanguages>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class SupportedLanguages.
The response message for discovering supported languages.
[[["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 webpage provides documentation for the `SupportedLanguages` class within the Google Cloud Translation v3 API, covering versions from 2.2.0 up to the latest 3.9.0."],["The `SupportedLanguages` class is a response message used to retrieve a list of languages supported by the Google Cloud Translation API, as stated in the documentation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["The `SupportedLanguages` class has two constructors: a default constructor `SupportedLanguages()` and an overloaded constructor `SupportedLanguages(SupportedLanguages other)` that allows copying an existing object."],["The class contains a `Languages` property, of type `RepeatedField\u003cSupportedLanguage\u003e`, which holds the actual list of supported languages that are returned by the API."]]],[]]