google-apis-spanner_v1 0.34.0 → 0.37.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: 9690840da97002a01747a49e2d16b6f86a8a2edd25e0ebd551293801bce67bf3
4
- data.tar.gz: caf06b123f2ba67f54caaae8054bf242500066d97d180d8c50217e584bcc48ca
3
+ metadata.gz: '04482d1f5f618bac1fa2fb733e94bef99a0736c7ad2b1d634d6c563a86e31b7f'
4
+ data.tar.gz: 6fffc742b361bcb309f5e536769c7c7cbcf516a9df9cd8674c7f0d44ab6dc331
5
5
  SHA512:
6
- metadata.gz: 24be8acd6f107b988be951d8e3125bcfa7304044c21aa185caed9518ea676b1699dd1a895412197355a7a282af8febc0f752e54d861a9a693cd2ef988b37fc8a
7
- data.tar.gz: c5c9955189c7c6f6f7cc17f1b48326e99b41c433d43e39ea5e6249c9c9622639814a64e392dc473bd1ce913c3ef503eaf9aa7298c9642f2f6dafce76bedf1cb4
6
+ metadata.gz: a4c1c1c8d725a172c1e1b7112d6bc9524f7cb4408859a7e497219182cdbf8dc9aa10a8da2da5a62c8593cd9c21bea12fe8b5d5d6104aea9b7f83e4f66efbea39
7
+ data.tar.gz: 4c33e501851e05cdca0fc88f8726cbdade7e6440bef199333a7f84ac6da737d3c0ba88d42b3c0869cb3011e2374fb72f0be6970c4e6368df53f13738ffad695d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.37.0 (2022-09-05)
4
+
5
+ * Regenerated from discovery document revision 20220902
6
+
7
+ ### v0.36.0 (2022-08-21)
8
+
9
+ * Regenerated from discovery document revision 20220812
10
+
11
+ ### v0.35.0 (2022-08-08)
12
+
13
+ * Regenerated from discovery document revision 20220726
14
+
3
15
  ### v0.34.0 (2022-07-27)
4
16
 
5
17
  * Unspecified changes
@@ -465,25 +465,28 @@ module Google
465
465
  # anyone who is authenticated with a Google account or a service account. * `
466
466
  # user:`emailid``: An email address that represents a specific Google account.
467
467
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
468
- # address that represents a service account. For example, `my-other-app@appspot.
469
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
470
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
471
- # `uniqueid``: An email address (plus unique identifier) representing a user
472
- # that has been recently deleted. For example, `alice@example.com?uid=
473
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
474
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
475
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
476
- # identifier) representing a service account that has been recently deleted. For
477
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
478
- # If the service account is undeleted, this value reverts to `serviceAccount:`
479
- # emailid`` and the undeleted service account retains the role in the binding. *
480
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
481
- # identifier) representing a Google group that has been recently deleted. For
482
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
483
- # recovered, this value reverts to `group:`emailid`` and the recovered group
484
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
485
- # primary) that represents all the users of that domain. For example, `google.
486
- # com` or `example.com`.
468
+ # address that represents a Google service account. For example, `my-other-app@
469
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
470
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
471
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
472
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
473
+ # . * `group:`emailid``: An email address that represents a Google group. For
474
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
475
+ # email address (plus unique identifier) representing a user that has been
476
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
477
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
478
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
479
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
480
+ # representing a service account that has been recently deleted. For example, `
481
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
482
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
483
+ # and the undeleted service account retains the role in the binding. * `deleted:
484
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
485
+ # representing a Google group that has been recently deleted. For example, `
486
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
487
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
488
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
489
+ # all the users of that domain. For example, `google.com` or `example.com`.
487
490
  # Corresponds to the JSON property `members`
488
491
  # @return [Array<String>]
489
492
  attr_accessor :members
@@ -1216,11 +1219,12 @@ module Google
1216
1219
  attr_accessor :encryption_config
1217
1220
 
1218
1221
  # Output only. For databases that are using customer managed encryption, this
1219
- # field contains the encryption information for the database, such as encryption
1220
- # state and the Cloud KMS key versions that are in use. For databases that are
1221
- # using Google default or other types of encryption, this field is empty. This
1222
- # field is propagated lazily from the backend. There might be a delay from when
1223
- # a key version is being used and when it appears in this field.
1222
+ # field contains the encryption information for the database, such as all Cloud
1223
+ # KMS key versions that are in use. The `encryption_status' field inside of each
1224
+ # `EncryptionInfo` is not populated. For databases that are using Google default
1225
+ # or other types of encryption, this field is empty. This field is propagated
1226
+ # lazily from the backend. There might be a delay from when a key version is
1227
+ # being used and when it appears in this field.
1224
1228
  # Corresponds to the JSON property `encryptionInfo`
1225
1229
  # @return [Array<Google::Apis::SpannerV1::EncryptionInfo>]
1226
1230
  attr_accessor :encryption_info
@@ -1274,9 +1278,8 @@ module Google
1274
1278
  include Google::Apis::Core::Hashable
1275
1279
 
1276
1280
  # Required. The name of the database role. Values are of the form `projects//
1277
- # instances//databases//databaseRoles/ `role``, where `` is as specified in the `
1278
- # CREATE ROLE` DDL statement. This name can be passed to Get/Set IAMPolicy
1279
- # methods to identify the database role.
1281
+ # instances//databases//databaseRoles/` where `` is as specified in the `CREATE
1282
+ # ROLE` DDL statement.
1280
1283
  # Corresponds to the JSON property `name`
1281
1284
  # @return [String]
1282
1285
  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.34.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220718"
25
+ REVISION = "20220902"
26
26
  end
27
27
  end
28
28
  end
@@ -1720,7 +1720,7 @@ module Google
1720
1720
  # Lists Cloud Spanner database roles.
1721
1721
  # @param [String] parent
1722
1722
  # Required. The database whose roles should be listed. Values are of the form `
1723
- # projects//instances//databases//databaseRoles`.
1723
+ # projects//instances//databases/`.
1724
1724
  # @param [Fixnum] page_size
1725
1725
  # Number of database roles to be returned in the response. If 0 or less,
1726
1726
  # defaults to the server's maximum allowed page size.
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.34.0
4
+ version: 0.37.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: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-09-12 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/main/generated/google-apis-spanner_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1
63
63
  post_install_message:
64
64
  rdoc_options: []