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."],[[["The latest version of the `UpdateConfigRequest` class in the Cloud Speech-to-Text v2 API is 1.4.0, with previous versions available from 1.3.0 down to 1.0.0."],["`UpdateConfigRequest` is a request message used for the `UpdateConfig` method in the Google Cloud Speech API v2 and inherits from object, implementing several interfaces."],["The `UpdateConfigRequest` class allows users to update a configuration by specifying the config to update, identified by its `name`, and providing a list of fields to be updated via `UpdateMask`."],["This class has two constructors, one of which takes another `UpdateConfigRequest` as a parameter for cloning purposes."],["The `UpdateConfigRequest` class has two main properties: `Config`, which is the configuration to be updated and must be set, and `UpdateMask`, which is the list of fields to be updated."]]],[]]