Uh oh!
There was an error while loading. Please reload this page.
feat: migrate code from googleapis/java-mediatranslation - #7356
Conversation
…uration to v1.0.13 (#19) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.12` -> `1.0.13` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/java-repo-tools</summary> ### [`v1.0.13`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.13) [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.12...v1.0.13) Fix some issues w/ Checkstyle configuration. We left the option to turn it off out. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…uration to v1.0.14 (#23) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.13` -> `1.0.14` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/java-repo-tools</summary> ### [`v1.0.14`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.14) [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.13...v1.0.14) - Update CheckStyle to 8.31 - Add SpotBugs </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…uration to v1.0.15 (#25) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.14` -> `1.0.15` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/java-repo-tools</summary> ### [`v1.0.15`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.15) [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.14...v1.0.15) - Move some stuff around (in prep for a change to release process) pom.xml's - Add an exclude filter for SpotBugs. (disable the Java 11 surprise) - Don't fail on SpotBugs issues for now - add PMD reporting - Don't fail on PMD issues for now. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…nslation to v0.1.1 (#31) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.1.0` -> `0.1.1` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.1.1`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​011-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev010v011-2020-04-07) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.1.0...v0.1.1) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
* media-translation: translate from the file * formatted code * added translate from the mic * added test for translate from file * made requested changes * added README, added Translate with main * deleted Translate and updated README * added single utterance * duplicate the resource folder * added main and removed catch * trigger tests * fixed the lint * media-translation: translate from the file * formatted code * trigger kokoro tests * removed weird file
…uration to v1.0.16 (#41)
…uration to v1.0.17 (#45) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.16` -> `1.0.17` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/java-repo-tools</summary> ### [`v1.0.17`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.17) [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.16...v1.0.17) - require -P lint Lets not burden customers with our development rules. - Move Checkstyle, ErrorProne, PMD, and SpotBugs to only run w/ -P lint - Update the Readme - spotbugs-annotations 4.0.2 </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…nslation to v0.1.2 (#49) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.1.1` -> `0.1.2` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.1.2`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​012-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev011v012-2020-04-20) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.1.1...v0.1.2) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…uration to v1.0.18 (#77) This PR contains the following updates: | Package | Update | Change | |---|---|---| | com.google.cloud.samples:shared-configuration | patch | `1.0.17` -> `1.0.18` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…nslation to v0.2.0 (#89) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | minor | `0.1.2` -> `0.2.0` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.0`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​020-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev012v020-2020-06-22) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.1.2...v0.2.0) ##### Features - **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([#​85](https://www.github.com/googleapis/java-mediatranslation/issues/85)) ([de0bb18](https://www.github.com/googleapis/java-mediatranslation/commit/de0bb1895f223fc8dbeb3f22ffb4967b3f0094d2)) ##### Bug Fixes - **generator:** delay removing streaming response until used ([#​56](https://www.github.com/googleapis/java-mediatranslation/issues/56)) ([b82e4ee](https://www.github.com/googleapis/java-mediatranslation/commit/b82e4eefc412c4380ea8ef4258a318d317961dbb)) - migrate mediatranslation/v1beta1 to grpc_service_config ([#​79](https://www.github.com/googleapis/java-mediatranslation/issues/79)) ([3a92b0d](https://www.github.com/googleapis/java-mediatranslation/commit/3a92b0d69d1b7c16da548434e962621844c4f6c0)) ##### Dependencies - update dependency com.google.api:api-common to v1.9.1 ([#​67](https://www.github.com/googleapis/java-mediatranslation/issues/67)) ([c766a3e](https://www.github.com/googleapis/java-mediatranslation/commit/c766a3e74bf15566b41c9ea8b0f9a4ccd79daee4)) - update dependency com.google.api:api-common to v1.9.2 ([#​72](https://www.github.com/googleapis/java-mediatranslation/issues/72)) ([0b35501](https://www.github.com/googleapis/java-mediatranslation/commit/0b35501f1574ab55cb3903cfe2def29f6c94258a)) - update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#​58](https://www.github.com/googleapis/java-mediatranslation/issues/58)) ([faa4543](https://www.github.com/googleapis/java-mediatranslation/commit/faa4543ea5d82d8cd4320d40443ffb71a144adca)) - update dependency com.google.protobuf:protobuf-java to v3.12.0 ([#​63](https://www.github.com/googleapis/java-mediatranslation/issues/63)) ([18a2c8c](https://www.github.com/googleapis/java-mediatranslation/commit/18a2c8cb1b4e5a77dd461333febcb370eb00d8cd)) - update dependency com.google.protobuf:protobuf-java to v3.12.2 ([#​65](https://www.github.com/googleapis/java-mediatranslation/issues/65)) ([acc8dab](https://www.github.com/googleapis/java-mediatranslation/commit/acc8dab5f6e5bd096de5d709e4169658333455a2)) - update dependency io.grpc:grpc-bom to v1.29.0 ([#​50](https://www.github.com/googleapis/java-mediatranslation/issues/50)) ([fb49f52](https://www.github.com/googleapis/java-mediatranslation/commit/fb49f5211dbf116a9631a01bfe15bfcfe7583187)) - update dependency io.grpc:grpc-bom to v1.30.0 ([#​76](https://www.github.com/googleapis/java-mediatranslation/issues/76)) ([225b645](https://www.github.com/googleapis/java-mediatranslation/commit/225b6452b117565c78d9d454049788ab7cb6f62a)) - update dependency org.threeten:threetenbp to v1.4.4 ([#​55](https://www.github.com/googleapis/java-mediatranslation/issues/55)) ([214e1d5](https://www.github.com/googleapis/java-mediatranslation/commit/214e1d5f81d613ba41b8b19bbe927a38ca5fe506)) ##### [0.1.2](https://www.github.com/googleapis/java-mediatranslation/compare/v0.1.1...v0.1.2) (2020-04-20) ##### Dependencies - update dependency com.google.guava:guava-bom to v29 ([#​34](https://www.github.com/googleapis/java-mediatranslation/issues/34)) ([5442e24](https://www.github.com/googleapis/java-mediatranslation/commit/5442e246c2c9a0a4bbcf63c2659759a8aaa983b0)) ##### [0.1.1](https://www.github.com/googleapis/java-mediatranslation/compare/v0.1.0...v0.1.1) (2020-04-07) ##### Dependencies - update core dependencies ([#​4](https://www.github.com/googleapis/java-mediatranslation/issues/4)) ([bbe5567](https://www.github.com/googleapis/java-mediatranslation/commit/bbe556751f94dc34fd296176ad446facb437d0eb)) - update dependency com.google.api:api-common to v1.9.0 ([#​22](https://www.github.com/googleapis/java-mediatranslation/issues/22)) ([e16b6e6](https://www.github.com/googleapis/java-mediatranslation/commit/e16b6e60b421bf8ff3d00c8e324e345e4dcd1ca3)) - update dependency com.google.cloud:google-cloud-mediatranslation to v0.1.0 ([#​6](https://www.github.com/googleapis/java-mediatranslation/issues/6)) ([420ecfb](https://www.github.com/googleapis/java-mediatranslation/commit/420ecfb20d635585298d697fa2a1752efae518a6)) - update dependency org.threeten:threetenbp to v1.4.3 ([#​13](https://www.github.com/googleapis/java-mediatranslation/issues/13)) ([2b105d5](https://www.github.com/googleapis/java-mediatranslation/commit/2b105d5e61353fafea79cbce6999bea86e61a2ab)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-mediatranslation).
…nslation to v0.2.2 (#103) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.2.0` -> `0.2.2` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.2`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​022-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev021v022-2020-09-21) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.1...v0.2.2) ### [`v0.2.1`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​021-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev020v021-2020-08-07) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.0...v0.2.1) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.truth:truth](com/google/truth/truth) | minor | `1.0.1` -> `1.1` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…uration to v1.0.21 (#133) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.samples:shared-configuration](com/google/cloud/samples/shared-configuration) | patch | `1.0.18` -> `1.0.21` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.2.4 (#150) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.2.2` -> `0.2.4` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.4`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​024-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev023v024-2020-10-30) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.2...v0.2.4) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.2.6 (#164) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.2.4` -> `0.2.6` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.6`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​026-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev025v026-2020-11-13) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.4...v0.2.6) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.2.7 (#179) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.2.6` -> `0.2.7` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.7`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​027-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev026v027-2020-12-02) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.6...v0.2.7) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.2.9 (#192) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | patch | `0.2.7` -> `0.2.9` | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.9`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​029-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev028v029-2020-12-15) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.7...v0.2.9) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.truth:truth](com/google/truth/truth) | `1.1` -> `1.1.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [junit:junit](http://junit.org) ([source](https://togithub.com/junit-team/junit4)) | `4.13.1` -> `4.13.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.2.11 (#215) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.2.9` -> `0.2.11` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.2.11`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​0211-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev0210v0211-2021-02-22) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.10...v0.2.11) ### [`v0.2.10`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​0210-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev029v0210-2021-01-14) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.9...v0.2.10) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.2.12 (#234)
…nslation to v0.3.0 (#246) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.2.12` -> `0.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.3.0`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​030-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev0212v030-2021-03-11) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.2.12...v0.3.0) ##### Features - **generator:** update protoc to v3.15.3 ([#​235](https://www.github.com/googleapis/java-mediatranslation/issues/235)) ([e67e0f8](https://www.github.com/googleapis/java-mediatranslation/commit/e67e0f84933cfee3bf4ae74b8784ae2982fcb2a9)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#​243](https://www.github.com/googleapis/java-mediatranslation/issues/243)) ([a68358e](https://www.github.com/googleapis/java-mediatranslation/commit/a68358e2a88df4d7bc08336a6df638c533dc9a19)) ##### [0.2.12](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.11...v0.2.12) (2021-02-25) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#​231](https://www.github.com/googleapis/java-mediatranslation/issues/231)) ([25f1b66](https://www.github.com/googleapis/java-mediatranslation/commit/25f1b6680974140f4fa8d5dfa6f9ac70f8706e94)) ##### [0.2.11](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.10...v0.2.11) (2021-02-22) ##### Documentation - generate sample code in the Java microgenerator ([#​216](https://www.github.com/googleapis/java-mediatranslation/issues/216)) ([bbe7c7e](https://www.github.com/googleapis/java-mediatranslation/commit/bbe7c7e43bbf980b0fbe4fe2bcd11a2a32386890)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#​226](https://www.github.com/googleapis/java-mediatranslation/issues/226)) ([d006dd2](https://www.github.com/googleapis/java-mediatranslation/commit/d006dd255388bd945e5be3b8ba7f3f1c6f977213)) ##### [0.2.10](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.9...v0.2.10) (2021-01-14) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.18.0 ([#​200](https://www.github.com/googleapis/java-mediatranslation/issues/200)) ([ff3707a](https://www.github.com/googleapis/java-mediatranslation/commit/ff3707a5f7ffd88c4aa06518c691a1aa462190d2)) ##### [0.2.9](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.8...v0.2.9) (2020-12-15) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.0 ([#​188](https://www.github.com/googleapis/java-mediatranslation/issues/188)) ([2e2d420](https://www.github.com/googleapis/java-mediatranslation/commit/2e2d420bd346b4d0d576314fa177aaadcad4cf46)) ##### [0.2.8](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.7...v0.2.8) (2020-12-14) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([#​183](https://www.github.com/googleapis/java-mediatranslation/issues/183)) ([901ae9a](https://www.github.com/googleapis/java-mediatranslation/commit/901ae9a143371376bb2d8e199a9ba5f34ab81882)) ##### [0.2.7](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.6...v0.2.7) (2020-12-02) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#​174](https://www.github.com/googleapis/java-mediatranslation/issues/174)) ([9e880ee](https://www.github.com/googleapis/java-mediatranslation/commit/9e880ee36833865d23934f8f401d3b9b25a517cf)) ##### [0.2.6](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.5...v0.2.6) (2020-11-13) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.15.0 ([#​160](https://www.github.com/googleapis/java-mediatranslation/issues/160)) ([b56ba30](https://www.github.com/googleapis/java-mediatranslation/commit/b56ba30b9c23753fc5d630715fe0cf3e0f361229)) ##### [0.2.5](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.4...v0.2.5) (2020-11-02) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#​151](https://www.github.com/googleapis/java-mediatranslation/issues/151)) ([f726b39](https://www.github.com/googleapis/java-mediatranslation/commit/f726b39a667d2550373041d994722e1da6fac1fc)) ##### [0.2.4](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.3...v0.2.4) (2020-10-30) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.13.0 ([#​144](https://www.github.com/googleapis/java-mediatranslation/issues/144)) ([6789901](https://www.github.com/googleapis/java-mediatranslation/commit/67899015ea1f37bef45c3b890b72547771cab8cf)) ##### [0.2.3](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.2...v0.2.3) (2020-09-23) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#​126](https://www.github.com/googleapis/java-mediatranslation/issues/126)) ([5a267e9](https://www.github.com/googleapis/java-mediatranslation/commit/5a267e9b92a34ea4b1636a56b934ca635793eb31)) ##### [0.2.2](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.1...v0.2.2) (2020-09-21) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#​111](https://www.github.com/googleapis/java-mediatranslation/issues/111)) ([c664870](https://www.github.com/googleapis/java-mediatranslation/commit/c6648703176f8263ed7cd3859c03a08dbc46c53a)) ##### [0.2.1](https://www.github.com/googleapis/java-mediatranslation/compare/v0.2.0...v0.2.1) (2020-08-07) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.2 ([#​94](https://www.github.com/googleapis/java-mediatranslation/issues/94)) ([55bf566](https://www.github.com/googleapis/java-mediatranslation/commit/55bf566596e68069270a0d92e22cea9cfa3d20c9)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.4 ([#​97](https://www.github.com/googleapis/java-mediatranslation/issues/97)) ([1a7f1a8](https://www.github.com/googleapis/java-mediatranslation/commit/1a7f1a8cb60aacd3565a6ff58c0f7a5206d668ef)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.6 ([#​101](https://www.github.com/googleapis/java-mediatranslation/issues/101)) ([3c48809](https://www.github.com/googleapis/java-mediatranslation/commit/3c488093e5b4b0125dd541fd133ca2ca43b6f15a)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…uration to v1.0.22 (#253) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.cloud.samples:shared-configuration | `1.0.21` -> `1.0.22` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.3.1 (#260) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.3.0` -> `0.3.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.3.1`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​031-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev030v031-2021-04-09) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.3.0...v0.3.1) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.3.2 (#273) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.3.1` -> `0.3.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.3.2`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​032-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev031v032-2021-04-23) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.3.1...v0.3.2) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.4.0 (#286) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.3.2` -> `0.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.4.0`](https://togithub.com/googleapis/java-mediatranslation/blob/master/CHANGELOG.md#​040-httpswwwgithubcomgoogleapisjava-mediatranslationcomparev032v040-2021-05-14) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.3.2...v0.4.0) ##### ⚠ BREAKING CHANGES - Remove unsupported fields: recognition_result and alternative_source_language_codes ([#​276](https://togithub.com/googleapis/java-mediatranslation/issues/276)) ##### Bug Fixes - Remove unsupported fields: recognition_result and alternative_source_language_codes ([#​276](https://www.github.com/googleapis/java-mediatranslation/issues/276)) ([d8eceda](https://www.github.com/googleapis/java-mediatranslation/commit/d8eceda8b3654155f5ace4d2c1eac2e73403a6c9)) ##### Documentation - Add more comments for supported audio type ([d8eceda](https://www.github.com/googleapis/java-mediatranslation/commit/d8eceda8b3654155f5ace4d2c1eac2e73403a6c9)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#​283](https://www.github.com/googleapis/java-mediatranslation/issues/283)) ([c4dcc1f](https://www.github.com/googleapis/java-mediatranslation/commit/c4dcc1f198b2242a4e7e1339e5595a3818779fb7)) ##### [0.3.2](https://www.github.com/googleapis/java-mediatranslation/compare/v0.3.1...v0.3.2) (2021-04-23) ##### Bug Fixes - release scripts from issuing overlapping phases ([#​266](https://www.github.com/googleapis/java-mediatranslation/issues/266)) ([a0fd6ed](https://www.github.com/googleapis/java-mediatranslation/commit/a0fd6ed4e0990b17a60df2184d04a66eafbe1824)) - typo ([#​263](https://www.github.com/googleapis/java-mediatranslation/issues/263)) ([89975ac](https://www.github.com/googleapis/java-mediatranslation/commit/89975acfae101e24a396578bd965a54c3ff319c6)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#​267](https://www.github.com/googleapis/java-mediatranslation/issues/267)) ([fe89160](https://www.github.com/googleapis/java-mediatranslation/commit/fe891605dc826353d4ab190ab76fc10a9c6d5854)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#​271](https://www.github.com/googleapis/java-mediatranslation/issues/271)) ([53be708](https://www.github.com/googleapis/java-mediatranslation/commit/53be70814d08bfdb6615ed389827d3942ea6c4ed)) ##### [0.3.1](https://www.github.com/googleapis/java-mediatranslation/compare/v0.3.0...v0.3.1) (2021-04-09) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#​254](https://www.github.com/googleapis/java-mediatranslation/issues/254)) ([ec0fd75](https://www.github.com/googleapis/java-mediatranslation/commit/ec0fd75aa527aaefea976879dda26f3baa1c5f93)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.truth:truth | `1.1.2` -> `1.1.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
…nslation to v0.9.2 (#682) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.9.0` -> `0.9.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My4wIn0=-->
…ator_java versions (#685) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 472750037 Source-Link: googleapis/googleapis@88f2ea3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
…nslation to v0.9.3 (#689) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.9.2` -> `0.9.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-mediatranslation</summary> ### [`v0.9.3`](https://togithub.com/googleapis/java-mediatranslation/blob/HEAD/CHANGELOG.md#​093-httpsgithubcomgoogleapisjava-mediatranslationcomparev092v093-2022-09-08) [Compare Source](https://togithub.com/googleapis/java-mediatranslation/compare/v0.9.2...v0.9.3) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#​686](https://togithub.com/googleapis/java-mediatranslation/issues/686)) ([378e41d](https://togithub.com/googleapis/java-mediatranslation/commit/378e41dbada7e9e05db89640becbab97b9ed5fc9)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
…nslation to v0.9.4 (#694) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.9.3` -> `0.9.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
…nslation to v0.9.5 (#724) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.9.4` -> `0.9.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
…nslation to v0.9.6 (#728) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-mediatranslation](https://togithub.com/googleapis/java-mediatranslation) | `0.9.5` -> `0.9.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
Uh oh!
There was an error while loading. Please reload this page.
| @@ -0,0 +1,50 @@ | |||
| [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | |||
There was a problem hiding this comment.
We need to decide if we want to use this readme and if we want to create sub-directories within the product directory to prepare for future (separate) samples
averikitsch
commented
Nov 1, 2022
2 open questions (go/java-monorepo-migration-faq), should we add a snippets directory? and should we delete the generated readme? I think yes, do you agree? |
@averikitsch I believe those questions have been addressed. Is this PR ready to be merged now? |
Towards internal b/255375738:
Fixes #issue
Guide
pom.xmlparent set to latestshared-configurationmvn clean verifyrequiredmvn -P lint checkstyle:checkrequiredmvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only