google-apis-ids_v1 0.11.0 → 0.12.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: 7d2da5b3db56ecff17332f168c694282e347b1617aefdb029542297e4ebbba6b
4
- data.tar.gz: 693dc99df0e6086108676117abb70b96d2d6ce4ee558fe9278da0a10a28196fb
3
+ metadata.gz: 0d70e0acbcdb789cfb26a1bdd58d1475e6b31904237aef576fa2da983f44679b
4
+ data.tar.gz: 3775d935d9c0cb7525f132b84625567fe22965fb5c549270da2061a32bb86878
5
5
  SHA512:
6
- metadata.gz: 6c382a08090e377e5ec3427192278b41303d15b4a43954988fa8d5a5b919b994ad6c70d31274bb44141e4944172216c5821eb150d51223345af5669dac12c3d0
7
- data.tar.gz: 791eea609e60ca8426a7be7e60555a30ce58871834c2316d9e7cef7728e1d4c171c7f8d1a7255780e33c07681a8f35d228eb9963004d5c9ebbafcc03d1594e40
6
+ metadata.gz: 9ef4f1e34eda28d9cd9615fb09db9214aa18b89d867d46ef6a029363387ef8d646d67d84ac3e8f322b06a26c37c930777fcc5f30d4909dcaf5668a758a32f779
7
+ data.tar.gz: 546ce2de913afe81e1aaeef3beae5c0d171c8f60d7d7005201bb3efa6a0601cea2d6b9a2ad3b2900d5b9d37c73a5f20e9a7bc7d343fb2d6df22d699e3276c7db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ids_v1
2
2
 
3
+ ### v0.12.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230404
6
+
3
7
  ### v0.11.0 (2023-02-19)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -131,22 +131,22 @@ module Google
131
131
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
132
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
133
  # email address that represents a Google group. For example, `admins@example.com`
134
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135
- # identifier) representing a user that has been recently deleted. For example, `
136
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
137
- # value reverts to `user:`emailid`` and the recovered user retains the role in
138
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139
- # address (plus unique identifier) representing a service account that has been
140
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
134
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
135
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
136
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137
+ # representing a user that has been recently deleted. For example, `alice@
138
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
139
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
140
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141
+ # (plus unique identifier) representing a service account that has been recently
142
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
141
143
  # 123456789012345678901`. If the service account is undeleted, this value
142
144
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
145
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
146
  # An email address (plus unique identifier) representing a Google group that has
145
147
  # been recently deleted. For example, `admins@example.com?uid=
146
148
  # 123456789012345678901`. If the group is recovered, this value reverts to `
147
- # group:`emailid`` and the recovered group retains the role in the binding. * `
148
- # domain:`domain``: The G Suite domain (primary) that represents all the users
149
- # of that domain. For example, `google.com` or `example.com`.
149
+ # group:`emailid`` and the recovered group retains the role in the binding.
150
150
  # Corresponds to the JSON property `members`
151
151
  # @return [Array<String>]
152
152
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdsV1
18
18
  # Version of the google-apis-ids_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221113"
25
+ REVISION = "20230404"
26
26
  end
27
27
  end
28
28
  end
@@ -140,7 +140,7 @@ module Google
140
140
  # that if you must retry your request, the server will know to ignore the
141
141
  # request if it has already been completed. The server will guarantee that for
142
142
  # at least 60 minutes since the first request. For example, consider a situation
143
- # where you make an initial request and t he request times out. If you make the
143
+ # where you make an initial request and the request times out. If you make the
144
144
  # request again with the same request ID, the server can check if original
145
145
  # operation with the same request ID was received, and if so, will ignore the
146
146
  # second request. This prevents clients from accidentally creating duplicate
@@ -185,7 +185,7 @@ module Google
185
185
  # that if you must retry your request, the server will know to ignore the
186
186
  # request if it has already been completed. The server will guarantee that for
187
187
  # at least 60 minutes after the first request. For example, consider a situation
188
- # where you make an initial request and t he request times out. If you make the
188
+ # where you make an initial request and the request times out. If you make the
189
189
  # request again with the same request ID, the server can check if original
190
190
  # operation with the same request ID was received, and if so, will ignore the
191
191
  # second request. This prevents clients from accidentally creating duplicate
@@ -351,7 +351,7 @@ module Google
351
351
  # that if you must retry your request, the server will know to ignore the
352
352
  # request if it has already been completed. The server will guarantee that for
353
353
  # at least 60 minutes since the first request. For example, consider a situation
354
- # where you make an initial request and t he request times out. If you make the
354
+ # where you make an initial request and the request times out. If you make the
355
355
  # request again with the same request ID, the server can check if original
356
356
  # operation with the same request ID was received, and if so, will ignore the
357
357
  # second request. This prevents clients from accidentally creating duplicate
@@ -575,13 +575,7 @@ module Google
575
575
  end
576
576
 
577
577
  # Lists operations that match the specified filter in the request. If the server
578
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
579
- # binding allows API services to override the binding to use different resource
580
- # name schemes, such as `users/*/operations`. To override the binding, API
581
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
582
- # service configuration. For backwards compatibility, the default name includes
583
- # the operations collection id, however overriding users must ensure the name
584
- # binding is the parent resource, without the operations collection id.
578
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
585
579
  # @param [String] name
586
580
  # The name of the operation's parent resource.
587
581
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ids_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-16 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-ids_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1
63
63
  post_install_message:
64
64
  rdoc_options: []