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 document provides reference information for the `UpdateConfigRequest` class within the Google Cloud Speech-to-Text v2 API."],["`UpdateConfigRequest` is used as a request message for the `UpdateConfig` method within the Speech API, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `UpdateConfigRequest()` and a copy constructor `UpdateConfigRequest(UpdateConfigRequest other)`."],["The properties of the class are `Config`, which is of type `Config`, and is the config to be updated, and `UpdateMask`, of type `FieldMask`, which determines which fields of the config are to be updated."],["This document covers version 1.0.0 of the `UpdateConfigRequest` class, but it also provides links to previous and more current versions: 1.1.0, 1.2.0, 1.3.0, and 1.4.0 (latest)."]]],[]]