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."],[[["`GetConfigRequest` is a class within the Cloud Speech-to-Text v2 API, serving as a request message for the `GetConfig` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality with various Protobuf features."],["The `GetConfigRequest` class includes properties such as `ConfigName` and `Name`, used to identify the specific configuration to be retrieved."],["It has two constructors: a default constructor `GetConfigRequest()` and a copy constructor `GetConfigRequest(GetConfigRequest other)`."],["There are multiple versions available for the Google.Cloud.Speech.V2, starting at 1.0.0, with 1.4.0 being the latest version."]]],[]]