Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 0bb7161

Browse files
cleanup: remove migrated sample (#1124)
* cleanup: remove migrated sample * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a20509e commit 0bb7161

29 files changed

+0
-2489
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -191,22 +191,8 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-translate/tre
191191

192192
| Sample | Source Code | Try it |
193193
| --------------------------- | --------------------------------- | ------ |
194-
| Batch Translate Text | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/BatchTranslateText.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/BatchTranslateText.java) |
195-
| Batch Translate Text With Glossary | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithGlossary.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithGlossary.java) |
196-
| Batch Translate Text With Glossary And Model | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithGlossaryAndModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithGlossaryAndModel.java) |
197-
| Batch Translate Text With Model | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithModel.java) |
198-
| Create Glossary | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/CreateGlossary.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/CreateGlossary.java) |
199-
| Delete Glossary | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/DeleteGlossary.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/DeleteGlossary.java) |
200-
| Detect Language | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/DetectLanguage.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/DetectLanguage.java) |
201-
| Get Glossary | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/GetGlossary.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/GetGlossary.java) |
202-
| Get Supported Languages | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/GetSupportedLanguages.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/GetSupportedLanguages.java) |
203-
| Get Supported Languages For Target | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/GetSupportedLanguagesForTarget.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/GetSupportedLanguagesForTarget.java) |
204-
| List Glossaries | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/ListGlossaries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/ListGlossaries.java) |
205194
| Quickstart Sample | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/QuickstartSample.java) |
206-
| Translate Text | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/TranslateText.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/TranslateText.java) |
207-
| Translate Text With Glossary | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/TranslateTextWithGlossary.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/TranslateTextWithGlossary.java) |
208195
| Translate Text With Glossary And Model | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/TranslateTextWithGlossaryAndModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/TranslateTextWithGlossaryAndModel.java) |
209-
| Translate Text With Model | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translate/TranslateTextWithModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translate/TranslateTextWithModel.java) |
210196
| Batch Translate Document | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translatev3beta1/BatchTranslateDocument.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translatev3beta1/BatchTranslateDocument.java) |
211197
| Translate Document | [source code](https://github.com/googleapis/java-translate/blob/main/samples/snippets/src/main/java/com/example/translatev3beta1/TranslateDocument.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-translate&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/translatev3beta1/TranslateDocument.java) |
212198

samples/snippets/src/main/java/com/example/translate/BatchTranslateText.java

Lines changed: 0 additions & 99 deletions
This file was deleted.

samples/snippets/src/main/java/com/example/translate/BatchTranslateTextWithGlossary.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)