google-apis-domains_v1beta1 0.24.0 → 0.25.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: b0fcc87d0ba31d84f8ec721c5aaf1e2dd75d7baa839d2b51b7971f64cacbe594
4
- data.tar.gz: ce373efbf372e171e8b74e331f4271cb42741d97dfebbd4f181999630f3e0ebd
3
+ metadata.gz: 780e2d6e26b7e1475e6598c012fca84dcd737bcd8df59dcdc0c28a7eda1c35a8
4
+ data.tar.gz: 4b945d28446451de91e6851c871e0e417a95952e884392fe2053cacbac2874b6
5
5
  SHA512:
6
- metadata.gz: aee097cf86dabfadc5ba57ddcc45b8b4bc0689bd73945d40a05b3efeeaeff43b8ffb1e166b3b54aa6975cbf332f54c2754c956a338d78ad410360b1c748f4b44
7
- data.tar.gz: 193584b13a17fcc29346d57721ca3b4d2be3359a98c363df81c913703defb6eee6c4d22b21f94932af3f94ebe11eb2c3e793b2002ad7e626f860e965d5ad214f
6
+ metadata.gz: e9436103cd082d1c6fa047bb1534f391e207cdbf2d1e1bee3ac073eac04a74eee353806dfdf9fdd4fb92bdba2d14010b86f47438c8561e35169f24b8ceaab8eb
7
+ data.tar.gz: baa102f14ec9b04942660f2e3ffb7bef8b2e7a56d38a2ef4eb5d8c9d5c14c43dcabf3f9ff350ee0986ec356a3857abea6dcd3493f58a3c5fc2180857131b5bc4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-domains_v1beta1
2
2
 
3
+ ### v0.25.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230123
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.24.0 (2022-11-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20221101
@@ -151,22 +151,22 @@ module Google
151
151
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
152
152
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
153
153
  # email address that represents a Google group. For example, `admins@example.com`
154
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
155
- # identifier) representing a user that has been recently deleted. For example, `
156
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
157
- # value reverts to `user:`emailid`` and the recovered user retains the role in
158
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
159
- # address (plus unique identifier) representing a service account that has been
160
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
154
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
155
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
156
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
157
+ # representing a user that has been recently deleted. For example, `alice@
158
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
159
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
160
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
161
+ # (plus unique identifier) representing a service account that has been recently
162
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
161
163
  # 123456789012345678901`. If the service account is undeleted, this value
162
164
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
163
165
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
164
166
  # An email address (plus unique identifier) representing a Google group that has
165
167
  # been recently deleted. For example, `admins@example.com?uid=
166
168
  # 123456789012345678901`. If the group is recovered, this value reverts to `
167
- # group:`emailid`` and the recovered group retains the role in the binding. * `
168
- # domain:`domain``: The G Suite domain (primary) that represents all the users
169
- # of that domain. For example, `google.com` or `example.com`.
169
+ # group:`emailid`` and the recovered group retains the role in the binding.
170
170
  # Corresponds to the JSON property `members`
171
171
  # @return [Array<String>]
172
172
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1beta1
18
18
  # Version of the google-apis-domains_v1beta1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.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 = "20221101"
25
+ REVISION = "20230123"
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-domains_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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-11-14 00:00:00.000000000 Z
11
+ date: 2023-01-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-domains_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1beta1
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 Cloud Domains API V1beta1