google-apis-spanner_v1 0.17.0 → 0.18.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: 9f64da38486d04149fd47e3d7f8c4b8e4bdb0568873bb25be9c15a38a698d6cc
4
- data.tar.gz: 5e62ddb4822ea2d3c947eb23a8fec73f017a45a6a96d7a5a7b90a64f598d0d0d
3
+ metadata.gz: 65f291bc4c13a877c513f8b6ac04a3649db401654adb0e09ae58552151b3014a
4
+ data.tar.gz: 25d78f30d9b22e2d035ee29638ed7e896cddc89b531af81f5422a336d0c5c720
5
5
  SHA512:
6
- metadata.gz: 03aa8e9905cfbcb28bf6290ac22728d53600e76bbc1a6dd96fff62823f2579adff3fd91f154d422ed271113aa0ff7c7691700891b3a61d2818ec833d1b90a448
7
- data.tar.gz: 4896b71dce9056003e548e23375b93c00df274c53681e2027c37d9b9772fba3a4a4b259e34e2a8ae52a736d57d34901d53ac872960a4c2140285c9e17a2729b4
6
+ metadata.gz: 69c490c9ee531e44481798c6f97a81063bfae060b3b30dcc42271f6f96ac364bc7dc03896145d4d9c1e51bcbc8da81be87cabc048911ec76d188b08d2e1f713b
7
+ data.tar.gz: 780daa7897e74b6d85e3a09a2c148c73f3241a620be09ee254331bdaf04fac84fe6f7c8f47a85149518ef811e62f72d76364a3955071f961cadb6e646fa3f108
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.18.0 (2021-08-30)
4
+
5
+ * Regenerated from discovery document revision 20210825
6
+
3
7
  ### v0.17.0 (2021-08-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210816
@@ -1651,16 +1651,16 @@ module Google
1651
1651
  # resources. They can be used to control how resource metrics are aggregated.
1652
1652
  # And they can be used as arguments to policy management rules (e.g. route,
1653
1653
  # firewall, load balancing, etc.). * Label keys must be between 1 and 63
1654
- # characters long and must conform to the following regular expression: `[a-z]([-
1655
- # a-z0-9]*[a-z0-9])?`. * Label values must be between 0 and 63 characters long
1656
- # and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. *
1657
- # No more than 64 labels can be associated with a given resource. See https://
1658
- # goo.gl/xmQnxf for more information on and examples of labels. If you plan to
1659
- # use labels in your own code, please note that additional characters may be
1660
- # allowed in the future. And so you are advised to use an internal label
1661
- # representation, such as JSON, which doesn't rely upon specific characters
1662
- # being disallowed. For example, representing labels as the string: name + "_" +
1663
- # value would prove problematic if we were to allow "_" in a future release.
1654
+ # characters long and must conform to the following regular expression: `a-z`0,
1655
+ # 62``. * Label values must be between 0 and 63 characters long and must conform
1656
+ # to the regular expression `[a-z0-9_-]`0,63``. * No more than 64 labels can be
1657
+ # associated with a given resource. See https://goo.gl/xmQnxf for more
1658
+ # information on and examples of labels. If you plan to use labels in your own
1659
+ # code, please note that additional characters may be allowed in the future. And
1660
+ # so you are advised to use an internal label representation, such as JSON,
1661
+ # which doesn't rely upon specific characters being disallowed. For example,
1662
+ # representing labels as the string: name + "_" + value would prove problematic
1663
+ # if we were to allow "_" in a future release.
1664
1664
  # Corresponds to the JSON property `labels`
1665
1665
  # @return [Hash<String,String>]
1666
1666
  attr_accessor :labels
@@ -1732,7 +1732,7 @@ module Google
1732
1732
  attr_accessor :leader_options
1733
1733
 
1734
1734
  # A unique identifier for the instance configuration. Values are of the form `
1735
- # projects//instanceConfigs/a-z*`
1735
+ # projects//instanceConfigs/a-z*`.
1736
1736
  # Corresponds to the JSON property `name`
1737
1737
  # @return [String]
1738
1738
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpannerV1
18
18
  # Version of the google-apis-spanner_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210816"
25
+ REVISION = "20210825"
26
26
  end
27
27
  end
28
28
  end
@@ -350,7 +350,7 @@ module Google
350
350
  # the format `/operations/` and can be used to track the instance modification.
351
351
  # The metadata field type is UpdateInstanceMetadata. The response field type is
352
352
  # Instance, if successful. Authorization requires `spanner.instances.update`
353
- # permission on resource name.
353
+ # permission on the resource name.
354
354
  # @param [String] name
355
355
  # Required. A unique identifier for the instance, which cannot be changed after
356
356
  # the instance is created. Values are of the form `projects//instances/a-z*[a-z0-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-spanner_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1
63
63
  post_install_message:
64
64
  rdoc_options: []