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 `UpdateConfigRequest` class is part of the Cloud Speech-to-Text v2 API, designed to handle requests for updating configurations."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The class includes constructors for creating new instances and for cloning existing `UpdateConfigRequest` objects."],["It contains properties like `Config` to specify the configuration to update and `UpdateMask` to define which fields should be modified."],["The latest version of this class is 1.4.0, with previous versions including 1.3.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]