Resource: Config
Message representing the config for the Speech-to-Text API. This includes an optional KMS key with which incoming data will be encrypted.
JSON representation |
---|
{ "name" : string , "kmsKeyName" : string , "updateTime" : string } |
Fields | |
---|---|
name
|
Output only. Identifier. The name of the config resource. There is exactly one config resource per project per location. The expected format is |
kms
|
Optional. An optional KMS key name
that if present, will be used to encrypt Speech-to-Text resources at-rest. Updating this key will not encrypt existing resources using this key; only new resources will be encrypted using this key. The expected format is |
update
|
Output only. The most recent time this resource was modified. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Returns the requested Config
. |
|
Updates the Config
. |