google-cloud-spanner-admin-database-v1 1.13.0 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba2357c0ab9e152e800aea5d20c6af2f418877dd006507c744da5b20607f95da
4
- data.tar.gz: ae46885eda5539c1ba3be3fdd53d51deb1f96a21d04e69094138566ef746b3b0
3
+ metadata.gz: c59f9ee9497fc9630f1288381f4b3b7a0a9901372ed8ab86d6a6e3e366cb5e30
4
+ data.tar.gz: d70d03a5cb8d164c2c5ce2e0c4d97f5b4cd3281dfd44574d1022bb01a5d19e35
5
5
  SHA512:
6
- metadata.gz: 5b751e871c55882623676663965e3ead93dcca4229931a95cc33eb7f1f38bd809da1b9c6f5163354b732d363cdea570e0fa0e3c151b3f2fdfcc51c29bb2833c0
7
- data.tar.gz: 1bf2e21f58182590c6b31acd4a46154900e2532da65dc2fba8cf468764069c06334645e6a1c3e2ccd7830c57a71c839d48acfe3957c1dc8c2638c4d0909b6fa0
6
+ metadata.gz: c4034249490b3ad2243aa15ae51275da07e46d23e9b4270b8800dd0d06b6401777560b254e230b4b5e5a73350d1c54884c8d95e36dabd6c2d340915b42028b11
7
+ data.tar.gz: 001d3d0380204c8344ab9ae3111d6c0ac9c55c9f0b6f3492660fbdca3873734ee1105bdc9b0040c5f3f09143e3a1a8ad80e49cb57d732e6954d47520b24bfb71
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Database
25
25
  module V1
26
- VERSION = "1.13.0"
26
+ VERSION = "1.13.1"
27
27
  end
28
28
  end
29
29
  end
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ module Google
441
443
 
442
444
  # This message is used to configure the generation of a subset of the RPCs in
443
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
444
448
  # @!attribute [rw] methods
445
449
  # @return [::Array<::String>]
446
450
  # An allowlist of the fully qualified names of RPCs that should be included
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-admin-database-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC