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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetCustomClassRequest` class within the Google Cloud Speech v1 API, specifically for version 3.7.0."],["The `GetCustomClassRequest` class is a message sent by the client to retrieve a custom class, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's inheritance from the base `object` class and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["It outlines the constructors for `GetCustomClassRequest`, including a default constructor and one that takes another `GetCustomClassRequest` as a parameter, and provides information for each parameter."],["The class has two properties: `CustomClassName`, which offers a typed view over the resource name, and `Name`, a string property that holds the resource name in a specified format, with the latter being required."]]],[]]