google-apis-bigtableadmin_v2 0.25.0 → 0.26.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: 32edbafd0a705c4575ef6dea07c82ee010c2c03f5b1fe7cd3af71b864eebf07c
4
- data.tar.gz: 7bdb6e13cfbee87fac8b732999029f68de3793d74c05f0912cb0553fabcc1600
3
+ metadata.gz: 3de679bb782699e5e9aeccb826da3374e34a15d7a4aafc0c15597850426a4232
4
+ data.tar.gz: e122735aa3b1bbf81ba308bafdb90c9c7c4aa2ab299e6dc4fb65820de8d2ee1a
5
5
  SHA512:
6
- metadata.gz: 517d37be18cbb519158ded02b62b8bd9c95881fc79984b1042169b64347d22e83b204a18051159fbb935ddab4155c5b5d7cd219d24e88955012dd2728a3a0ded
7
- data.tar.gz: 4caae0aaa6fd1eabc8513dce1e67f356762260feb97c95c120e40ee9268cf4d6d84f81b3812d98fab4afe21550eaf7a10381c88ba2fd816d47c71221d9feba1f
6
+ metadata.gz: 5ceaae973771fb6c39c91b11108473085c5068fa7a561d9f890038a75252e11fe21d36bb96258abdde4fe7e65ca9f882d359d5a349a3c7402e10129cdf37fce7
7
+ data.tar.gz: 0aa655b6a48a2477f571534a5e5c043c9959d3a2bae4c69a2a07d8e778d84dd5fa1a5a53eecc7409dc0648b17c6c69a5e27cf1c9a69f1904ba65129c462662af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.26.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220806
6
+
3
7
  ### v0.25.0 (2022-07-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20220706
@@ -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@appspot.
354
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
355
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
356
- # `uniqueid``: An email address (plus unique identifier) representing a user
357
- # that has been recently deleted. For example, `alice@example.com?uid=
358
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
359
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
360
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
361
- # identifier) representing a service account that has been recently deleted. For
362
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
363
- # If the service account is undeleted, this value reverts to `serviceAccount:`
364
- # emailid`` and the undeleted service account retains the role in the binding. *
365
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
366
- # identifier) representing a Google group that has been recently deleted. For
367
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
368
- # recovered, this value reverts to `group:`emailid`` and the recovered group
369
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
370
- # primary) that represents all the users of that domain. For example, `google.
371
- # com` or `example.com`.
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
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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 = "20220706"
25
+ REVISION = "20220806"
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.25.0
4
+ version: 0.26.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-07-18 00:00:00.000000000 Z
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-bigtableadmin_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.26.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: []