public sealed class GetCustomClassRequest : IMessage<GetCustomClassRequest>, IEquatable<GetCustomClassRequest>, IDeepCloneable<GetCustomClassRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The latest version of the `GetCustomClassRequest` is 3.8.0, and it's part of the Google.Cloud.Speech.V1 package, with the page providing access to documentation from version 2.2.0 up to the latest release."],["`GetCustomClassRequest` is a class used for retrieving a custom class, implementing interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating it's part of a messaging system."],["The class `GetCustomClassRequest` has two constructors, one default and one that takes another `GetCustomClassRequest` object as a parameter for copying, alongside two key properties, `CustomClassName` and `Name`, for managing the custom class's identity."],["The class inherits from Object and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The required input for this request is the `Name`, which must include the project, location, and custom class identifier."]]],[]]