Commit graph

25 commits

Author SHA1 Message Date
Google APIs
c1c2f3e01e 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: 816273595
2025-10-07 10:28:32 -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
b3fbe472cc chore(python): Add build rule for //google/iam/v1:iam-v1-py to prepare for release
chore(python): Add build rule for //google/iam/v1/logging:audit-data-py to prepare for release

PiperOrigin-RevId: 711408898
2025-01-02 06:36:47 -08:00
Google APIs
a9f403aceb chore: Add java_gapic_assembly_gradle_pkg rule for google/iam/v1/logging/BUILD.bazel
PiperOrigin-RevId: 645058784
2024-06-20 09:26:13 -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
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
03fdbf4602 chore: update Go IAM proto package
PiperOrigin-RevId: 523724557
2023-04-12 09:39: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
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
cfa1b3782d chore: remove unused proto imports
PiperOrigin-RevId: 468735472
2022-08-19 10:41:57 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
eddd3d845b feat: add C++ rules for many Cloud services
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00
Google APIs
a28855add3 chore: add Python library generation rules for logging protos
* google.appengine.logging.v1.request_log_pb
* google.cloud.bigquery.logging.v1.audit_data
* google.iam.v1.logging.audit_data

Committer: @busunkim96
PiperOrigin-RevId: 375805064
2021-05-25 15:08:48 -07:00
Google APIs
6c35ede4fe feat: Adds AuditData proto used in IAM logging.
PiperOrigin-RevId: 320175744
2020-07-08 06:27:17 -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
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
eae7fe03e6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 236171707
2019-02-28 12:18:56 -08:00
Google APIs
c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs
b7a1d68ea3 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 222302153
2018-11-20 13:58:28 -08:00
Google APIs
3afba2fd06 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217582979
2018-10-17 14:01:58 -07:00
Google APIs
a56dc4ee7f Synchronize new proto changes. 2017-08-31 18:08:59 -07:00