Reference documentation and code samples for the Cloud Speech V2 Client class GetConfigRequest.
Request message for the GetConfig method.
Generated from protobuf message google.cloud.speech.v2.GetConfigRequest
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is |
getName
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the config to retrieve. There is exactly one config
resource per project per location. The expected format is
|
| Returns | |
|---|---|
| Type | Description |
GetConfigRequest |
|