google-apis-domains_v1alpha2 0.25.0 → 0.26.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: d39f7734a66cc3f958f6a9fbde3ede21ffeffdbe62b76614bee7d236f291e8a5
4
- data.tar.gz: d9702cfbed224ba88ac5ccabd3886fa2546662ed1dc9fd7cf8112595fa86b013
3
+ metadata.gz: 05f1c954d51dbea98bd1b913c556366ab208c5b3c8937a155930ff1fb4458a6d
4
+ data.tar.gz: e757065dcb2637c7500d153740368ecae34c62ee9d9b01fa47d2a7126249d044
5
5
  SHA512:
6
- metadata.gz: 5c7010e2db343d687c9f93281b33cc7b94ddf5af82c51a2a64ae041ac12ed3a01085508191676c866f728201345024ff3580469e184155b46a2403c10b18a20a
7
- data.tar.gz: a7e1b35764a47e3efdfbddd92f98d8f8c7f120648738c612ac7ee911bd9329086cf5667be352efc807cd8498bd14c110e32c2d4d50cb7c6fbb206599bd291409
6
+ metadata.gz: def4b7a7a201df4759e7bf31d082c1e878da6cb4abfc51bdd40992c9d1b68ce591283b87b72fccebbe6a8e4a43f5b5ce065e0a77d293737f0ccbf1e21f425c97
7
+ data.tar.gz: 81983f64985329fda5a54a3446fa20ace6b8d430a4c786efe6fbcd0f40e94ddf4fab4e7376f4e94825b2d286f5fc4220138f83332bb4fc360b6fc8aeac456458
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.26.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230123
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.25.0 (2022-11-04)
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 DomainsV1alpha2
18
18
  # Version of the google-apis-domains_v1alpha2 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.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_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-07 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_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2
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 V1alpha2