Google APIs
eba3897fff
Add cc_proto_library and cc_grpc_library targets for Spanner and IAM protos.
...
PiperOrigin-RevId: 291988651
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
3ba7ddc4b2
fix: Shift Ruby and PHP to legacy GAPIC YAMLs for back-compat.
...
Committer: @lukesneeringer
PiperOrigin-RevId: 281852671
5 years ago
Google APIs
f6808ff4e8
Rename the `endpoint_urls` field to `endpoint_uris` to be consistent with
...
Google API nomenclature.
PiperOrigin-RevId: 280581337
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
675de3dc9a
Add an endpoint_urls field to the instance admin proto and adds a field_mask field to the GetInstanceRequest.
...
PiperOrigin-RevId: 279982263
5 years ago
Google APIs
a34950f968
Fix bazel build.
...
Update gapic-generator and protoc-java-resource-name plugin dependencies to the latest versions.
The following clients remain broken because of bugs in gapic-generator and/or corresponding configs
google/cloud/iot/v1
google/cloud/oslogin/v1
google/spanner/admin/instance/v1
google/cloud/oslogin/v1
PiperOrigin-RevId: 279171061
5 years ago
Google APIs
5691fcb7c1
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 278731899
5 years ago
Google APIs
aac770126e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 278016738
5 years ago
Google APIs
b21f962900
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 277750396
5 years ago
Google APIs
93661a2404
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 277748718
5 years ago
Google APIs
c0e494ca95
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 277673798
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
cc233544aa
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 254006159
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
f86c9531dc
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 247457584
6 years ago
Google APIs
9497e697af
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 247122368
6 years ago
Google APIs
fd67be4b51
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 241096997
6 years ago
Google APIs
37386f1ebc
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 240841842
6 years ago
Google APIs
58ac03353c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 235605853
6 years ago
Google APIs
c1e4972ef6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 232765627
6 years ago
Google APIs
d16dcddcb8
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 228927812
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
78f10b203d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 213457495
7 years ago
Google APIs
3ab16d753d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 206075890
7 years ago
Google APIs
a6c0a3230c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 206055570
7 years ago
Google APIs
571ec421ab
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 200526230
7 years ago
Google APIs
171af671d8
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 196299071
7 years ago
Google APIs
a77d1b828d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 196298865
7 years ago
Google APIs
a5efe34f9c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 189756367
7 years ago
Google APIs
760fd353ca
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 187009998
7 years ago
Google APIs
926a83eeb8
Synchronize new proto changes.
7 years ago
Google APIs
95496dc69e
Synchronize new proto changes.
7 years ago
Google APIs
110a30ece2
Synchronize new proto changes.
7 years ago
Google APIs
a2073c1556
Synchronize new proto changes.
8 years ago
Google APIs
a4a12516d6
Synchronize new proto changes.
8 years ago
Ernest Landrito
237b593750
Python: Change package paths ( #428 )
8 years ago
Vadym Matsishevskyi
18711f5ab0
Add support for new Long Running Operation implementation in Java ( #382 )
...
Set default LRO configuration values as follows:
initial_poll_delay_millis: 20000
poll_delay_multiplier: 1.5
max_poll_delay_millis: 45000
total_poll_timeout_millis: 86400000
8 years ago
Garrett Jones
e8de333d39
Java: Removing .spi from package names ( #374 )
8 years ago
Jon Skeet
e6f2d2b99e
Remove retry for UNAVAILABLE on non-idempotent calls
...
Implemented by executing the following command:
find . -name '*_gapic.yaml' | xargs perl -i -p0e 's/- name: non_idempotent\n retry_codes:\n - UNAVAILABLE */- name: non_idempotent\n retry_codes: \[\]/g'
8 years ago
Chris Bacon
489508cb98
Fix error in spanner admin database gapic yaml ( #292 )
8 years ago
Chris Bacon
affaa1de63
Add static types to spanner admin ( #277 )
...
Except for IAM methods
8 years ago
Jon Skeet
b01f986d34
Allow a status code of UNAVAILABLE to be retried
...
This is applied to the `retry_codes` of every API.
It's only a change for non-idempotent methods; the idempotent
methods already included this in the list.
8 years ago
Brian J. Watson
cc80e9432f
Updates to Spanner service configs ( #257 )
8 years ago
Luke Sneeringer
4d41b11ed4
Add Spanner ( #256 )
8 years ago