google-cloud-spanner-v1 0.14.0 → 0.14.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/spanner/v1/spanner/client.rb +6 -6
- data/lib/google/cloud/spanner/v1/version.rb +1 -1
- data/lib/google/spanner/v1/spanner_pb.rb +2 -2
- data/proto_docs/google/api/client.rb +9 -3
- data/proto_docs/google/spanner/v1/spanner.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e009ffe3b3ff028216d252e3b7fa6bfa1a6c697aa6b1312a2b04afa41a1a116
|
4
|
+
data.tar.gz: 60ae96f186fa045681506e356480f8200bdf08dda3330949938fb6892c0cd6c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d4b30ebd5f222c59092a73699b17e57ebef1314761f4ca71eca89b494969db9937b1d534ea67214730761b37bf8c72d0e4720e8d467f1ccc07606cac3e74488
|
7
|
+
data.tar.gz: 976bb75e73abb5c4069bdd7dc5544cd747fa586bf348a13096617c062e90b3b0a2638e263fa0f2eaf188bb656dbf324e71f49186e154ec7465e029fedde5a695
|
data/README.md
CHANGED
@@ -47,7 +47,7 @@ for general usage information.
|
|
47
47
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
49
49
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
50
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
50
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
53
53
|
|
@@ -797,7 +797,7 @@ module Google
|
|
797
797
|
# @param request_options [::Google::Cloud::Spanner::V1::RequestOptions, ::Hash]
|
798
798
|
# Common options for this request.
|
799
799
|
# @param data_boost_enabled [::Boolean]
|
800
|
-
# If this is for a partitioned
|
800
|
+
# If this is for a partitioned query and this field is set to `true`, the
|
801
801
|
# request will be executed via Spanner independent compute resources.
|
802
802
|
#
|
803
803
|
# If the field is set to `true` but the request does not set
|
@@ -959,7 +959,7 @@ module Google
|
|
959
959
|
# @param request_options [::Google::Cloud::Spanner::V1::RequestOptions, ::Hash]
|
960
960
|
# Common options for this request.
|
961
961
|
# @param data_boost_enabled [::Boolean]
|
962
|
-
# If this is for a partitioned
|
962
|
+
# If this is for a partitioned query and this field is set to `true`, the
|
963
963
|
# request will be executed via Spanner independent compute resources.
|
964
964
|
#
|
965
965
|
# If the field is set to `true` but the request does not set
|
@@ -1227,7 +1227,7 @@ module Google
|
|
1227
1227
|
# @param request_options [::Google::Cloud::Spanner::V1::RequestOptions, ::Hash]
|
1228
1228
|
# Common options for this request.
|
1229
1229
|
# @param data_boost_enabled [::Boolean]
|
1230
|
-
# If this is for a partitioned
|
1230
|
+
# If this is for a partitioned read and this field is set to `true`, the
|
1231
1231
|
# request will be executed via Spanner independent compute resources.
|
1232
1232
|
#
|
1233
1233
|
# If the field is set to `true` but the request does not set
|
@@ -1365,7 +1365,7 @@ module Google
|
|
1365
1365
|
# @param request_options [::Google::Cloud::Spanner::V1::RequestOptions, ::Hash]
|
1366
1366
|
# Common options for this request.
|
1367
1367
|
# @param data_boost_enabled [::Boolean]
|
1368
|
-
# If this is for a partitioned
|
1368
|
+
# If this is for a partitioned read and this field is set to `true`, the
|
1369
1369
|
# request will be executed via Spanner independent compute resources.
|
1370
1370
|
#
|
1371
1371
|
# If the field is set to `true` but the request does not set
|
@@ -2038,9 +2038,9 @@ module Google
|
|
2038
2038
|
# * (`String`) The path to a service account key file in JSON format
|
2039
2039
|
# * (`Hash`) A service account key as a Hash
|
2040
2040
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
2041
|
-
# (see the [googleauth docs](https://
|
2041
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
2042
2042
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2043
|
-
# (see the [signet docs](https://
|
2043
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2044
2044
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2045
2045
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2046
2046
|
# * (`nil`) indicating no credentials
|
@@ -78,7 +78,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
78
78
|
optional :seqno, :int64, 9
|
79
79
|
optional :query_options, :message, 10, "google.spanner.v1.ExecuteSqlRequest.QueryOptions"
|
80
80
|
optional :request_options, :message, 11, "google.spanner.v1.RequestOptions"
|
81
|
-
optional :data_boost_enabled, :bool,
|
81
|
+
optional :data_boost_enabled, :bool, 16
|
82
82
|
end
|
83
83
|
add_message "google.spanner.v1.ExecuteSqlRequest.QueryOptions" do
|
84
84
|
optional :optimizer_version, :string, 1
|
@@ -144,7 +144,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
144
144
|
optional :resume_token, :bytes, 9
|
145
145
|
optional :partition_token, :bytes, 10
|
146
146
|
optional :request_options, :message, 11, "google.spanner.v1.RequestOptions"
|
147
|
-
optional :data_boost_enabled, :bool,
|
147
|
+
optional :data_boost_enabled, :bool, 15
|
148
148
|
end
|
149
149
|
add_message "google.spanner.v1.BeginTransactionRequest" do
|
150
150
|
optional :session, :string, 1
|
@@ -35,7 +35,9 @@ module Google
|
|
35
35
|
# Details about how and where to publish client libraries.
|
36
36
|
# @!attribute [rw] version
|
37
37
|
# @return [::String]
|
38
|
-
# Version of the API to apply these settings to.
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
39
|
+
# package for the API, ending in the version element.
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
39
41
|
# @!attribute [rw] launch_stage
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
41
43
|
# Launch stage of this version of the API.
|
@@ -111,6 +113,10 @@ module Google
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
113
115
|
# settings with the same version string are discarded.
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
117
|
+
# @return [::String]
|
118
|
+
# Optional link to proto reference documentation. Example:
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
114
120
|
class Publishing
|
115
121
|
include ::Google::Protobuf::MessageExts
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -240,8 +246,8 @@ module Google
|
|
240
246
|
# Example of a YAML configuration::
|
241
247
|
#
|
242
248
|
# publishing:
|
243
|
-
#
|
244
|
-
# - selector:
|
249
|
+
# method_settings:
|
250
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
245
251
|
# long_running:
|
246
252
|
# initial_poll_delay:
|
247
253
|
# seconds: 60 # 1 minute
|
@@ -310,7 +310,7 @@ module Google
|
|
310
310
|
# Common options for this request.
|
311
311
|
# @!attribute [rw] data_boost_enabled
|
312
312
|
# @return [::Boolean]
|
313
|
-
# If this is for a partitioned
|
313
|
+
# If this is for a partitioned query and this field is set to `true`, the
|
314
314
|
# request will be executed via Spanner independent compute resources.
|
315
315
|
#
|
316
316
|
# If the field is set to `true` but the request does not set
|
@@ -727,7 +727,7 @@ module Google
|
|
727
727
|
# Common options for this request.
|
728
728
|
# @!attribute [rw] data_boost_enabled
|
729
729
|
# @return [::Boolean]
|
730
|
-
# If this is for a partitioned
|
730
|
+
# If this is for a partitioned read and this field is set to `true`, the
|
731
731
|
# request will be executed via Spanner independent compute resources.
|
732
732
|
#
|
733
733
|
# If the field is set to `true` but the request does not set
|
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.14.
|
4
|
+
version: 0.14.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|