Google APIs
db69b46790
Update protobuf and gapic-generator-csharp versions.
...
PiperOrigin-RevId: 320411362
2020-07-09 09:27:15 -07:00
Google APIs
ad486bc980
upgrade python microgenerator to 0.26.3
...
PiperOrigin-RevId: 320253786
2020-07-08 13:33:22 -07:00
Google APIs
2c8f524b81
build: update gapic-generator-typescript to v1.0.4.
...
This build fixes Bazel dependency issues related to protobuf.js dependency.
PiperOrigin-RevId: 320102248
2020-07-07 18:25:18 -07:00
Google APIs
8c85e06916
chore: use gapic-generator-python v0.26.0
...
PiperOrigin-RevId: 319910951
2020-07-06 20:48:23 -07:00
Google APIs
a758393a3f
Updating the googleapis and googleapis_private to use the 2.4.0 gapic-generator, which includes the following changes:
...
Features
add opt_file_args to pass the file arguments to the protoc plugin(cce9967)
Bug Fixes
deps: update dependency mocha to v8
deps: update dependency puppeteer to v4
PiperOrigin-RevId: 319296039
2020-07-01 14:22:34 -07:00
Google APIs
cbf322455c
chore: use gapic-generator-typescript v1.0.3.
...
This version of the generator includes a fix to make plugin parameters work properly: https://github.com/googleapis/gapic-generator-typescript/pull/574
PiperOrigin-RevId: 318086414
2020-06-24 10:05:48 -07:00
Google APIs
b882b8e6bf
Updates to build Google Ads API build files.
...
PiperOrigin-RevId: 318028816
2020-06-24 02:33:14 -07:00
Google APIs
927ff51dcf
chore: update gapic-generator to v2.3.0.
...
New generator feature: preserve some values when regenerating BUILD.bazel.
More information: https://github.com/googleapis/gapic-generator/pull/3237
PiperOrigin-RevId: 317983262
2020-06-23 19:04:23 -07:00
Google APIs
7157f95527
chore: update grpc to v1.30.0
...
PiperOrigin-RevId: 317949519
2020-06-23 15:23:01 -07:00
Google APIs
4dfcfdc486
fix: use gapic-generator-python v0.25.2
...
PiperOrigin-RevId: 317905911
2020-06-23 11:25:43 -07:00
Google APIs
6bb49713fa
Update Bazel workspace hash for gax-java and the resource name plugin.
...
Committer: @miraleung
PiperOrigin-RevId: 317684463
2020-06-22 10:37:41 -07:00
Google APIs
ff1b4ff2cf
feat: update version of gapic-generator-python used in Bazel rule
...
PiperOrigin-RevId: 317199748
2020-06-18 16:01:56 -07:00
Google APIs
8cbfef5dd6
chore: update gapic-generator to v2.2.0
...
changes include:
- build_gen includes grpc_service_conig attr for all languages
PiperOrigin-RevId: 316487751
2020-06-15 10:02:45 -07:00
Google APIs
184661793f
fix: use protoc-docs-plugin 0.8.0
...
Fixes issue with missing newline before 'Attributes' in Python docstrings.
PiperOrigin-RevId: 316182409
2020-06-12 14:52:43 -07:00
Google APIs
0fb2fbf04f
chore: update gapic-generator to v2.1.0
...
changes include:
- add proto3_optional flag to proto_custom_library
- update gax-java dependency version
PiperOrigin-RevId: 315402995
2020-06-08 19:31:29 -07:00
Google APIs
68c72c1d1f
Use gapic-generator-typescript v1.0.0 for TypeScript libraries continuous integration.
...
PiperOrigin-RevId: 314855665
2020-06-04 20:29:46 -07:00
Google APIs
3a4894c4f0
chore: update gapic-generator and go microgen
...
changes include:
- build_gen: go lro gapic used as dep
- go_gapic_library: fixes shading of go_library importpath
PiperOrigin-RevId: 314363155
2020-06-02 10:56:49 -07:00
Google APIs
19541c49df
chore: update gapic-generator to v2.0.2
...
changes include:
- fix grpc_service_config generated timeout settings
- feat(Java): read version from gradle.properties if specified
- nodejs build_gen uses grpc_service_config instead of gapic_yaml
- gapic-generator ignore grpc_service_config unless using gapic_v2
- build_gen use None instead of "" when grpc_service_config is not present
PiperOrigin-RevId: 314159797
2020-06-01 10:50:22 -07:00
Google APIs
c4e37010d7
bazel: update protobuf, rules_go, gazelle, and gapic-generator-go versions
...
- protobuf v3.12.1
- rules_go v0.23.0
- gazelle v0.21.0
- gapic-generator-go v0.14.1
PiperOrigin-RevId: 313460921
2020-05-27 14:10:51 -07:00
Google APIs
cd43cbb44d
feat: use https://github.com/googleapis/gapic-generator-typescript for generating Node.js (TypeScript) libraries.
...
It's a drop-in replacement, it uses the same rules as the monolithic generator used.
PiperOrigin-RevId: 312788012
2020-05-21 20:24:47 -07:00
Google APIs
dec3204175
Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings.
...
PiperOrigin-RevId: 312689208
2020-05-21 10:01:21 -07:00
Google APIs
c8e291e6a4
bazel: update gapic-generator hash
...
Changes include:
- fix: handle wildcard parent patterns
Committer: @miraleung
PiperOrigin-RevId: 311222505
2020-05-12 16:13:17 -07:00
Google APIs
edd3b80fb7
bazel: update gapic-generator hash
...
Changes include:
- build_gen: inject longrunning Go GAPIC remote dep instead of target
PiperOrigin-RevId: 311053644
2020-05-11 21:07:06 -07:00
Google APIs
aed11c01e5
chore: Ingegrate latest gapic-generator and gapic-generator-python changes.
...
This adds support for `<plugin>_opt` argument for gapic plugins.
PiperOrigin-RevId: 310660461
2020-05-08 17:40:37 -07:00
Google APIs
e0f9d9e1f9
Integrate Python GAPIC Microgenerator in googleapis.
...
This PR uses using documentai as an example.
Depends on https://github.com/googleapis/gapic-generator-python/pull/402
PiperOrigin-RevId: 309824146
2020-05-04 15:07:15 -07:00
Google APIs
28e76243c2
feat: integrate gapic generator change in googleapis
...
PiperOrigin-RevId: 308294748
2020-04-24 11:44:45 -07:00
Google APIs
0d7c3565dd
bazel: update gapic-generator-go to v0.13.3 in WORKSPACE
...
Changes include:
- change plugin use of Unmarshal to be compatible with golang/protobuf v1.4.0
PiperOrigin-RevId: 308113536
2020-04-23 13:08:12 -07:00
Google APIs
862cd840db
chore: Update gapic-generator version
...
The updated version is required to migrate Python clients generation from artman to bazel.
PiperOrigin-RevId: 307739946
2020-04-21 21:17:00 -07:00
Google APIs
f561f57eea
bazel: upgrade gapic-generator-go to v0.13.2
...
Changes include:
* update Bazel rules_go to v0.22.3
* update Bazel Go repositories with latest
* fix Bazel go_gapic_assembly_pkg archive contents path
PiperOrigin-RevId: 306294636
2020-04-13 13:13:14 -07:00
Google APIs
ee4ea76504
gapic-generator:
...
- feat: Support extra plugin_args for php bazel rules rules (#3165 )
- feat: support '*' in resource definition (#3163 )
- fix: add null check and better error message when referenced resource is not found (#3169 )
resource name plugin:
- support * annotation in resource def (#84 )
PiperOrigin-RevId: 305619145
2020-04-08 22:02:48 -07:00
Google APIs
5520cb891a
chore: update gapic-generator to cd3c9ee7
...
Changes include:
* update generated nox file
* fix generated license text alignment
PiperOrigin-RevId: 305484038
2020-04-08 08:40:48 -07:00
Google APIs
54ddbbf14c
bazel: update gapic-generator-go to v0.13.0
...
Changes include:
* add clientHook feature
PiperOrigin-RevId: 305289945
2020-04-07 10:38:13 -07:00
Google APIs
2ee8c4d06d
chore(deps): Update gax-java dependency
...
This is to integrate java11 incompatibility fix
PiperOrigin-RevId: 304032057
2020-03-31 13:17:15 -07:00
Google APIs
690f4d6344
chore: use the latest protoc-java-resource-name-plugin in third_party/googleapis WORKSPACE.
...
- trace up only one level when calculating parent types with singleton resource names
PiperOrigin-RevId: 304007414
2020-03-31 11:23:49 -07:00
Google APIs
00f0a285f2
fix: Integerate gapic-generator java_gapic rules Java11 fix
...
PiperOrigin-RevId: 303899179
2020-03-30 23:01:10 -07:00
Google APIs
f260ba248d
chore: use the latest gapic-generator in googleapis WORKSPACE.
...
- PHP multi-pattern resource name support.
- Trace up only one level when calculating parent types with singleton resource names
PiperOrigin-RevId: 303836059
2020-03-30 15:29:45 -07:00
Google APIs
7be2811ad1
fix: Update gapic-generator version to pickup discogapic fixes
...
PiperOrigin-RevId: 303545940
2020-03-28 17:26:08 -07:00
Google APIs
8bea81bfa4
chore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.
...
new commits:
- fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79 )
committer: @hzyi-google
PiperOrigin-RevId: 303197602
2020-03-26 14:44:55 -07:00
Google APIs
65816afa71
bazel: update gapic-generator-go to v0.12.5 and gapic-generator hash
...
Changes to gapic-generator-go include:
* feat: strip invalid link references in comments
* chore: updating Go deps in bazel repositories
Changes to gapic-generator include:
* fix: bazel go build gen check for cloud in proto pkg name
* Revert "feat: allow static substitution for group name"
PiperOrigin-RevId: 303150338
2020-03-26 11:00:49 -07:00
Google APIs
25a1781c09
bazel: migrate all go_gapic_library targets to microgenerator implementation
...
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)
PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs
c8c8c0bd15
chore: use latest gapic-generator in bazel WORKSPACE.
...
including the following commits from gapic-generator:
- feat: take source protos in all sub-packages (#3144 )
PiperOrigin-RevId: 301843591
2020-03-19 10:25:53 -07:00
Google APIs
0e9f1f60de
bazel: Use latest release of gax_java
...
PiperOrigin-RevId: 301480457
2020-03-17 16:44:32 -07:00
Google APIs
5d8bffe87c
feat: use the latest gapic-generator in WORKSPACE for bazel build.
...
PiperOrigin-RevId: 300461878
2020-03-11 19:54:25 -07:00
Google APIs
7727af0e39
feat: use the latest gapic-generator and protoc-java-resource-name-plugin in googleapis/WORKSPACE.
...
PiperOrigin-RevId: 300188410
2020-03-10 15:15:32 -07:00
Google APIs
91e1fb5ef9
chore: update protobuf (protoc) version to 3.11.2
...
PiperOrigin-RevId: 299404145
2020-03-06 12:00:06 -08:00
Google APIs
6de6e938b7
chore: use the latest gapic-generator and protoc-java-resource-name-plugin in Bazel workspace.
...
PiperOrigin-RevId: 298474513
2020-03-02 16:21:38 -08:00
Google APIs
0b1876b35e
Use an older version of protoc-docs-plugin that is compatible with the specified gapic-generator and protobuf versions.
...
protoc-docs-plugin >=0.4.0 (see commit 979f03ede6 ) is incompatible with protobuf 3.9.1.
PiperOrigin-RevId: 296986742
2020-02-24 15:29:23 -08:00
Google APIs
e7d8a694f4
Depend on the latest gapic-generator and resource names plugin.
...
This fixes the very old an very annoying bug: https://github.com/googleapis/gapic-generator/pull/3087
PiperOrigin-RevId: 293903652
2020-02-07 15:18:00 -08:00
Google APIs
9933347c1f
bazel:Integrate latest protoc-java-resource-names-plugin changes (fix for PyYAML dependency in bazel rules)
...
PiperOrigin-RevId: 292376626
2020-01-30 10:33:15 -08:00
Google APIs
b491d07cad
Revert accidental local_repository change
...
PiperOrigin-RevId: 292245373
2020-01-29 16:47:10 -08:00