google-apis-apigateway_v1beta 0.19.0 → 0.20.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: daaf6c3e1aaa424bc4f2c9d745e85586a63ef4d569eb04910ed15951a4edf012
4
- data.tar.gz: 2b076ce89b07914fc11e05d093d10d07922b57c53a0b8d348af93d12d5f04367
3
+ metadata.gz: 4352023aa5719e7a6a998fb5e604da639381d6834ca71ddab54adc92dfbd0aec
4
+ data.tar.gz: 786f2569f8ecb92e48129482d5bfb93054435580bc8637eaf0974bde2cbd36be
5
5
  SHA512:
6
- metadata.gz: dc75b4a0170673a7e07cc20612da21d50f9f2cc76e8304d0f399c4c50fe3bc0e4e4556f6d5de85d2dfff01450eb5234ac906244b419a74dc07087118c1cfc935
7
- data.tar.gz: dca2e77fef9a6904c18a86b2b3caf2f664dd2ddd6307a0086fb2d3520c3e56afa5bb91cec40246cacdbad787ac12947a4269736ffc0b5b55059f9d67ba3b44f0
6
+ metadata.gz: 346e6f2fe82d1d7a282c6759e36525f19a4f3dfa33a9f31570f97a614d7b7e770513db8995dd2e38bf7e9a20c486181ad9bd7cb4bf44445246390b7a0ec4a825
7
+ data.tar.gz: e6ad82e9d74b3bddf983c8bf717f6700e89f5e9eb58e46c8ea2af23f1532c1dfca3d81333c253caf66818d32d6e73a0f428594bf7f4d8150daae96bb4b7588f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigateway_v1beta
2
2
 
3
+ ### v0.20.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220811
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.19.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -389,25 +389,28 @@ module Google
389
389
  # anyone who is authenticated with a Google account or a service account. * `
390
390
  # user:`emailid``: An email address that represents a specific Google account.
391
391
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
392
- # address that represents a service account. For example, `my-other-app@appspot.
393
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
394
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
395
- # `uniqueid``: An email address (plus unique identifier) representing a user
396
- # that has been recently deleted. For example, `alice@example.com?uid=
397
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
398
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
399
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
400
- # identifier) representing a service account that has been recently deleted. For
401
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
402
- # If the service account is undeleted, this value reverts to `serviceAccount:`
403
- # emailid`` and the undeleted service account retains the role in the binding. *
404
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
405
- # identifier) representing a Google group that has been recently deleted. For
406
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
407
- # recovered, this value reverts to `group:`emailid`` and the recovered group
408
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
409
- # primary) that represents all the users of that domain. For example, `google.
410
- # com` or `example.com`.
392
+ # address that represents a Google service account. For example, `my-other-app@
393
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
394
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
395
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
396
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
397
+ # . * `group:`emailid``: An email address that represents a Google group. For
398
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
399
+ # email address (plus unique identifier) representing a user that has been
400
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
401
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
402
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
403
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
404
+ # representing a service account that has been recently deleted. For example, `
405
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
406
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
407
+ # and the undeleted service account retains the role in the binding. * `deleted:
408
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
409
+ # representing a Google group that has been recently deleted. For example, `
410
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
411
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
412
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
413
+ # all the users of that domain. For example, `google.com` or `example.com`.
411
414
  # Corresponds to the JSON property `members`
412
415
  # @return [Array<String>]
413
416
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigatewayV1beta
18
18
  # Version of the google-apis-apigateway_v1beta gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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 = "20220504"
25
+ REVISION = "20220811"
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-apigateway_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-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-apigateway_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigateway_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []