google-apis-bigtableadmin_v2 0.24.0 → 0.27.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: aa19c7f4d3ad0254c262cb95f60dd5456dffa4b3ae29ee4a56eef8f8e8d1fb0b
4
- data.tar.gz: 962e0cb4b00d68149d65b2b071849a00b3dfe78690b46d7e40713e820cca9d59
3
+ metadata.gz: 5f5529199bb48284537ff19b81a326b55a53ec0f501a0111a02daaf1e187180c
4
+ data.tar.gz: 0dc9cdea227353140dbccd68c3a9e867586e0d9188c915bf5c67cc23832b0c24
5
5
  SHA512:
6
- metadata.gz: 462396d7280387f4254e08c5be6ec0fd9137dccb851c84ada6077ea91fc8235f8e6c61f12d6b411048616fd5f8bf6bef0a88964ff769313a640d2929922ce7df
7
- data.tar.gz: 21d9bc48521e90e9ac223cbbe53316c89f0b5896d9ff7157664284c81b520a0e98a6e34e6822da88e726f5185f3c9ce856af2c8614de4c9af71725e39023421b
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@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
@@ -1178,14 +1181,14 @@ module Google
1178
1181
  # @return [String]
1179
1182
  attr_accessor :display_name
1180
1183
 
1181
- # Required. Labels are a flexible and lightweight mechanism for organizing cloud
1182
- # resources into groups that reflect a customer's organizational needs and
1183
- # deployment strategies. They can be used to filter resources and aggregate
1184
- # metrics. * Label keys must be between 1 and 63 characters long and must
1185
- # conform to the regular expression: `\p`Ll`\p`Lo``0,62``. * Label values must
1186
- # be between 0 and 63 characters long and must conform to the regular expression:
1187
- # `[\p`Ll`\p`Lo`\p`N`_-]`0,63``. * No more than 64 labels can be associated
1188
- # with a given resource. * Keys and values must both be under 128 bytes.
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
- # Required. The type of the instance. Defaults to `PRODUCTION`.
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.24.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220614"
25
+ REVISION = "20220816"
26
26
  end
27
27
  end
28
28
  end
@@ -753,6 +753,7 @@ module Google
753
753
  property :display_name, as: 'displayName'
754
754
  hash :labels, as: 'labels'
755
755
  property :name, as: 'name'
756
+ property :satisfies_pzs, as: 'satisfiesPzs'
756
757
  property :state, as: 'state'
757
758
  property :type, as: 'type'
758
759
  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.24.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-07-04 00:00:00.000000000 Z
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.24.0
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: []