public sealed class UpdateConfigRequest : IMessage<UpdateConfigRequest>, IEquatable<UpdateConfigRequest>, IDeepCloneable<UpdateConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class UpdateConfigRequest.
Request message for the
[UpdateConfig][google.cloud.speech.v2.Speech.UpdateConfig] 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 documentation provides details for the `UpdateConfigRequest` class within the Google Cloud Speech-to-Text v2 API, specifically for version 1.3.0."],["`UpdateConfigRequest` is a request message used for the `UpdateConfig` method, which updates a speech configuration within a specified project and location."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["It contains properties for `Config`, which represents the configuration to be updated, and `UpdateMask`, which defines the specific fields within the configuration to be modified."],["There are also previous versions of this document available, ranging from version 1.0.0 up to the most recent version of 1.4.0, that can be viewed in the navigation."]]],[]]