lib/google/cloud/pubsub/v1/subscriber_client_config.json in google-cloud-pubsub-0.23.0 vs lib/google/cloud/pubsub/v1/subscriber_client_config.json in google-cloud-pubsub-0.23.1
- old
+ new
@@ -1,14 +1,14 @@
{
"interfaces": {
"google.pubsub.v1.Subscriber": {
"retry_codes": {
- "idempotent": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ],
- "non_idempotent": []
+ "idempotent": [
+ "DEADLINE_EXCEEDED",
+ "UNAVAILABLE"
+ ],
+ "non_idempotent": []
},
"retry_params": {
"default": {
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
@@ -37,10 +37,15 @@
"GetSubscription": {
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
+ "UpdateSubscription": {
+ "timeout_millis": 60000,
+ "retry_codes_name": "idempotent",
+ "retry_params_name": "default"
+ },
"ListSubscriptions": {
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
@@ -68,9 +73,29 @@
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "messaging"
},
"ModifyPushConfig": {
+ "timeout_millis": 60000,
+ "retry_codes_name": "non_idempotent",
+ "retry_params_name": "default"
+ },
+ "ListSnapshots": {
+ "timeout_millis": 60000,
+ "retry_codes_name": "idempotent",
+ "retry_params_name": "default"
+ },
+ "CreateSnapshot": {
+ "timeout_millis": 60000,
+ "retry_codes_name": "idempotent",
+ "retry_params_name": "default"
+ },
+ "DeleteSnapshot": {
+ "timeout_millis": 60000,
+ "retry_codes_name": "idempotent",
+ "retry_params_name": "default"
+ },
+ "Seek": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"SetIamPolicy": {