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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eUpdateConfigRequest\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateConfigRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eUpdateConfig\u003c/code\u003e method in the Google Cloud Speech API v2 and inherits from object, implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateConfigRequest\u003c/code\u003e class allows users to update a configuration by specifying the config to update, identified by its \u003ccode\u003ename\u003c/code\u003e, and providing a list of fields to be updated via \u003ccode\u003eUpdateMask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, one of which takes another \u003ccode\u003eUpdateConfigRequest\u003c/code\u003e as a parameter for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateConfigRequest\u003c/code\u003e class has two main properties: \u003ccode\u003eConfig\u003c/code\u003e, which is the configuration to be updated and must be set, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which is the list of fields to be updated.\u003c/p\u003e\n"]]],[],null,["# Cloud Speech-to-Text v2 API - Class UpdateConfigRequest (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.UpdateConfigRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.4.0/Google.Cloud.Speech.V2.UpdateConfigRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.3.0/Google.Cloud.Speech.V2.UpdateConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.2.0/Google.Cloud.Speech.V2.UpdateConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.1.0/Google.Cloud.Speech.V2.UpdateConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.0.0/Google.Cloud.Speech.V2.UpdateConfigRequest) \n\n public sealed class UpdateConfigRequest : IMessage\u003cUpdateConfigRequest\u003e, IEquatable\u003cUpdateConfigRequest\u003e, IDeepCloneable\u003cUpdateConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Speech-to-Text v2 API class UpdateConfigRequest.\n\nRequest message for the\n\\[UpdateConfig\\]\\[google.cloud.speech.v2.Speech.UpdateConfig\\] method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateConfigRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.UpdateConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateConfigRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.UpdateConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateConfigRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.UpdateConfigRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Speech.V2](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V2.dll\n\nConstructors\n------------\n\n### UpdateConfigRequest()\n\n public UpdateConfigRequest()\n\n### UpdateConfigRequest(UpdateConfigRequest)\n\n public UpdateConfigRequest(UpdateConfigRequest other)\n\nProperties\n----------\n\n### Config\n\n public Config Config { get; set; }\n\nRequired. The config to update.\n\nThe config's `name` field is used to identify the config to be updated.\nThe expected format is `projects/{project}/locations/{location}/config`.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nThe list of fields to be updated."]]