Google APIs
160f80d81d
chore: Make microgenerators default for all languages
...
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.
Also change Ads BAZEL template to reflect the change in default rule names.
Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).
PiperOrigin-RevId: 346227314
2020-12-07 18:51:08 -08:00
Google APIs
b8b2f8c288
chore: update gapic-generator-java to 0.0.8
...
Committer: @miraleung
PiperOrigin-RevId: 346126713
2020-12-07 11:16:14 -08:00
Google APIs
16dd59787d
chore: fixing syntax error in the GAPIC metadata JSON file
...
Use gapic-generator-typescript v1.2.8.
Committer: @alexander-fenster
PiperOrigin-RevId: 345712055
2020-12-04 10:55:15 -08:00
Google APIs
7be2c821dd
fix: Update gapic-generator-java to 0.0.7
...
Committer: @miraleung
PiperOrigin-RevId: 345476969
2020-12-03 10:08:24 -08:00
Google APIs
539f0d44c8
chore: proper format of gapic_metadata.json
...
Updated gapic-generator-typescript to v1.2.7.
Committer: @alexander-fenster
PiperOrigin-RevId: 345358447
2020-12-02 18:55:15 -08:00
Google APIs
c1cef1acd2
fix: Update gapic-generator-java to 0.0.5
...
Committer: @miraleung
PiperOrigin-RevId: 345340557
2020-12-02 16:48:50 -08:00
Google APIs
a631db89eb
fix: Update gapic-generator-java to 0.0.4
...
Committer: @miraleung
PiperOrigin-RevId: 344839958
2020-11-30 10:49:57 -08:00
Google APIs
ebdbe9ab53
fix: Update gapic-generator-java to 0.0.3
...
Committer: @miraleung
PiperOrigin-RevId: 344172074
2020-11-24 19:19:12 -08:00
Google APIs
103cb3af89
fix: Update gapic-generator-java to 0.0.2
...
Committer: @miraleung
PiperOrigin-RevId: 344119067
2020-11-24 13:16:46 -08:00
Google APIs
2f019bf70b
build: use gapic-generator-typescript v1.2.6
...
Committer: @alexander-fenster
PiperOrigin-RevId: 343202295
2020-11-18 18:55:55 -08:00
Google APIs
5587028631
fix: mark window as global for linter
...
Use gapic-generator-typescript v1.2.5.
Committer: @alexander-fenster
PiperOrigin-RevId: 343187793
2020-11-18 17:11:12 -08:00
Google APIs
2cda8d285b
fix: use optional chaining for window.fetch feature detection
...
Use gapic-generator-typescript v1.2.4.
Committer: @alexander-fenster
PiperOrigin-RevId: 343136730
2020-11-18 12:50:11 -08:00
Google APIs
3f87da2ed1
fix: Update gapic-generator-java to 0.0.1
...
Committer: @miraleung
PiperOrigin-RevId: 343022252
2020-11-17 23:39:38 -08:00
Google APIs
c979fbeb80
fix: linting, updated jsdoc blocks
...
Use gapic-generator-typescript v1.2.3.
PiperOrigin-RevId: 342976840
2020-11-17 17:04:42 -08:00
Google APIs
5fdb685a68
chore: update gapic-generator to v2.8.0
...
PiperOrigin-RevId: 342906697
2020-11-17 11:28:44 -08:00
Google APIs
c6b1c72942
fix: better fallback feature detection, jsdoc update
...
Use gapic-generator-typescript v1.2.2.
PiperOrigin-RevId: 342778480
2020-11-16 20:22:29 -08:00
Google APIs
b759c563ba
fix: do not modify options object, use defaultScopes
...
docs: regenerated jsdoc comments with examples
build: use gapic-generator-typescript v1.2.1
Note: these change require google-gax "^2.9.2". @alexander-fenster will make sure the google-gax version is bumped across libraries.
PiperOrigin-RevId: 341102751
2020-11-06 12:57:32 -08:00
Google APIs
24fb9e5d1f
chore(bazel): update rules_go v0.24.5
...
PiperOrigin-RevId: 339381689
2020-10-27 19:59:55 -07:00
Google APIs
07d41a7e5c
chore: upgrade to gapic-generator 0.35.9
...
PiperOrigin-RevId: 339292950
2020-10-27 11:33:23 -07:00
Google APIs
20b11dfe45
chore: update grpc dependency to v1.33.1
...
PiperOrigin-RevId: 338646463
2020-10-23 03:57:49 -07:00
Google APIs
4b34a08694
chore: upgrade to gapic-generator-python 0.35.6
...
PiperOrigin-RevId: 338489505
2020-10-22 09:36:51 -07:00
Google APIs
c7331b75b0
chore: upgrade to gapic-generator-python 0.35.6
...
PiperOrigin-RevId: 338157137
2020-10-20 16:09:14 -07:00
Google APIs
d6f5ad878c
chore: update gapic-generator to v2.6.2
...
PiperOrigin-RevId: 337925389
2020-10-19 13:49:26 -07:00
Google APIs
9db36e1646
chore(bazel): update bazel gazelle to v0.22.2.
...
PiperOrigin-RevId: 337575842
2020-10-16 14:14:54 -07:00
Google APIs
062f46f246
chore: update gapic-generator-go to v0.15.2
...
Changes include:
- bazel: utilize WKT for some Go deps
- gapic: add `module` plugin option - not for bazel
- updated Go & bazel dependencies
PiperOrigin-RevId: 337404700
2020-10-15 16:27:11 -07:00
Google APIs
3a935fab75
Bump gapic-generator to 2.6.1.
...
- Fix a scenario where generator attempts to assign a string to an integer in tests by using a separate value generator in test generation
PiperOrigin-RevId: 336931287
2020-10-13 12:29:54 -07:00
Google APIs
e72c6d2631
fix: Update gapic-generator to 2.6.0
...
Committer: @miraleung
PiperOrigin-RevId: 336892742
2020-10-13 09:33:16 -07:00
Google APIs
62a8f17878
build: use gapic-generator v2.5.0.
...
PiperOrigin-RevId: 335053173
2020-10-02 10:31:52 -07:00
Google APIs
714c619b7d
fix: Update gax-java to 1.59.0
...
Committer: @miraleung
PiperOrigin-RevId: 334829155
2020-10-01 09:26:45 -07:00
Google APIs
f446e123bc
feat: add Java microgen rules to imports
...
Committer: @miraleung
PiperOrigin-RevId: 334248254
2020-09-28 15:16:43 -07:00
Google APIs
e7375a91e7
GA launch for PersonDetection and FaceDetection features.
...
PiperOrigin-RevId: 334093713
2020-09-27 23:51:31 -07:00
Mira Leung
f7eb0a5b4d
fix: update gapic-generator-java hash
2020-09-25 17:46:14 -07:00
Mira Leung
e06a4c4fcf
Merge branch 'master' into miraleung-patch-1
2020-09-23 16:37:45 -07:00
Mira Leung
11ad24f377
fix: repo path
2020-09-23 16:34:34 -07:00
Mira Leung
3737889daf
fix: naming style updates
2020-09-23 16:33:18 -07:00
Google APIs
7e377ce8f0
chore: use gapic-generator-python 0.33.6
...
PiperOrigin-RevId: 333323660
2020-09-23 10:41:44 -07:00
Google APIs
3dbeac0d54
Update gapic-generator-python pin to 0.33.4
...
PiperOrigin-RevId: 333159182
2020-09-22 14:23:29 -07:00
Mira Leung
63c4bbc2b3
fix: add microgenerator to WORKSPACE
2020-09-21 18:14:55 -07:00
Google APIs
a07206ef5b
feat: Use C# micro-generator v1.3.1
...
PiperOrigin-RevId: 332074649
2020-09-16 13:24:05 -07:00
Google APIs
b821f32047
feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
...
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs
6a18a3c50f
chore: update python microgen version to 0.33.0
...
PiperOrigin-RevId: 331031262
2020-09-10 15:35:46 -07:00
Google APIs
88d4f10bbe
chore(bazel): update gapic-generator to v2.4.6
...
Changes include:
- a fix for using reroute_to_grpc_interface when generating with grpc_service_config
PiperOrigin-RevId: 329771412
2020-09-02 13:02:18 -07:00
Google APIs
b267d696cd
build: use gapic-generator-typescript v1.1.0.
...
In this release, the naming conflict resolver is introduced.
No changes are expected to the existing libraries, but please talk to @alexander-fenster if you see anything broken.
PiperOrigin-RevId: 328987468
2020-08-28 12:25:32 -07:00
Google APIs
da1d1c4e08
bazel: update Go gapic generator
...
Notable changes in the generator include:
- generation of default deadlines from retry/timeout config
PiperOrigin-RevId: 328816276
2020-08-27 14:26:06 -07:00
Google APIs
1a97126c6c
fix: update gax-java to 1.58.2
...
Committer: @miraleung
PiperOrigin-RevId: 328383688
2020-08-25 12:43:43 -07:00
Google APIs
f75a734e2c
chore: upgrade gapic-generator-python to 0.32.2
...
PiperOrigin-RevId: 328157915
2020-08-24 10:05:15 -07:00
Google APIs
18ffeb71f9
Updates the gapic-generator-ruby import to the latest version using bundler.
...
PiperOrigin-RevId: 327261444
2020-08-18 10:52:01 -07:00
Google APIs
09c2579cfa
chore: upgrade to gapic-generator-python 0.32.0
...
PiperOrigin-RevId: 327246996
2020-08-18 09:49:09 -07:00
Google APIs
0dc0a6c0f1
Update protobuf workspace dependency to v3.13.0.
...
PiperOrigin-RevId: 327026955
2020-08-17 08:40:59 -07:00
Google APIs
874846a191
build: use gapic-generator-typescript v1.0.8
...
This patch release contains a small fix for batching functionality and will only affect nodejs-logging and nodejs-pubsub client libraries.
PiperOrigin-RevId: 326288259
2020-08-12 12:34:46 -07:00