Skip to content

Commit e354eef

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix the resource name format in comment for CreatePhraseSetRequest
PiperOrigin-RevId: 518025142
1 parent f4fdc0e commit e354eef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/speech/v1/cloud_speech_adaptation.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ message CreatePhraseSetRequest {
132132
// Required. The parent resource where this phrase set will be created.
133133
// Format:
134134
//
135-
// `projects/{project}/locations/{location}/phraseSets`
135+
// `projects/{project}/locations/{location}`
136136
//
137137
// Speech-to-Text supports three locations: `global`, `us` (US North America),
138138
// and `eu` (Europe). If you are calling the `speech.googleapis.com`

google/cloud/speech/v1p1beta1/cloud_speech_adaptation.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ message CreatePhraseSetRequest {
132132
// Required. The parent resource where this phrase set will be created.
133133
// Format:
134134
//
135-
// `projects/{project}/locations/{location}/phraseSets`
135+
// `projects/{project}/locations/{location}`
136136
//
137137
// Speech-to-Text supports three locations: `global`, `us` (US North America),
138138
// and `eu` (Europe). If you are calling the `speech.googleapis.com`

0 commit comments

Comments
 (0)