Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit bc3b2eb

Browse files
build: update gapic-generator-typescript to v1.2.10.
This update unblocks generating IAM v1 and several more libraries that were previously blocked by their package names. Committer: @alexander-fenster PiperOrigin-RevId: 361273630 Source-Author: Google APIs <[email protected]> Source-Date: Fri Mar 5 20:02:38 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5477122b3e8037a1dc5bc920536158edbd151dc4 Source-Link: googleapis/googleapis@5477122
1 parent bbff788 commit bc3b2eb

4 files changed

Lines changed: 28 additions & 85 deletions

File tree

src/v1/publisher_client_config.json

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,6 @@
66
"idempotent": [
77
"DEADLINE_EXCEEDED",
88
"UNAVAILABLE"
9-
],
10-
"unavailable": [
11-
"UNAVAILABLE"
12-
],
13-
"cancelled_unknown_deadline_exceeded_resource_exhausted_aborted_internal_unavailable": [
14-
"CANCELLED",
15-
"UNKNOWN",
16-
"DEADLINE_EXCEEDED",
17-
"RESOURCE_EXHAUSTED",
18-
"ABORTED",
19-
"INTERNAL",
20-
"UNAVAILABLE"
21-
],
22-
"unknown_aborted_unavailable": [
23-
"UNKNOWN",
24-
"ABORTED",
25-
"UNAVAILABLE"
269
]
2710
},
2811
"retry_params": {
@@ -38,18 +21,15 @@
3821
},
3922
"methods": {
4023
"CreateTopic": {
41-
"timeout_millis": 60000,
42-
"retry_codes_name": "unavailable",
24+
"retry_codes_name": "non_idempotent",
4325
"retry_params_name": "default"
4426
},
4527
"UpdateTopic": {
46-
"timeout_millis": 60000,
47-
"retry_codes_name": "unavailable",
28+
"retry_codes_name": "non_idempotent",
4829
"retry_params_name": "default"
4930
},
5031
"Publish": {
51-
"timeout_millis": 60000,
52-
"retry_codes_name": "cancelled_unknown_deadline_exceeded_resource_exhausted_aborted_internal_unavailable",
32+
"retry_codes_name": "non_idempotent",
5333
"retry_params_name": "default",
5434
"bundling": {
5535
"element_count_threshold": 100,
@@ -59,33 +39,27 @@
5939
}
6040
},
6141
"GetTopic": {
62-
"timeout_millis": 60000,
63-
"retry_codes_name": "unknown_aborted_unavailable",
42+
"retry_codes_name": "non_idempotent",
6443
"retry_params_name": "default"
6544
},
6645
"ListTopics": {
67-
"timeout_millis": 60000,
68-
"retry_codes_name": "unknown_aborted_unavailable",
46+
"retry_codes_name": "non_idempotent",
6947
"retry_params_name": "default"
7048
},
7149
"ListTopicSubscriptions": {
72-
"timeout_millis": 60000,
73-
"retry_codes_name": "unknown_aborted_unavailable",
50+
"retry_codes_name": "non_idempotent",
7451
"retry_params_name": "default"
7552
},
7653
"ListTopicSnapshots": {
77-
"timeout_millis": 60000,
78-
"retry_codes_name": "unknown_aborted_unavailable",
54+
"retry_codes_name": "non_idempotent",
7955
"retry_params_name": "default"
8056
},
8157
"DeleteTopic": {
82-
"timeout_millis": 60000,
83-
"retry_codes_name": "unavailable",
58+
"retry_codes_name": "non_idempotent",
8459
"retry_params_name": "default"
8560
},
8661
"DetachSubscription": {
87-
"timeout_millis": 60000,
88-
"retry_codes_name": "unavailable",
62+
"retry_codes_name": "non_idempotent",
8963
"retry_params_name": "default"
9064
}
9165
}

src/v1/subscriber_client_config.json

Lines changed: 16 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@
66
"idempotent": [
77
"DEADLINE_EXCEEDED",
88
"UNAVAILABLE"
9-
],
10-
"unknown_aborted_unavailable": [
11-
"UNKNOWN",
12-
"ABORTED",
13-
"UNAVAILABLE"
14-
],
15-
"unavailable": [
16-
"UNAVAILABLE"
17-
],
18-
"deadline_exceeded_resource_exhausted_aborted_internal_unavailable": [
19-
"DEADLINE_EXCEEDED",
20-
"RESOURCE_EXHAUSTED",
21-
"ABORTED",
22-
"INTERNAL",
23-
"UNAVAILABLE"
249
]
2510
},
2611
"retry_params": {
@@ -36,83 +21,67 @@
3621
},
3722
"methods": {
3823
"CreateSubscription": {
39-
"timeout_millis": 60000,
40-
"retry_codes_name": "unknown_aborted_unavailable",
24+
"retry_codes_name": "non_idempotent",
4125
"retry_params_name": "default"
4226
},
4327
"GetSubscription": {
44-
"timeout_millis": 60000,
45-
"retry_codes_name": "unknown_aborted_unavailable",
28+
"retry_codes_name": "non_idempotent",
4629
"retry_params_name": "default"
4730
},
4831
"UpdateSubscription": {
49-
"timeout_millis": 60000,
50-
"retry_codes_name": "unavailable",
32+
"retry_codes_name": "non_idempotent",
5133
"retry_params_name": "default"
5234
},
5335
"ListSubscriptions": {
54-
"timeout_millis": 60000,
55-
"retry_codes_name": "unknown_aborted_unavailable",
36+
"retry_codes_name": "non_idempotent",
5637
"retry_params_name": "default"
5738
},
5839
"DeleteSubscription": {
59-
"timeout_millis": 60000,
60-
"retry_codes_name": "unavailable",
40+
"retry_codes_name": "non_idempotent",
6141
"retry_params_name": "default"
6242
},
6343
"ModifyAckDeadline": {
64-
"timeout_millis": 60000,
65-
"retry_codes_name": "unavailable",
44+
"retry_codes_name": "non_idempotent",
6645
"retry_params_name": "default"
6746
},
6847
"Acknowledge": {
69-
"timeout_millis": 60000,
70-
"retry_codes_name": "unavailable",
48+
"retry_codes_name": "non_idempotent",
7149
"retry_params_name": "default"
7250
},
7351
"Pull": {
74-
"timeout_millis": 60000,
75-
"retry_codes_name": "unknown_aborted_unavailable",
52+
"retry_codes_name": "non_idempotent",
7653
"retry_params_name": "default"
7754
},
7855
"StreamingPull": {
79-
"timeout_millis": 900000,
80-
"retry_codes_name": "deadline_exceeded_resource_exhausted_aborted_internal_unavailable",
56+
"retry_codes_name": "non_idempotent",
8157
"retry_params_name": "default"
8258
},
8359
"ModifyPushConfig": {
84-
"timeout_millis": 60000,
85-
"retry_codes_name": "unavailable",
60+
"retry_codes_name": "non_idempotent",
8661
"retry_params_name": "default"
8762
},
8863
"GetSnapshot": {
89-
"timeout_millis": 60000,
90-
"retry_codes_name": "unknown_aborted_unavailable",
64+
"retry_codes_name": "non_idempotent",
9165
"retry_params_name": "default"
9266
},
9367
"ListSnapshots": {
94-
"timeout_millis": 60000,
95-
"retry_codes_name": "unknown_aborted_unavailable",
68+
"retry_codes_name": "non_idempotent",
9669
"retry_params_name": "default"
9770
},
9871
"CreateSnapshot": {
99-
"timeout_millis": 60000,
100-
"retry_codes_name": "unavailable",
72+
"retry_codes_name": "non_idempotent",
10173
"retry_params_name": "default"
10274
},
10375
"UpdateSnapshot": {
104-
"timeout_millis": 60000,
105-
"retry_codes_name": "unavailable",
76+
"retry_codes_name": "non_idempotent",
10677
"retry_params_name": "default"
10778
},
10879
"DeleteSnapshot": {
109-
"timeout_millis": 60000,
110-
"retry_codes_name": "unavailable",
80+
"retry_codes_name": "non_idempotent",
11181
"retry_params_name": "default"
11282
},
11383
"Seek": {
114-
"timeout_millis": 60000,
115-
"retry_codes_name": "unknown_aborted_unavailable",
84+
"retry_codes_name": "non_idempotent",
11685
"retry_params_name": "default"
11786
}
11887
}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "479acf6990eada1213f8666f1c795a018f8496f9",
15-
"internalRef": "360714464"
14+
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
15+
"internalRef": "361273630"
1616
}
1717
},
1818
{

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)