google-apis-apigateway_v1beta 0.22.0 → 0.23.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: f7351d2622c9c1d5493093cfd4dfbf8ca281afc4c8d101942b628002d0ba4540
4
- data.tar.gz: 5fd04ef453ed531de7ecb8ae40de14258421c66ca86e6a780542434edfbed58c
3
+ metadata.gz: e9a35823b43f0cf0ec4fb686ccf30a876e553850133ce49c36b5358f999aab4f
4
+ data.tar.gz: 1e8fd5d98f7b8d2601a472049bf3c8146c14205273038b5fd11fbef849b5caf5
5
5
  SHA512:
6
- metadata.gz: e5498dc5ab74fa6c04dbe1a736d903e59156ae62ec2abe20545b066a654089423c552460573be836c080e61baba404f46e91eb83119e9886afc2d2b45fcf9a81
7
- data.tar.gz: b98426d2cd5e31b972e4a260d1e76db5c30b60047c75f3d8548e6fec9cc0616730519ba52081184e505596de41cf1a625cd7842b464dee922635d1c68f5ce83e
6
+ metadata.gz: 0de477534087e21624efd38be4ce4fa6b576ba9aea201372a78946a0a7b76a4bc26c1a0e71f524301c5441a210b794d39fae4b032cea06ac682cab42d2ff6e85
7
+ data.tar.gz: c043745545531db0f8d373c62f62338d84e9615a52f6f5de99581698a6836d0054e7e8c80ea84f82221f54f59c363994e0b0e4b2c0924f931ebbd1036fc64b67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigateway_v1beta
2
2
 
3
+ ### v0.23.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230125
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.22.0 (2022-10-30)
4
9
 
5
10
  * Regenerated using generator version 0.11.0
@@ -397,22 +397,22 @@ module Google
397
397
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
398
398
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
399
399
  # email address that represents a Google group. For example, `admins@example.com`
400
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
401
- # identifier) representing a user that has been recently deleted. For example, `
402
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
403
- # value reverts to `user:`emailid`` and the recovered user retains the role in
404
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
405
- # address (plus unique identifier) representing a service account that has been
406
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
400
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
401
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
402
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
403
+ # representing a user that has been recently deleted. For example, `alice@
404
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
405
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
406
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
407
+ # (plus unique identifier) representing a service account that has been recently
408
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
407
409
  # 123456789012345678901`. If the service account is undeleted, this value
408
410
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
409
411
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
410
412
  # An email address (plus unique identifier) representing a Google group that has
411
413
  # been recently deleted. For example, `admins@example.com?uid=
412
414
  # 123456789012345678901`. If the group is recovered, this value reverts to `
413
- # group:`emailid`` and the recovered group retains the role in the binding. * `
414
- # domain:`domain``: The G Suite domain (primary) that represents all the users
415
- # of that domain. For example, `google.com` or `example.com`.
415
+ # group:`emailid`` and the recovered group retains the role in the binding.
416
416
  # Corresponds to the JSON property `members`
417
417
  # @return [Array<String>]
418
418
  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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220908"
25
+ REVISION = "20230125"
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.22.0
4
+ version: 0.23.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-05 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.23.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for API Gateway API V1beta