google-cloud-spanner-v1 0.25.0 → 0.26.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f95a0531596ee12f0458fcc7d186cc96873316fbf18ac0fe073533e82e7e3e4e
|
4
|
+
data.tar.gz: b045a333c228c8304b617ace757c634cc5fc8cf70daf92961e2bfc1ef7de9b55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d73c94910624ca990ad1517c0260788f3196ae852a5702b14b14e4e1be6b61311c79bd6712b10c56981b92d3e2d77593c1ef2ad0942180eac0f004586e50f63
|
7
|
+
data.tar.gz: 84ff8fea14fa5e784284de24d273c428d42845e46fa4dc26e44f079802e7fd4e02707523290b542d151f4a01429cc93da4bb78a1cf752e8398059b1367df484f
|
@@ -72,71 +72,71 @@ module Google
|
|
72
72
|
|
73
73
|
default_config.rpcs.create_session.timeout = 30.0
|
74
74
|
default_config.rpcs.create_session.retry_policy = {
|
75
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
75
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
76
76
|
}
|
77
77
|
|
78
78
|
default_config.rpcs.batch_create_sessions.timeout = 60.0
|
79
79
|
default_config.rpcs.batch_create_sessions.retry_policy = {
|
80
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
80
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
81
81
|
}
|
82
82
|
|
83
83
|
default_config.rpcs.get_session.timeout = 30.0
|
84
84
|
default_config.rpcs.get_session.retry_policy = {
|
85
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
85
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
86
86
|
}
|
87
87
|
|
88
88
|
default_config.rpcs.list_sessions.timeout = 3600.0
|
89
89
|
default_config.rpcs.list_sessions.retry_policy = {
|
90
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
90
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
91
91
|
}
|
92
92
|
|
93
93
|
default_config.rpcs.delete_session.timeout = 30.0
|
94
94
|
default_config.rpcs.delete_session.retry_policy = {
|
95
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
95
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
96
96
|
}
|
97
97
|
|
98
98
|
default_config.rpcs.execute_sql.timeout = 30.0
|
99
99
|
default_config.rpcs.execute_sql.retry_policy = {
|
100
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
100
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
101
101
|
}
|
102
102
|
|
103
103
|
default_config.rpcs.execute_streaming_sql.timeout = 3600.0
|
104
104
|
|
105
105
|
default_config.rpcs.execute_batch_dml.timeout = 30.0
|
106
106
|
default_config.rpcs.execute_batch_dml.retry_policy = {
|
107
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
107
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
108
108
|
}
|
109
109
|
|
110
110
|
default_config.rpcs.read.timeout = 30.0
|
111
111
|
default_config.rpcs.read.retry_policy = {
|
112
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
112
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
113
113
|
}
|
114
114
|
|
115
115
|
default_config.rpcs.streaming_read.timeout = 3600.0
|
116
116
|
|
117
117
|
default_config.rpcs.begin_transaction.timeout = 30.0
|
118
118
|
default_config.rpcs.begin_transaction.retry_policy = {
|
119
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
119
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
120
120
|
}
|
121
121
|
|
122
122
|
default_config.rpcs.commit.timeout = 3600.0
|
123
123
|
default_config.rpcs.commit.retry_policy = {
|
124
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
124
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
125
125
|
}
|
126
126
|
|
127
127
|
default_config.rpcs.rollback.timeout = 30.0
|
128
128
|
default_config.rpcs.rollback.retry_policy = {
|
129
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
129
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
130
130
|
}
|
131
131
|
|
132
132
|
default_config.rpcs.partition_query.timeout = 30.0
|
133
133
|
default_config.rpcs.partition_query.retry_policy = {
|
134
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
134
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
135
135
|
}
|
136
136
|
|
137
137
|
default_config.rpcs.partition_read.timeout = 30.0
|
138
138
|
default_config.rpcs.partition_read.retry_policy = {
|
139
|
-
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14]
|
139
|
+
initial_delay: 0.25, max_delay: 32.0, multiplier: 1.3, retry_codes: [14, 8]
|
140
140
|
}
|
141
141
|
|
142
142
|
default_config.rpcs.batch_write.timeout = 3600.0
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-spanner-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|