google-apis-cloudidentity_v1 0.11.0 → 0.15.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: 3ada2c0e2a92133a9036a122c92dd0913ab3480e9dba609607ec6ec3fcb7cad6
4
- data.tar.gz: e7a057375d63cbdd32bd2282963d06963df42a6b8222647c60f116aaf3696ee2
3
+ metadata.gz: 4c8f0777f0ddbed28bb23f8e593c6b5f5bbb4bcb162d07860744f5acee9aff15
4
+ data.tar.gz: 403104ea4399d8bb61973af80ec7acd7b8d14593b0a51deed3ae8e0dab9dde05
5
5
  SHA512:
6
- metadata.gz: 2954b7dc00b12d7aea5e34ce46e6799ef16c22d96f1f2af33c30fd8029919e759c2950d0baebfc662b0331d51b4c32572f15d0ad253d6d1fe6bd017407531d76
7
- data.tar.gz: 34c306e5044161b2664e97eb1d98c819f9556a94c38c50c167c73902c95bea5b56b458af11a478189555721c2170a45cf375070a63b25df40a4b73644bcfb0e9
6
+ metadata.gz: 87d2553fab7bbbf006dd9a4a6883a98626c8984d86f90c5541a62785e3201acdad9666e5130cda1bf3be37902cea20f2d97ca178e3d1b830e2a9fc122e256773
7
+ data.tar.gz: 6274fcaf4eb0b00a90773e3b87b61e4b4b47bedd56d782c82f341fb1b1e1927add4788ce4709d1e3ab52c0d7818197f0b3c33f2417be12c37ea9df850bef5301
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.15.0 (2021-11-17)
4
+
5
+ * Regenerated from discovery document revision 20211116
6
+
7
+ ### v0.14.0 (2021-10-20)
8
+
9
+ * Regenerated from discovery document revision 20210928
10
+
11
+ ### v0.13.0 (2021-09-22)
12
+
13
+ * Regenerated from discovery document revision 20210920
14
+
15
+ ### v0.12.0 (2021-09-08)
16
+
17
+ * Regenerated from discovery document revision 20210906
18
+
3
19
  ### v0.11.0 (2021-08-25)
4
20
 
5
21
  * Regenerated from discovery document revision 20210824
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudidentity service in particular.)
67
67
 
@@ -131,7 +131,10 @@ module Google
131
131
  # users with at least one `organizations.department` of engineering. `user.
132
132
  # organizations.exists(org, org.department=='engineering')` All users with at
133
133
  # least one location that has `area` of `foo` and `building_id` of `bar`. `user.
134
- # locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')`
134
+ # locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')` All users
135
+ # with any variation of the name John Doe (case-insensitive queries add `
136
+ # equalsIgnoreCase()` to the value being queried). `user.name.value.
137
+ # equalsIgnoreCase('jOhn DoE')`
135
138
  # Corresponds to the JSON property `query`
136
139
  # @return [String]
137
140
  attr_accessor :query
@@ -1960,7 +1963,7 @@ module Google
1960
1963
  end
1961
1964
 
1962
1965
  # The `UserInvitation` resource represents an email that can be sent to an
1963
- # unmanaged user account inviting them to join the customers Google Workspace
1966
+ # unmanaged user account inviting them to join the customer's Google Workspace
1964
1967
  # or Cloud Identity account. An unmanaged account shares an email address domain
1965
1968
  # with the Google Workspace or Cloud Identity account but is not managed by it
1966
1969
  # yet. If the user accepts the `UserInvitation`, the user account will become
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210824"
25
+ REVISION = "20211116"
26
26
  end
27
27
  end
28
28
  end
@@ -1014,8 +1014,8 @@ module Google
1014
1014
  # resource_names) of the `Group`. Shall be of the form `groups/`group``.
1015
1015
  # @param [Google::Apis::CloudidentityV1::Group] group_object
1016
1016
  # @param [String] update_mask
1017
- # Required. The names of fields to update. May only contain the following fields:
1018
- # `display_name`, `description`, `labels`.
1017
+ # Required. The names of fields to update. May only contain the following field
1018
+ # names: `display_name`, `description`, `labels`.
1019
1019
  # @param [String] fields
1020
1020
  # Selector specifying which fields to include in a partial response.
1021
1021
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.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: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: