Google APIs
3d5d228a58
Enable visibility on the GetSnapshot and GetTopicSnapshots methods
...
PiperOrigin-RevId: 304500143
2020-04-02 16:21:38 -07:00
Google APIs
25a1781c09
bazel: migrate all go_gapic_library targets to microgenerator implementation
...
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)
PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs
275fbcce2c
feat: pubsub/v1 add an experimental filter field to Subscription
...
PiperOrigin-RevId: 301661567
2020-03-18 14:00:07 -07:00
Google APIs
7fd916ce12
Add deprecated_collections field for backward-compatiblity in PHP and monolith-generated Python and Ruby clients.
...
Generate TopicName class in Java which covers the functionality of both ProjectTopicName and DeletedTopicName. Introduce breaking changes to be fixed by synth.py.
Delete default retry parameters.
Retry codes defs can be deleted once # https://github.com/googleapis/gapic-generator/issues/3137 is fixed.
PiperOrigin-RevId: 300813135
2020-03-13 13:09:26 -07:00
Google APIs
fae4bb6d5a
Adding RetryPolicy to pubsub.proto
...
PiperOrigin-RevId: 300769420
2020-03-13 09:25:06 -07:00
Google APIs
01c681586d
Mark return_immediately in PullRequest deprecated.
...
PiperOrigin-RevId: 298893281
2020-03-04 11:11:02 -08:00
Google APIs
dafc905f71
pubsub: revert pull init_rpc_timeout & max_rpc_timeout back to 25 seconds and reset multiplier to 1.0
...
PiperOrigin-RevId: 297486523
2020-02-26 18:25:36 -08:00
Google APIs
1eb6145553
pubsub: v1 replace IAM HTTP rules
...
PiperOrigin-RevId: 297188590
2020-02-25 13:33:06 -08:00
Google APIs
6cdd74dcdb
pubsub: v1 add client config annotations and retry config
...
PiperOrigin-RevId: 295158776
2020-02-14 09:08:24 -08:00
Google APIs
5d932b2c1b
- Improve documentation
...
- Add a client_id field to StreamingPullRequest
PiperOrigin-RevId: 292434036
2020-01-30 15:13:39 -08:00
Google APIs
06a840781d
Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
...
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08: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
f73b3796a6
Standardize pub/sub client default settings across clients:
...
- Add retry codes for streaming pull
- Decrease publish's max_rpc_timeout (mini-timeout) from 10 mins to 1 min
- Decrease publish's total timeout from 10 mins to 1 min
- Increase publish batching threshold from 10 to 100 elements
- Increase publish batching size threshold from 1 KiB to 1 MiB
PiperOrigin-RevId: 280044012
2019-11-12 13:41:12 -08:00
Google APIs
248abde06e
Integrate GAPIC Python Bazel Extensions
...
Also configure python build for the following clients as an example:
diaglogflow/v2
language/v1
texttospeech/v1
firestore/v1beta1
pubsub/v1
PiperOrigin-RevId: 279406526
2019-11-08 15:45:31 -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
Google APIs
eea87cb699
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270785368
2019-09-23 16:24:27 -07:00
Google APIs
fb6fa4cfb1
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 265110572
2019-08-23 12:29:01 -07:00
Google APIs
7ebb7a62ed
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 264871816
2019-08-22 10:54:35 -07:00
Google APIs
77e5e0eeab
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 264686370
2019-08-21 14:00:52 -07:00
Google APIs
82c3abe8f7
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 263652726
2019-08-15 15:18:24 -07:00
Google APIs
ddea6a7a8b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 261328349
2019-08-02 08:48:23 -07:00
Google APIs
3a40d3a5f5
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 261297518
2019-08-02 04:09:14 -07:00
Google APIs
b92472ba0d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 261295907
2019-08-02 03:54:56 -07:00
Google APIs
d7f91b112b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 259414527
2019-07-22 15:04:57 -07:00
Google APIs
45e125f9e3
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 254026509
2019-06-19 10:44:51 -07:00
Google APIs
a12347ec47
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 252108410
2019-06-07 13:31:27 -07:00
Evawere Ogbe
2c30d35bd7
Revert "Synchronize new proto/yaml changes." ( #554 )
...
This reverts commit 95aa3a2aaa .
2019-05-29 14:23:10 -07:00
Google APIs
95aa3a2aaa
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 250560742
2019-05-29 13:59:09 -07:00
Google APIs
5d17f0324e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 250487248
2019-05-29 07:33:08 -07:00
Google APIs
6a2f0244d6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249677018
2019-05-23 11:03:47 -07:00
Google APIs
9de1bc0036
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249647405
2019-05-23 08:25:39 -07:00
Google APIs
6ea045ad2e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249345152
2019-05-21 16:07:26 -07:00
Google APIs
f86c9531dc
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 247457584
2019-05-09 10:56:46 -07:00
Google APIs
9497e697af
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 247122368
2019-05-07 17:34:22 -07:00
Google APIs
809bf586e2
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 246528131
2019-05-03 10:09:43 -07:00
Google APIs
9a02c5acec
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 242170119
2019-04-05 12:17:07 -07:00
Google APIs
fd67be4b51
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 241096997
2019-03-29 20:50:32 -07:00
Google APIs
37386f1ebc
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 240841842
2019-03-28 13:38:42 -07:00
Google APIs
760dbab0d1
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 240829062
2019-03-28 12:36:55 -07:00
Google APIs
d5b868e3cd
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 240813399
2019-03-28 11:20:35 -07:00
Google APIs
e80435a132
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 239938670
2019-03-23 04:02:27 -07:00
Google APIs
eae7fe03e6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 236171707
2019-02-28 12:18:56 -08:00
Google APIs
f13e888c0f
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 235939212
2019-02-27 09:59:39 -08:00
Google APIs
ca61898878
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 233680013
2019-02-12 20:25:13 -08:00
Google APIs
7f54ebf9fe
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 233644240
2019-02-12 11:25:56 -08:00
Google APIs
c1e4972ef6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs
f581f5c597
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 230449779
2019-01-22 18:06:36 -08:00
Google APIs
e0706ecc34
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 229583797
2019-01-16 10:39:23 -08:00