google-apis-bigtableadmin_v2 0.26.0 → 0.28.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: 3de679bb782699e5e9aeccb826da3374e34a15d7a4aafc0c15597850426a4232
4
- data.tar.gz: e122735aa3b1bbf81ba308bafdb90c9c7c4aa2ab299e6dc4fb65820de8d2ee1a
3
+ metadata.gz: 27f47f6e7b15c47a9519ff074c7f73e82d3d6c5fcb8a85fea295673dfa84733f
4
+ data.tar.gz: 5133389320a29dbbc44050c57110fe9e554732fd93127ad92720f01fed5bc5ea
5
5
  SHA512:
6
- metadata.gz: 5ceaae973771fb6c39c91b11108473085c5068fa7a561d9f890038a75252e11fe21d36bb96258abdde4fe7e65ca9f882d359d5a349a3c7402e10129cdf37fce7
7
- data.tar.gz: 0aa655b6a48a2477f571534a5e5c043c9959d3a2bae4c69a2a07d8e778d84dd5fa1a5a53eecc7409dc0648b17c6c69a5e27cf1c9a69f1904ba65129c462662af
6
+ metadata.gz: 2560135e823cfaaa7b21b63e89494ed16b45fd787322d047ba5f6eb8e2b8a5ecfc3102185297533684c59d05974f765d3787a3681bca889584b2a8aba232c504
7
+ data.tar.gz: ada27501476d3212d3519766999588231ef1d8e5bf75a68cb7abce2a7642a463b9d9a851a6196e997068aa714957508e6469990ae93913b862854600c0cf0fd6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.28.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+
7
+ ### v0.27.0 (2022-08-24)
8
+
9
+ * Regenerated from discovery document revision 20220816
10
+
3
11
  ### v0.26.0 (2022-08-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20220806
@@ -347,31 +347,33 @@ module Google
347
347
  # members` can have the following values: * `allUsers`: A special identifier
348
348
  # that represents anyone who is on the internet; with or without a Google
349
349
  # account. * `allAuthenticatedUsers`: A special identifier that represents
350
- # anyone who is authenticated with a Google account or a service account. * `
351
- # user:`emailid``: An email address that represents a specific Google account.
352
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
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`.
350
+ # anyone who is authenticated with a Google account or a service account. Does
351
+ # not include identities that come from external identity providers (IdPs)
352
+ # through identity federation. * `user:`emailid``: An email address that
353
+ # represents a specific Google account. For example, `alice@example.com` . * `
354
+ # serviceAccount:`emailid``: An email address that represents a Google service
355
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
356
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
357
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
358
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
359
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
360
+ # email address that represents a Google group. For example, `admins@example.com`
361
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
362
+ # identifier) representing a user that has been recently deleted. For example, `
363
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
364
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
365
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
366
+ # address (plus unique identifier) representing a service account that has been
367
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
368
+ # 123456789012345678901`. If the service account is undeleted, this value
369
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
370
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
371
+ # An email address (plus unique identifier) representing a Google group that has
372
+ # been recently deleted. For example, `admins@example.com?uid=
373
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
374
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
375
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
376
+ # of that domain. For example, `google.com` or `example.com`.
375
377
  # Corresponds to the JSON property `members`
376
378
  # @return [Array<String>]
377
379
  attr_accessor :members
@@ -1181,14 +1183,14 @@ module Google
1181
1183
  # @return [String]
1182
1184
  attr_accessor :display_name
1183
1185
 
1184
- # Required. Labels are a flexible and lightweight mechanism for organizing cloud
1185
- # resources into groups that reflect a customer's organizational needs and
1186
- # deployment strategies. They can be used to filter resources and aggregate
1187
- # metrics. * Label keys must be between 1 and 63 characters long and must
1188
- # conform to the regular expression: `\p`Ll`\p`Lo``0,62``. * Label values must
1189
- # be between 0 and 63 characters long and must conform to the regular expression:
1190
- # `[\p`Ll`\p`Lo`\p`N`_-]`0,63``. * No more than 64 labels can be associated
1191
- # with a given resource. * Keys and values must both be under 128 bytes.
1186
+ # Labels are a flexible and lightweight mechanism for organizing cloud resources
1187
+ # into groups that reflect a customer's organizational needs and deployment
1188
+ # strategies. They can be used to filter resources and aggregate metrics. *
1189
+ # Label keys must be between 1 and 63 characters long and must conform to the
1190
+ # regular expression: `\p`Ll`\p`Lo``0,62``. * Label values must be between 0 and
1191
+ # 63 characters long and must conform to the regular expression: `[\p`Ll`\p`Lo`\
1192
+ # p`N`_-]`0,63``. * No more than 64 labels can be associated with a given
1193
+ # resource. * Keys and values must both be under 128 bytes.
1192
1194
  # Corresponds to the JSON property `labels`
1193
1195
  # @return [Hash<String,String>]
1194
1196
  attr_accessor :labels
@@ -1210,7 +1212,7 @@ module Google
1210
1212
  # @return [String]
1211
1213
  attr_accessor :state
1212
1214
 
1213
- # Required. The type of the instance. Defaults to `PRODUCTION`.
1215
+ # The type of the instance. Defaults to `PRODUCTION`.
1214
1216
  # Corresponds to the JSON property `type`
1215
1217
  # @return [String]
1216
1218
  attr_accessor :type
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.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 = "20220806"
25
+ REVISION = "20220908"
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.26.0
4
+ version: 0.28.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-22 00:00:00.000000000 Z
11
+ date: 2022-09-19 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.28.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: []