public sealed class GetCustomClassRequest : IMessage<GetCustomClassRequest>, IEquatable<GetCustomClassRequest>, IDeepCloneable<GetCustomClassRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class GetCustomClassRequest.
Message sent by the client for the GetCustomClass method.
[[["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-17 UTC."],[[["The `GetCustomClassRequest` class is used to send requests for retrieving a specific custom class within the Google Cloud Speech v1 API, as indicated by its role in the `GetCustomClass` method."],["Version 3.8.0 is the latest release, with previous versions ranging from 3.7.0 back to 2.2.0 also having their documentation listed, indicating an active update history."],["This class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration within the Google Cloud Protobuf framework."],["The class has two constructors for instantiation: a parameterless constructor and one that takes another `GetCustomClassRequest` object, enabling the creation of new instances and copies."],["The `GetCustomClassRequest` class has properties `CustomClassName` and `Name`, where `Name` is required and indicates the format required for the custom class being retrieved."]]],[]]