public sealed class UpdateCustomClassRequest : IMessage<UpdateCustomClassRequest>, IEquatable<UpdateCustomClassRequest>, IDeepCloneable<UpdateCustomClassRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class UpdateCustomClassRequest.
Request message for the
[UpdateCustomClass][google.cloud.speech.v2.Speech.UpdateCustomClass] method.
The CustomClass's name field is used to identify the CustomClass to
update. Format:
projects/{project}/locations/{location}/customClasses/{custom_class}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateCustomClassRequest` class is used to send requests for updating a `CustomClass` within the Cloud Speech-to-Text v2 API, and it's part of the `Google.Cloud.Speech.V2` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The latest version available for `UpdateCustomClassRequest` is 1.4.0, and this page represents version 1.0.0, where users can see previous versions all the way up to the latest version."],["Key properties within the `UpdateCustomClassRequest` class include `CustomClass`, `UpdateMask`, and `ValidateOnly`, which are used to specify the custom class to be updated, the fields to be updated, and whether the request should be validated without actually updating the class, respectively."]]],[]]