google-apis-admin_directory_v1 0.37.0 → 0.39.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: 9c036b12d74807cadc46c4ffb1a75fa55e91fb4b487e47c2a70b361194a27e31
4
- data.tar.gz: 4061d8eb33029262b12aa4c6cc7115b4c3c246d60b9ccdd44b53965a3f49c5fc
3
+ metadata.gz: 9fa9720f2b63d8c4c439ec4b4cef003eca68c56b27cac66bb62c95a65f638606
4
+ data.tar.gz: 01dc1378f733690fda17b51a200f6f57b70a38e22ff4a09c8f0a8b491b709a4b
5
5
  SHA512:
6
- metadata.gz: 40ae394ddc4adb1e692f43b97cc5ebbd6ac8ccf9b30335db5112f7da3214429ebb66737557b4b26a5a9a01e4374e57b5cfab06add5b549609697d3d06310c00c
7
- data.tar.gz: a71473ba25a431b4ebbbb83a67d1f9ddd2b2b2c32aaa3de28b11e7c828ab1419f682739da67c3056895cb25fc1ea478f3b4342419c7e1da7713e00186a172852
6
+ metadata.gz: df8b16841284db1434321058bcc02d06ab1e287102b823fd32297066566f7f74c475b1416aab7a9a7e064498979d480c345b08c8e07d206d9e4c09e2dd422687
7
+ data.tar.gz: 1b03628cafcdcdf51fbbad5bf0b2b4cdc2615ce29e67c9be5bba50c91e02c706fc4b6a8cfeaa201b4354f35bff09ee10c24a042eff01929bd0f82fe04898a8d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.39.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.38.0 (2023-01-29)
8
+
9
+ * Regenerated from discovery document revision 20230124
10
+
3
11
  ### v0.37.0 (2023-01-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20230103
@@ -1914,8 +1914,9 @@ module Google
1914
1914
  include Google::Apis::Core::Hashable
1915
1915
 
1916
1916
  # The payload for the command result. The following commands respond with a
1917
- # payload: - DEVICE_START_CRD_SESSION: Payload is a stringified JSON object in
1918
- # the form: ` "url": url `. The URL provides a link to the CRD session.
1917
+ # payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in
1918
+ # the form: ` "url": url `. The URL provides a link to the Chrome Remote Desktop
1919
+ # session.
1919
1920
  # Corresponds to the JSON property `commandResultPayload`
1920
1921
  # @return [String]
1921
1922
  attr_accessor :command_result_payload
@@ -1959,14 +1960,13 @@ module Google
1959
1960
  attr_accessor :command_type
1960
1961
 
1961
1962
  # The payload for the command, provide it only if command supports it. The
1962
- # following commands support adding payload: - SET_VOLUME: Payload is a
1963
+ # following commands support adding payload: * `SET_VOLUME`: Payload is a
1963
1964
  # stringified JSON object in the form: ` "volume": 50 `. The volume has to be an
1964
- # integer in the range [0,100]. - DEVICE_START_CRD_SESSION: Payload is
1965
+ # integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is
1965
1966
  # optionally a stringified JSON object in the form: ` "ackedUserPresence": true `
1966
- # . ackedUserPresence is a boolean. If a device is being used, ackedUserPresence
1967
- # must be set to true to acknowledge that you want to start a CRD session
1968
- # anyways. It is false by default, so a CRD command will fail if used on an
1969
- # active device without this field.
1967
+ # . `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `
1968
+ # false`. To start a Chrome Remote Desktop session for an active device, set `
1969
+ # ackedUserPresence` to `true`.
1970
1970
  # Corresponds to the JSON property `payload`
1971
1971
  # @return [String]
1972
1972
  attr_accessor :payload
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDirectoryV1
18
18
  # Version of the google-apis-admin_directory_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230124"
26
26
  end
27
27
  end
28
28
  end
@@ -4115,9 +4115,12 @@ module Google
4115
4115
  end
4116
4116
 
4117
4117
  # Updates a user using patch semantics. The update method should be used instead,
4118
- # since it also supports patch semantics and has better performance. This
4119
- # method is unable to clear fields that contain repeated objects (`addresses`, `
4120
- # phones`, etc). Use the update method instead.
4118
+ # because it also supports patch semantics and has better performance. If you'
4119
+ # re mapping an external identity to a Google identity, use the [`update`](https:
4120
+ # //developers.google.com/admin-sdk/directory/v1/reference/users/update) method
4121
+ # instead of the `patch` method. This method is unable to clear fields that
4122
+ # contain repeated objects (`addresses`, `phones`, etc). Use the update method
4123
+ # instead.
4121
4124
  # @param [String] user_key
4122
4125
  # Identifies the user in the API request. The value can be the user's primary
4123
4126
  # email address, alias email address, or unique user ID.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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-01-08 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-admin_directory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []