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"]],[["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 `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 `UpdateCustomClassRequest` has properties to define the `CustomClass` to update, a `FieldMask` to specify which fields to update, and a `ValidateOnly` flag to preview the update without applying it."],["There are multiple versions of this API class, from version 1.0.0 up to the latest 1.4.0, with the current documentation focusing on the content of version 1.2.0."],["This API requires the name of the `CustomClass` being updated to be provided in a specific format, which is `projects/{project}/locations/{location}/customClasses/{custom_class}`."]]],[]]