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."],[[["This document provides reference information for the `GetConfigRequest` class within the Google Cloud Speech-to-Text v2 API, detailing its structure and functionality."],["`GetConfigRequest` is a request message used to retrieve a configuration using the `GetConfig` method in the Speech-to-Text v2 API."],["The `GetConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in handling messages and cloning."],["The `GetConfigRequest` class includes two constructors and two properties, `ConfigName` which is the typed view for the resource name and `Name` which is the required string to identify the project, location, and config to retrieve."],["This API is available in several versions, from 1.0.0 up to the latest, 1.4.0."]]],[]]