This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: removes unneeded protos and files from v1beta1 (#198)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: release gapic-generator-java v0.0.21 with gapic_metadata.json support Committer: @miraleung PiperOrigin-RevId: 358516065 Source-Author: Google APIs <[email protected]> Source-Date: Fri Feb 19 17:43:23 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: af8f71dae961ee036a0ac52a1965270149a6b2c9 Source-Link: googleapis/googleapis@af8f71d * chore: update protobuf v3.15.3 This release makes --experimental_allow_proto3_optional no longer necessary. PiperOrigin-RevId: 359781040 Source-Author: Google APIs <[email protected]> Source-Date: Fri Feb 26 09:59:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: f6dd7e47620566925a4b3f1ce029e74e1b2f2516 Source-Link: googleapis/googleapis@f6dd7e4 * chore: updates copyright on schema/ protos feat!: BREAKING_CHANGE: removes forecasting (time_series_forecasting.proto) from public v1beta1 protos PiperOrigin-RevId: 360235141 Source-Author: Google APIs <[email protected]> Source-Date: Mon Mar 1 11:23:30 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: d1ec8a4330fdc131e49637ed34bb031695a89060 Source-Link: googleapis/googleapis@d1ec8a4 * feat!: BREAKING_CHANGE: removes forecasting (time_series_forecasting.proto) from public v1beta1 protos chore: updates copyright on schema/ protos PiperOrigin-RevId: 360248513 Source-Author: Google APIs <[email protected]> Source-Date: Mon Mar 1 12:18:35 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: a389671476b5fe2b1c63bcc115515a76c273ceba Source-Link: googleapis/googleapis@a389671 * fix: adds exceptions to clirr ignore rule for v1beta1 * fix: clirr try 2 * fix: more clirr fixes * fix: more clirr fixes * fix: more clirr * fix: more clirr Co-authored-by: Neenu Shaji <[email protected]> Co-authored-by: Eric Schmidt <[email protected]>
- Loading branch information
1 parent
43ec06b
commit 5c0de9f
Showing
110 changed files
with
1,465 additions
and
19,628 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
proto-google-cloud-aiplatform-v1/clirr-ignored-differences.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<!-- TODO: remove after next major version is released --> | ||
<differences> | ||
<difference> | ||
<className> | ||
com/google/cloud/aiplatform/v1/*OrBuilder | ||
</className> | ||
<differenceType>7012</differenceType> | ||
<method>* has*()</method> | ||
</difference> | ||
<difference> | ||
<className> | ||
com/google/cloud/aiplatform/v1/schema/trainingjob/definition/*OrBuilder | ||
</className> | ||
<differenceType>7012</differenceType> | ||
<method>* has*()</method> | ||
</difference> | ||
</differences> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.