public sealed class GetConfigRequest : IMessage<GetConfigRequest>, IEquatable<GetConfigRequest>, IDeepCloneable<GetConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetConfigRequest.
Request message for the
[GetConfig][google.cloud.speech.v2.Speech.GetConfig] method.
Required. The name of the config to retrieve. There is exactly one config
resource per project per location. The expected format is
projects/{project}/locations/{location}/config.
[[["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 `GetConfigRequest` class is part of the Google Cloud Speech-to-Text v2 API, serving as the request message for retrieving configuration details."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["It includes properties `ConfigName` (of type `ConfigName`) and `Name` (of type string) for specifying the configuration to be retrieved, with `Name` being the resource name of the desired configuration."],["The `GetConfigRequest` class has two constructors, a default one and another that accepts an existing `GetConfigRequest` object, enabling cloning or creating an object."],["The API documentation for the `GetConfigRequest` is available for versions 1.0.0, 1.1.0, 1.2.0, 1.3.0 and the latest being 1.4.0."]]],[]]