google-cloud-monitoring-v3 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d23948df1fdd1b121ea19cfe6427a76466291e8aa9432bd70d71d2227c9e07b3
4
- data.tar.gz: 99aec9cd3e1c8a1e99060cf65bbe226e81f9ab9e8581c2b5fdd62b4e9a094250
3
+ metadata.gz: 7550a825fb1bee6b41ef2659a303b07fbf049f73b0bc85907dfdd4da82bfa256
4
+ data.tar.gz: 31449d3b8aaf744f2d7542226b620054f0db502ee068d3a2aa0242e8001d70a2
5
5
  SHA512:
6
- metadata.gz: bcfb569983077900d3a88a38ce115683df2c1722f6f0d71a5cd4e8a7eb2906c5af5de7cb4b1256a10544e5c9452a88f1956ddfe2fc6244bce2ee121c32620e00
7
- data.tar.gz: e88d5363cb278c7c66134f3e67cdc0fdab97e1ba6e275d529ed67306450d0cd1e03bf6b2332ad14962dcd71ae59724e52be1e9a845865c731e8d2b2e1ff8bbbb
6
+ metadata.gz: ddb51fe756286e3ea5d68817d71f8326b4241da39ca323700463d83609ca5a0ba4fad5ec6751dad6e9b9adffde19f9c2224be9d2926c18d0c8c36f50ec938e87
7
+ data.tar.gz: 69c463e41f9870e68720ea51f4346c105c19b6ea93aed8259f355787435fdffb66474d0402d57f51f8f1a6435a7ceabc7ea170acda91d0bdc2a88d6432838183
@@ -78,7 +78,7 @@ module Google
78
78
  initial_delay: 0.1,
79
79
  max_delay: 30.0,
80
80
  multiplier: 1.3,
81
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
81
+ retry_codes: [4, 14]
82
82
  }
83
83
 
84
84
  default_config.rpcs.get_alert_policy.timeout = 30.0
@@ -86,7 +86,7 @@ module Google
86
86
  initial_delay: 0.1,
87
87
  max_delay: 30.0,
88
88
  multiplier: 1.3,
89
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
89
+ retry_codes: [4, 14]
90
90
  }
91
91
 
92
92
  default_config.rpcs.create_alert_policy.timeout = 30.0
@@ -96,7 +96,7 @@ module Google
96
96
  initial_delay: 0.1,
97
97
  max_delay: 30.0,
98
98
  multiplier: 1.3,
99
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
99
+ retry_codes: [4, 14]
100
100
  }
101
101
 
102
102
  default_config.rpcs.update_alert_policy.timeout = 30.0
@@ -81,7 +81,7 @@ module Google
81
81
  initial_delay: 0.1,
82
82
  max_delay: 30.0,
83
83
  multiplier: 1.3,
84
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
84
+ retry_codes: [4, 14]
85
85
  }
86
86
 
87
87
  default_config.rpcs.get_group.timeout = 30.0
@@ -89,7 +89,7 @@ module Google
89
89
  initial_delay: 0.1,
90
90
  max_delay: 30.0,
91
91
  multiplier: 1.3,
92
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
92
+ retry_codes: [4, 14]
93
93
  }
94
94
 
95
95
  default_config.rpcs.create_group.timeout = 30.0
@@ -99,7 +99,7 @@ module Google
99
99
  initial_delay: 0.1,
100
100
  max_delay: 30.0,
101
101
  multiplier: 1.3,
102
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
102
+ retry_codes: [4, 14]
103
103
  }
104
104
 
105
105
  default_config.rpcs.delete_group.timeout = 30.0
@@ -107,7 +107,7 @@ module Google
107
107
  initial_delay: 0.1,
108
108
  max_delay: 30.0,
109
109
  multiplier: 1.3,
110
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
110
+ retry_codes: [4, 14]
111
111
  }
112
112
 
113
113
  default_config.rpcs.list_group_members.timeout = 30.0
@@ -115,7 +115,7 @@ module Google
115
115
  initial_delay: 0.1,
116
116
  max_delay: 30.0,
117
117
  multiplier: 1.3,
118
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
118
+ retry_codes: [4, 14]
119
119
  }
120
120
 
121
121
  default_config
@@ -71,7 +71,7 @@ module Google
71
71
  initial_delay: 0.1,
72
72
  max_delay: 30.0,
73
73
  multiplier: 1.3,
74
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
74
+ retry_codes: [4, 14]
75
75
  }
76
76
 
77
77
  default_config.rpcs.get_monitored_resource_descriptor.timeout = 30.0
@@ -79,7 +79,7 @@ module Google
79
79
  initial_delay: 0.1,
80
80
  max_delay: 30.0,
81
81
  multiplier: 1.3,
82
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
82
+ retry_codes: [4, 14]
83
83
  }
84
84
 
85
85
  default_config.rpcs.list_metric_descriptors.timeout = 30.0
@@ -87,7 +87,7 @@ module Google
87
87
  initial_delay: 0.1,
88
88
  max_delay: 30.0,
89
89
  multiplier: 1.3,
90
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
90
+ retry_codes: [4, 14]
91
91
  }
92
92
 
93
93
  default_config.rpcs.get_metric_descriptor.timeout = 30.0
@@ -95,7 +95,7 @@ module Google
95
95
  initial_delay: 0.1,
96
96
  max_delay: 30.0,
97
97
  multiplier: 1.3,
98
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
98
+ retry_codes: [4, 14]
99
99
  }
100
100
 
101
101
  default_config.rpcs.create_metric_descriptor.timeout = 12.0
@@ -105,7 +105,7 @@ module Google
105
105
  initial_delay: 0.1,
106
106
  max_delay: 30.0,
107
107
  multiplier: 1.3,
108
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
108
+ retry_codes: [4, 14]
109
109
  }
110
110
 
111
111
  default_config.rpcs.list_time_series.timeout = 30.0
@@ -113,7 +113,7 @@ module Google
113
113
  initial_delay: 0.1,
114
114
  max_delay: 30.0,
115
115
  multiplier: 1.3,
116
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
116
+ retry_codes: [4, 14]
117
117
  }
118
118
 
119
119
  default_config.rpcs.create_time_series.timeout = 12.0
@@ -71,7 +71,7 @@ module Google
71
71
  initial_delay: 0.1,
72
72
  max_delay: 30.0,
73
73
  multiplier: 1.3,
74
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
74
+ retry_codes: [4, 14]
75
75
  }
76
76
 
77
77
  default_config.rpcs.get_notification_channel_descriptor.timeout = 30.0
@@ -79,7 +79,7 @@ module Google
79
79
  initial_delay: 0.1,
80
80
  max_delay: 30.0,
81
81
  multiplier: 1.3,
82
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
82
+ retry_codes: [4, 14]
83
83
  }
84
84
 
85
85
  default_config.rpcs.list_notification_channels.timeout = 30.0
@@ -87,7 +87,7 @@ module Google
87
87
  initial_delay: 0.1,
88
88
  max_delay: 30.0,
89
89
  multiplier: 1.3,
90
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
90
+ retry_codes: [4, 14]
91
91
  }
92
92
 
93
93
  default_config.rpcs.get_notification_channel.timeout = 30.0
@@ -95,7 +95,7 @@ module Google
95
95
  initial_delay: 0.1,
96
96
  max_delay: 30.0,
97
97
  multiplier: 1.3,
98
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
98
+ retry_codes: [4, 14]
99
99
  }
100
100
 
101
101
  default_config.rpcs.create_notification_channel.timeout = 30.0
@@ -107,7 +107,7 @@ module Google
107
107
  initial_delay: 0.1,
108
108
  max_delay: 30.0,
109
109
  multiplier: 1.3,
110
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
110
+ retry_codes: [4, 14]
111
111
  }
112
112
 
113
113
  default_config.rpcs.send_notification_channel_verification_code.timeout = 30.0
@@ -117,7 +117,7 @@ module Google
117
117
  initial_delay: 0.1,
118
118
  max_delay: 30.0,
119
119
  multiplier: 1.3,
120
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
120
+ retry_codes: [4, 14]
121
121
  }
122
122
 
123
123
  default_config.rpcs.verify_notification_channel.timeout = 30.0
@@ -125,7 +125,7 @@ module Google
125
125
  initial_delay: 0.1,
126
126
  max_delay: 30.0,
127
127
  multiplier: 1.3,
128
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
128
+ retry_codes: [4, 14]
129
129
  }
130
130
 
131
131
  default_config
@@ -75,7 +75,7 @@ module Google
75
75
  initial_delay: 0.1,
76
76
  max_delay: 30.0,
77
77
  multiplier: 1.3,
78
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
78
+ retry_codes: [4, 14]
79
79
  }
80
80
 
81
81
  default_config.rpcs.list_services.timeout = 30.0
@@ -83,7 +83,7 @@ module Google
83
83
  initial_delay: 0.1,
84
84
  max_delay: 30.0,
85
85
  multiplier: 1.3,
86
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
86
+ retry_codes: [4, 14]
87
87
  }
88
88
 
89
89
  default_config.rpcs.update_service.timeout = 30.0
@@ -93,7 +93,7 @@ module Google
93
93
  initial_delay: 0.1,
94
94
  max_delay: 30.0,
95
95
  multiplier: 1.3,
96
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
96
+ retry_codes: [4, 14]
97
97
  }
98
98
 
99
99
  default_config.rpcs.create_service_level_objective.timeout = 30.0
@@ -103,7 +103,7 @@ module Google
103
103
  initial_delay: 0.1,
104
104
  max_delay: 30.0,
105
105
  multiplier: 1.3,
106
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
106
+ retry_codes: [4, 14]
107
107
  }
108
108
 
109
109
  default_config.rpcs.list_service_level_objectives.timeout = 30.0
@@ -111,7 +111,7 @@ module Google
111
111
  initial_delay: 0.1,
112
112
  max_delay: 30.0,
113
113
  multiplier: 1.3,
114
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
114
+ retry_codes: [4, 14]
115
115
  }
116
116
 
117
117
  default_config.rpcs.update_service_level_objective.timeout = 30.0
@@ -121,7 +121,7 @@ module Google
121
121
  initial_delay: 0.1,
122
122
  max_delay: 30.0,
123
123
  multiplier: 1.3,
124
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
124
+ retry_codes: [4, 14]
125
125
  }
126
126
 
127
127
  default_config
@@ -77,7 +77,7 @@ module Google
77
77
  initial_delay: 0.1,
78
78
  max_delay: 30.0,
79
79
  multiplier: 1.3,
80
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
80
+ retry_codes: [4, 14]
81
81
  }
82
82
 
83
83
  default_config.rpcs.get_uptime_check_config.timeout = 30.0
@@ -85,7 +85,7 @@ module Google
85
85
  initial_delay: 0.1,
86
86
  max_delay: 30.0,
87
87
  multiplier: 1.3,
88
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
88
+ retry_codes: [4, 14]
89
89
  }
90
90
 
91
91
  default_config.rpcs.create_uptime_check_config.timeout = 30.0
@@ -97,7 +97,7 @@ module Google
97
97
  initial_delay: 0.1,
98
98
  max_delay: 30.0,
99
99
  multiplier: 1.3,
100
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
100
+ retry_codes: [4, 14]
101
101
  }
102
102
 
103
103
  default_config.rpcs.list_uptime_check_ips.timeout = 30.0
@@ -105,7 +105,7 @@ module Google
105
105
  initial_delay: 0.1,
106
106
  max_delay: 30.0,
107
107
  multiplier: 1.3,
108
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
108
+ retry_codes: [4, 14]
109
109
  }
110
110
 
111
111
  default_config
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Monitoring
23
23
  module V3
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2020-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.2'
19
+ version: '0.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement