Commit graph

13 commits

Author SHA1 Message Date
Google APIs
6e4f2a51f7 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: 823187922
2025-10-23 14:25:43 -07:00
Google APIs
ada88fe880 chore(python): include *.proto files in //gapic/metadata:metadata-py
chore(python): include *.proto files in //google/api:api-py
chore(python): include *.proto files in //google/cloud:extended-operations-py
chore(python): include *.proto files in //google/cloud/location:location-py
chore(python): include *.proto files in //google/logging/type:logging-type-py
chore(python): include *.proto files in //google/longrunning:operations-py
chore(python): include *.proto files in //google/rpc:rpc-py
chore(python): include *.proto files in //google/rpc/context:rpc-context-py
chore(python): include *.proto files in //google/type:type-py

PiperOrigin-RevId: 733643032
2025-03-05 02:06:11 -08:00
Google APIs
902a7aa56d chore(python): Add build rule for //google/cloud:extended-operations-py to prepare for release
PiperOrigin-RevId: 706771978
2024-12-16 11:18:16 -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
7c81ebfb02 chore: configure common protos for PHP
PiperOrigin-RevId: 523180955
2023-04-10 12:19:07 -07:00
Google APIs
8a251f5225 feat: Enable REST transport for most of Java and Go clients
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
b21a21e02d chore: generate java files for google/api
chore: generate java files for google/cloud/audit
chore: generate java files for google/geo/type
chore: generate java files for google/logging/type
chore: generate java files for google/longrunning
chore: generate java files for google/rpc
chore: generate java files for google/rpc/context
chore: generate java files for google/type
chore: generate java files for google/cloud

PiperOrigin-RevId: 411585075
2021-11-22 09:58:22 -08:00
Google APIs
061db160ed chore: Add build langauge-specific targets for extended_operations.proto
PiperOrigin-RevId: 392508615
2021-08-23 13:37:47 -07:00
Google APIs
a5b180f2f9 chore: Add extended_operations_proto target
PiperOrigin-RevId: 392460858
2021-08-23 10:16:52 -07: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