Commit graph

6 commits

Author SHA1 Message Date
Google APIs
d03cc13314 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 765227853
2025-05-30 09:45:36 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08: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
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
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