Commit graph

9 commits

Author SHA1 Message Date
Google APIs
6a66cdb58d chore: migrate identity/accesscontextmanager to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373492050
2021-05-12 18:46:57 -07:00
Google APIs
e7d77d65f0 fix: specify valid go_package option
The explicitly specified package name is invalid since it identical
to one of the keywords in Go (e.g., "package" or "type").
Remove explicitly specifying the name, which will cause protoc-gen-go
to derive the package name from the last path segment.
If the name is not valid, it will automatically sanitize it
to produce a valid package identifier (e.g., "_package" or "_type").

Committer: @dsnet
PiperOrigin-RevId: 370589666
2021-04-26 19:03:19 -07:00
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
9f00677232 chore: migrate accesscontextmanager to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345300603
2020-12-02 13:29:23 -08:00
Google APIs
aba342359b chore: add java assembly target for accesscontextmanager BUILD.bazel
PiperOrigin-RevId: 304207684
2020-04-01 10:04:25 -07:00
Google APIs
d8c5da9a94 Populate BAZEL.build files for AccessContextManager.
PiperOrigin-RevId: 303526825
2020-03-28 12:53:32 -07:00
Google APIs
55fa441c9d Add proto definition for AccessLevel, AccessPolicy, and ServicePerimeter.
PiperOrigin-RevId: 301620844
2020-03-18 10:46:16 -07:00
Google APIs
2eebba5d04 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 268721455
2019-09-12 11:00:36 -07:00
Google APIs
0b6f19d55d Synchronize new proto/yaml changes.
PiperOrigin-RevId: 268575073
2019-09-11 17:05:31 -07:00