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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92a64954268d5d45e8155b8de772e2f357b6da8cbcd995f8047031d7aafe0259
4
- data.tar.gz: fefeb3c5b5fd44834aa58e18e7570969e67d56eb9d4abeb1f666e361e4163626
3
+ metadata.gz: 7e009ffe3b3ff028216d252e3b7fa6bfa1a6c697aa6b1312a2b04afa41a1a116
4
+ data.tar.gz: 60ae96f186fa045681506e356480f8200bdf08dda3330949938fb6892c0cd6c1
5
5
  SHA512:
6
- metadata.gz: 24f0226596c8760e608b4e75937f5b8ea2c8c53cf48a2f8a47cdbebccd8195fb16b493395317e7d95793b34d3f172668fe77aa01c8cdc23c42b872f2c56a119a
7
- data.tar.gz: c612718e4fea858d0e7058d48edf21bb9680db30023e156b077c6032efcc580f92af8f7034378c0baa9dfc3406c150880f738115636316220fbd57d47006b4fb
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://googleapis.dev/ruby/google-cloud-logging/latest)
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 read and this field is set to `true`, the
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 read and this field is set to `true`, the
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 query and this field is set to `true`, the
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 query and this field is set to `true`, the
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "0.14.0"
24
+ VERSION = "0.14.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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, 15
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, 16
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
- # method_behavior:
244
- # - selector: CreateAdDomain
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 read and this field is set to `true`, the
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 query and this field is set to `true`, the
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.0
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-06 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common