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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/spanner_v1/classes.rb +11 -11
- data/lib/google/apis/spanner_v1/gem_version.rb +2 -2
- data/lib/google/apis/spanner_v1/service.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65f291bc4c13a877c513f8b6ac04a3649db401654adb0e09ae58552151b3014a
|
4
|
+
data.tar.gz: 25d78f30d9b22e2d035ee29638ed7e896cddc89b531af81f5422a336d0c5c720
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69c490c9ee531e44481798c6f97a81063bfae060b3b30dcc42271f6f96ac364bc7dc03896145d4d9c1e51bcbc8da81be87cabc048911ec76d188b08d2e1f713b
|
7
|
+
data.tar.gz: 780daa7897e74b6d85e3a09a2c148c73f3241a620be09ee254331bdaf04fac84fe6f7c8f47a85149518ef811e62f72d76364a3955071f961cadb6e646fa3f108
|
data/CHANGELOG.md
CHANGED
@@ -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: `
|
1655
|
-
#
|
1656
|
-
#
|
1657
|
-
#
|
1658
|
-
#
|
1659
|
-
#
|
1660
|
-
#
|
1661
|
-
#
|
1662
|
-
#
|
1663
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|