Google APIs
42ba7e6302
chore(deps): Update gapic-generator-java to 2.15.3
...
PiperOrigin-RevId: 516900470
2 years ago
Google APIs
b5b457107d
fix: Add service_yaml_parameters to `java_gapic_library` targets
...
PiperOrigin-RevId: 515423972
2 years ago
Google APIs
be1bdffd89
feat: Support REST transport
...
PiperOrigin-RevId: 514827824
2 years ago
Google APIs
c35b98606b
feat: Add appropriate mixin clients
...
PiperOrigin-RevId: 510193779
2 years ago
Google APIs
5edc235617
fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
...
PiperOrigin-RevId: 510187992
2 years ago
Google APIs
30d54a7481
build: add Bazel dependency on google/protobuf/empty.proto
...
PiperOrigin-RevId: 508444163
2 years ago
Google APIs
7a702a989d
feat: enable "rest" transport in Python for services supporting numeric enums
...
PiperOrigin-RevId: 508143576
2 years ago
Google APIs
d02e58244d
chore: update import paths for Go targets to match open source location
...
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets
PiperOrigin-RevId: 506711567
2 years ago
Google APIs
95327f5a43
feat(csharp): Enable REST transport in C#
...
This change does not affect other languages.
PiperOrigin-RevId: 502805862
2 years ago
Google APIs
44fdfc1627
chore(bazel): update rules_gapic to v0.19.2
...
chore(bazel): update gapic-generator-go to v0.33.5
chore(bazel): refactor Go longrunning submodule dependency
PiperOrigin-RevId: 493899901
2 years ago
Google APIs
758f0d1217
chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
...
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2 years ago
Google APIs
013b7e1deb
chore: Set `transport` parameter expclicitly for php, nodejs and remaining java gapic rules
...
PiperOrigin-RevId: 485725710
2 years ago
Google APIs
807125e795
chore: Set `rest_numeric_enums = False` for all gapic rules explicitly
...
PiperOrigin-RevId: 485623855
2 years ago
Google APIs
8f81accbe6
chore: Explicitly set transport to grpc for python targets
...
PiperOrigin-RevId: 474394710
3 years ago
Google APIs
abe15226ba
fix: Add py_test targets
...
PiperOrigin-RevId: 463701296
3 years ago
Google APIs
8a251f5225
feat: Enable REST transport for most of Java and Go clients
...
PiperOrigin-RevId: 456641589
3 years ago
Google APIs
d42026b7a0
chore: include generated samples dir
...
PiperOrigin-RevId: 454047209
3 years ago
Google APIs
7bc124cb89
chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
...
PiperOrigin-RevId: 429496116
3 years ago
Google APIs
eddd3d845b
feat: add C++ rules for many Cloud services
...
PiperOrigin-RevId: 411620635
3 years ago
Google APIs
90eb04f0bf
chore: update package name for npm data-fusion
...
PiperOrigin-RevId: 401044637
3 years ago
Google APIs
90f4259a63
chore(ruby): Fill out Ruby generator options for datafusion, filestore, and networkmanagement
...
PiperOrigin-RevId: 385796337
4 years ago
Google APIs
ac5d013075
chore: Update datafusion v1 BUILD.bazel for python
...
PiperOrigin-RevId: 382891238
4 years ago
Google APIs
6797726dcf
feat: Data Fusion public protos
...
Committer: @alexander-fenster
PiperOrigin-RevId: 382167046
4 years ago
Google APIs
b6b4b89cae
fix: add dependencies for google/cloud/gkehub
...
Committer: @parthea
PiperOrigin-RevId: 381971413
4 years ago
Google APIs
3bd91d545c
feat: added v1alpha messages and client for gkehub
...
Clients can now target the v1alpha GKE Hub API to interact with Feature
resources.
PiperOrigin-RevId: 381332895
4 years ago
Google APIs
cb44b173ba
chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
...
PiperOrigin-RevId: 380020641
4 years ago
Google APIs
060218c3cc
chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
...
Committer: @miraleung
PiperOrigin-RevId: 377518010
4 years ago
Google APIs
3c22d0e8fd
chore: migrate gkehub to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 365161424
4 years ago
Google APIs
68122a0082
feat: IntroduceMembership API v1alpha2 proto
...
PiperOrigin-RevId: 350654259
4 years ago
Google APIs
48fa7512d3
feat: public protos for API Gateway API
...
PiperOrigin-RevId: 347907714
4 years ago
Google APIs
af7903d2fb
Cloud Billing Budget API v1alpha1
...
Add support for subaccounts and labels filter fields.
PiperOrigin-RevId: 313202970
5 years ago
Google APIs
0cc6c146b6
Cloud Billing Budget API v1alpha1
...
Modified api documentation to include warnings about the new filter field.
PiperOrigin-RevId: 301630018
5 years ago
Google APIs
06a840781d
Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
...
PiperOrigin-RevId: 282449910
5 years ago
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
5 years ago
Google APIs
a9589347c8
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 276110444
5 years ago
Google APIs
95c0959449
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 276083452
5 years ago
Google APIs
0c0bbaeb69
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274037944
6 years ago
Google APIs
6a2f0244d6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249677018
6 years ago
Google APIs
6ea045ad2e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249345152
6 years ago
Google APIs
c1e4972ef6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 232765627
6 years ago
Google APIs
b7a1d68ea3
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 222302153
6 years ago
Google APIs
bab91dd4db
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 220858308
6 years ago
Google APIs
3afba2fd06
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 217582979
6 years ago