Commit graph

44 commits

Author SHA1 Message Date
Google APIs
24be099a87 feat: AST support for CEL comprehensions which iterate over (key, value) tuples within lists and maps with field iter_var2
docs: Updates to Comprehension documentation for `Expr`, `iter_var`, `iter_range`, `loop_condition`, and `loop_step` to reflect usage of `iter_var2`

PiperOrigin-RevId: 656007836
2024-07-25 10:46:16 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
5e6eb76b66 feat: update v1alpha1 CEL syntax protos to include extension tags from cel-spec
docs: automated formatting fixes

PiperOrigin-RevId: 603439044
2024-02-01 11:59:24 -08:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
e6a9ae2f0b refactor: Copy SourcePosition message from v1alpha/syntax.proto to conformance_service.proto
PiperOrigin-RevId: 498255774
2022-12-28 15:06:31 -08:00
Google APIs
d139158036 feat: Introduce an optional_indices field to make it possible to conditionally populate a list element in a list literal
PiperOrigin-RevId: 492445049
2022-12-02 05:29:51 -08:00
Google APIs
bd28cfb5d9 feat: Introduce an optional_entry field to make it possible to conditionally set a map or message field
PiperOrigin-RevId: 475601830
2022-09-20 11:07:11 -07:00
Google APIs
dfd09631f6 docs: fix typo in the comment
PiperOrigin-RevId: 445495510
2022-04-29 13:40:19 -07:00
Google APIs
9679873a51 fix: Update doc comments
fix: Move conformance_service.proto to its own directory to mirror existing go package structure.
feat: Publish an `expr_version` field to track transformations applied during static analysis to the `expr` field within the `CheckedExpr`.

Committer: @TristonianJones
PiperOrigin-RevId: 404145648
2021-10-18 21:08:29 -07:00
Google APIs
cb44b173ba chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
PiperOrigin-RevId: 380020641
2021-06-17 12:37:08 -07:00
Google APIs
060218c3cc chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
9f67f841f4 chore: migrate api/expr to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373491277
2021-05-12 18:36:38 -07:00
Google APIs
45b363d3ab Refactor the CEL protos to reflect their use as cross-language
data representations used within various open source libraries.

There is no CEL Google API per se, and as such any reference to
one has been removed from the proto libraries including the GAPIC
client code generation.

There is a gRPC service defined among the protos which is used for
driving conformance testing in a cross-language compatible manner.

PiperOrigin-RevId: 307642893
2020-04-21 11:16:13 -07:00
Google APIs
c0a072159e chore: delete gapic config for api/expr/v1alpha1/cel
Committer: @miraleung
PiperOrigin-RevId: 306501594
2020-04-14 13:20:41 -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
e26cab8afd expr: add default_host and method_signature annotations to CelService
PiperOrigin-RevId: 291240093
2020-01-23 14:05:04 -08:00
Google APIs
06a840781d Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08:00
Google APIs
bc76ffd873 Use rules_proto bzl files to load proto_library
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922.

This CL was created by adding @rules_proto to the WORKSPACE file and then running:

find . -name BUILD.bazel | \
  while read build; do \
    buildifier --lint=fix --warnings=load $build; \
  done

Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.

PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs
a9589347c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
Google APIs
95c0959449 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276083452
2019-10-22 09:46:06 -07:00
Google APIs
0c0bbaeb69 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
c372c656ae Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272521892
2019-10-02 14:37:40 -07:00
Google APIs
95a9834487 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272006912
2019-09-30 10:05:58 -07:00
Google APIs
db02bc9c10 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 263073419
2019-08-12 22:46:00 -07:00
Google APIs
be480e391c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 259786285
2019-07-24 11:55:04 -07:00
Google APIs
e266a1ca80 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 251556195
2019-06-04 18:10:10 -07:00
Google APIs
6a2f0244d6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249677018
2019-05-23 11:03:47 -07:00
Google APIs
6ea045ad2e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249345152
2019-05-21 16:07:26 -07:00
Google APIs
f86c9531dc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247457584
2019-05-09 10:56:46 -07:00
Google APIs
9497e697af Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247122368
2019-05-07 17:34:22 -07:00
Google APIs
fd67be4b51 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241096997
2019-03-29 20:50:32 -07:00
Google APIs
37386f1ebc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240841842
2019-03-28 13:38:42 -07:00
Google APIs
4d96a08055 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 237832350
2019-03-11 10:39:40 -07:00
Google APIs
219c19f9b8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235606151
2019-02-25 14:45:26 -08:00
Google APIs
c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs
d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs
980cdfa876 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 226065794
2018-12-18 15:00:29 -08:00
Google APIs
efd5555f67 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 218899247
2018-10-31 15:17:00 -07:00
Google APIs
ae909b8271 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217925270
2018-10-19 13:52:27 -07:00
Google APIs
187ee24f3a Synchronize new proto/yaml changes.
PiperOrigin-RevId: 213748999
2018-09-19 21:21:57 -07:00
Google APIs
7457268ee9 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 213664263
2018-09-19 11:37:42 -07:00
Google APIs
f9f72b1ed4 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 213507902
2018-09-18 13:41:43 -07:00
Google APIs
8d2b2fb02c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 213487497
2018-09-18 11:47:00 -07:00
Google APIs
8fe40cc14d Synchronize new proto/yaml changes.
PiperOrigin-RevId: 212560321
2018-09-11 18:13:23 -07:00