google-apis-spanner_v1 0.35.0 → 0.36.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/spanner_v1/classes.rb +30 -27
- data/lib/google/apis/spanner_v1/gem_version.rb +2 -2
- 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: 9b526eb69eddffb97a1c22ac334802a20f8b6096eb10bdcddf00263c731dc878
|
|
4
|
+
data.tar.gz: 3e8212b7a7b9e2432ee4cf39b7ae52adbd3062e8efd8f2f7a19c267e29617048
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a96ea3e78b1b60eac1d4647ae7f0ca7c5226f10869efb6bd66b0cec46be3a8fa187767c0fa2e370d5d7a417475b5ebb8c510614943833808992ee3f507ae67f0
|
|
7
|
+
data.tar.gz: 6c069b56105a94efebaa7361dfba17b81ebdcacf30e545bc92ffa87da76852e0ef07984f4c32eedb177a6bfe23d61c106d02a2d1122a0af3f0f3c1461ef60995
|
data/CHANGELOG.md
CHANGED
|
@@ -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@
|
|
469
|
-
# gserviceaccount.com`. * `
|
|
470
|
-
#
|
|
471
|
-
#
|
|
472
|
-
#
|
|
473
|
-
#
|
|
474
|
-
#
|
|
475
|
-
#
|
|
476
|
-
#
|
|
477
|
-
#
|
|
478
|
-
#
|
|
479
|
-
# emailid
|
|
480
|
-
#
|
|
481
|
-
#
|
|
482
|
-
#
|
|
483
|
-
#
|
|
484
|
-
#
|
|
485
|
-
#
|
|
486
|
-
#
|
|
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
|
|
1220
|
-
#
|
|
1221
|
-
#
|
|
1222
|
-
#
|
|
1223
|
-
#
|
|
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/
|
|
1278
|
-
# CREATE ROLE` DDL statement.
|
|
1279
|
-
# methods to identify the database role.
|
|
1281
|
+
# instances//databases//databaseRoles/ `, where `` is as specified in the `
|
|
1282
|
+
# CREATE 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.
|
|
19
|
+
GEM_VERSION = "0.36.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 = "
|
|
25
|
+
REVISION = "20220812"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.36.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-
|
|
11
|
+
date: 2022-08-22 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.36.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: []
|