google-apis-bigtableadmin_v2 0.24.0 → 0.27.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f5529199bb48284537ff19b81a326b55a53ec0f501a0111a02daaf1e187180c
|
|
4
|
+
data.tar.gz: 0dc9cdea227353140dbccd68c3a9e867586e0d9188c915bf5c67cc23832b0c24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43613dd54598d1aae795c14af24f8c7765dab2b64f156991a126db9ec16d5b85df0580f9edf598bdb0bfb20eba631e9646156dc659eb25cc423f6fabc6330d5a
|
|
7
|
+
data.tar.gz: 12c37302db8ad3cfbf9ed2ee327105caab30690feed81c182a8f69145d0ab4adcd6637b18464b37f6df5fa64d2813121b37f61f08e2c83556f3e88f5e314cf8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.27.0 (2022-08-24)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220816
|
|
6
|
+
|
|
7
|
+
### v0.26.0 (2022-08-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20220806
|
|
10
|
+
|
|
11
|
+
### v0.25.0 (2022-07-17)
|
|
12
|
+
|
|
13
|
+
* Regenerated from discovery document revision 20220706
|
|
14
|
+
* Regenerated using generator version 0.9.0
|
|
15
|
+
|
|
3
16
|
### v0.24.0 (2022-06-30)
|
|
4
17
|
|
|
5
18
|
* Regenerated using generator version 0.8.0
|
|
@@ -350,25 +350,28 @@ module Google
|
|
|
350
350
|
# anyone who is authenticated with a Google account or a service account. * `
|
|
351
351
|
# user:`emailid``: An email address that represents a specific Google account.
|
|
352
352
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
|
353
|
-
# address that represents a service account. For example, `my-other-app@
|
|
354
|
-
# gserviceaccount.com`. * `
|
|
355
|
-
#
|
|
356
|
-
#
|
|
357
|
-
#
|
|
358
|
-
#
|
|
359
|
-
#
|
|
360
|
-
#
|
|
361
|
-
#
|
|
362
|
-
#
|
|
363
|
-
#
|
|
364
|
-
# emailid
|
|
365
|
-
#
|
|
366
|
-
#
|
|
367
|
-
#
|
|
368
|
-
#
|
|
369
|
-
#
|
|
370
|
-
#
|
|
371
|
-
#
|
|
353
|
+
# address that represents a Google service account. For example, `my-other-app@
|
|
354
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
|
355
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
|
356
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
|
357
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
|
358
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
|
359
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
|
360
|
+
# email address (plus unique identifier) representing a user that has been
|
|
361
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
|
362
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
|
363
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
|
364
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
|
365
|
+
# representing a service account that has been recently deleted. For example, `
|
|
366
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
|
367
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
|
368
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
|
369
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
|
370
|
+
# representing a Google group that has been recently deleted. For example, `
|
|
371
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
|
372
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
|
373
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
|
374
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
|
372
375
|
# Corresponds to the JSON property `members`
|
|
373
376
|
# @return [Array<String>]
|
|
374
377
|
attr_accessor :members
|
|
@@ -1178,14 +1181,14 @@ module Google
|
|
|
1178
1181
|
# @return [String]
|
|
1179
1182
|
attr_accessor :display_name
|
|
1180
1183
|
|
|
1181
|
-
#
|
|
1182
|
-
#
|
|
1183
|
-
#
|
|
1184
|
-
#
|
|
1185
|
-
#
|
|
1186
|
-
#
|
|
1187
|
-
#
|
|
1188
|
-
#
|
|
1184
|
+
# Labels are a flexible and lightweight mechanism for organizing cloud resources
|
|
1185
|
+
# into groups that reflect a customer's organizational needs and deployment
|
|
1186
|
+
# strategies. They can be used to filter resources and aggregate metrics. *
|
|
1187
|
+
# Label keys must be between 1 and 63 characters long and must conform to the
|
|
1188
|
+
# regular expression: `\p`Ll`\p`Lo``0,62``. * Label values must be between 0 and
|
|
1189
|
+
# 63 characters long and must conform to the regular expression: `[\p`Ll`\p`Lo`\
|
|
1190
|
+
# p`N`_-]`0,63``. * No more than 64 labels can be associated with a given
|
|
1191
|
+
# resource. * Keys and values must both be under 128 bytes.
|
|
1189
1192
|
# Corresponds to the JSON property `labels`
|
|
1190
1193
|
# @return [Hash<String,String>]
|
|
1191
1194
|
attr_accessor :labels
|
|
@@ -1196,12 +1199,18 @@ module Google
|
|
|
1196
1199
|
# @return [String]
|
|
1197
1200
|
attr_accessor :name
|
|
1198
1201
|
|
|
1202
|
+
# Output only. Reserved for future use.
|
|
1203
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
1204
|
+
# @return [Boolean]
|
|
1205
|
+
attr_accessor :satisfies_pzs
|
|
1206
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
1207
|
+
|
|
1199
1208
|
# Output only. The current state of the instance.
|
|
1200
1209
|
# Corresponds to the JSON property `state`
|
|
1201
1210
|
# @return [String]
|
|
1202
1211
|
attr_accessor :state
|
|
1203
1212
|
|
|
1204
|
-
#
|
|
1213
|
+
# The type of the instance. Defaults to `PRODUCTION`.
|
|
1205
1214
|
# Corresponds to the JSON property `type`
|
|
1206
1215
|
# @return [String]
|
|
1207
1216
|
attr_accessor :type
|
|
@@ -1216,6 +1225,7 @@ module Google
|
|
|
1216
1225
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1217
1226
|
@labels = args[:labels] if args.key?(:labels)
|
|
1218
1227
|
@name = args[:name] if args.key?(:name)
|
|
1228
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
1219
1229
|
@state = args[:state] if args.key?(:state)
|
|
1220
1230
|
@type = args[:type] if args.key?(:type)
|
|
1221
1231
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigtableadminV2
|
|
18
18
|
# Version of the google-apis-bigtableadmin_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220816"
|
|
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-bigtableadmin_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.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-
|
|
11
|
+
date: 2022-08-29 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-bigtableadmin_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|