Skip to content

Commit

Permalink
cleanup: Remove migrated files (googleapis#819)
Browse files Browse the repository at this point in the history
* cleanup: Remove migrated files

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* reverted pom file

* 🦉 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>
  • Loading branch information
charlieyu1996 and gcf-owl-bot[bot] committed Nov 17, 2022
1 parent cda59d4 commit c2d83da
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 1,666 deletions.
21 changes: 2 additions & 19 deletions java-texttospeech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ implementation 'com.google.cloud:google-cloud-texttospeech'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-texttospeech:2.6.0'
implementation 'com.google.cloud:google-cloud-texttospeech:2.7.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.6.0"
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.7.0"
```

## Authentication
Expand Down Expand Up @@ -108,23 +108,6 @@ use this Cloud Text-to-Speech Client Library.



## Samples

Samples are in the [`samples/`](https://github.com/googleapis/java-texttospeech/tree/main/samples) directory.

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| List All Supported Voices | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/ListAllSupportedVoices.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/ListAllSupportedVoices.java) |
| List All Supported Voices Beta | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/ListAllSupportedVoicesBeta.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/ListAllSupportedVoicesBeta.java) |
| Quickstart Sample | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/QuickstartSample.java) |
| Quickstart Sample Beta | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/QuickstartSampleBeta.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/QuickstartSampleBeta.java) |
| Ssml Addresses | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/SsmlAddresses.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/SsmlAddresses.java) |
| Synthesize File | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/SynthesizeFile.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/SynthesizeFile.java) |
| Synthesize File Beta | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/SynthesizeFileBeta.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/SynthesizeFileBeta.java) |
| Synthesize Text | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java) |
| Synthesize Text Beta | [source code](https://github.com/googleapis/java-texttospeech/blob/main/samples/snippets/src/main/java/com/example/texttospeech/SynthesizeTextBeta.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-texttospeech&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/texttospeech/SynthesizeTextBeta.java) |



## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion java-texttospeech/samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
</dependencies>
<!-- [END tts_java_dependencies] -->
<!-- [END texttospeech_install_with_bom] -->
</project>
</project>
4 changes: 0 additions & 4 deletions java-texttospeech/samples/snippets/resources/example.ssml

This file was deleted.

3 changes: 0 additions & 3 deletions java-texttospeech/samples/snippets/resources/example.txt

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion java-texttospeech/samples/snippets/resources/hello.ssml

This file was deleted.

1 change: 0 additions & 1 deletion java-texttospeech/samples/snippets/resources/hello.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c2d83da

Please sign in to comment.