google-apis-admin_directory_v1 0.18.0 → 0.19.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: c508f8e93f70f10cc3d1a3636bf075e74b0d18043601d8642b8ca4cdbe0cd892
4
- data.tar.gz: 3db3798f90277d1f10229685dc0ede9bd6554a4355375990463527584d36bb85
3
+ metadata.gz: 520a158fe99862198408ed62c5161db7b40c9b78217f686346f1523ad990df91
4
+ data.tar.gz: 365f17cfa3c98d6d450a932c2b47219908fb1421f1b3a72e5782f0d0794fe286
5
5
  SHA512:
6
- metadata.gz: ef713deb08e556377e2154565851e477f70e5a5ad4e8efda85551e5a45e61c679163c67110f18b4a536d83edf54d05661d9890bc6adcf9d5541751fef490e886
7
- data.tar.gz: 20937db2d4b297b16539d78d94fda5f7782cfe4ea0f69e6b63e8364375bea00db4a6927247fd3d064df92921d7b461ea402aa491c4b54e9d22867271e7ea6717
6
+ metadata.gz: c6aeef95127df2516eb0d64cc4d249fccf5691cb4cc7e01f5a86cb35cec869e356a9a35ec181e7a59a7e69090d7468858eda12f3489abf85db677b3b98e61ad7
7
+ data.tar.gz: a00a7b1db9c70a052add6c40a4ee2f45cdbcf038879676223388297c084d48cdd3c485076df009b5d9c066e4ee5ec11669993dedaf6df8bfc5f0dd3551d83aff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.19.0 (2021-12-23)
4
+
5
+ * Regenerated from discovery document revision 20211221
6
+ * Unspecified changes
7
+
3
8
  ### v0.18.0 (2021-12-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20211207
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/admin_directory_v1"
51
51
  client = Google::Apis::AdminDirectoryV1::DirectoryService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -4400,26 +4400,25 @@ module Google
4400
4400
  class UserLanguage
4401
4401
  include Google::Apis::Core::Hashable
4402
4402
 
4403
- # Other language. User can provide own language name if there is no
4404
- # corresponding ISO 639 language code. If this is set `languageCode` can't be
4403
+ # Other language. User can provide their own language name if there is no
4404
+ # corresponding ISO 639 language code. If this is set, `languageCode` can't be
4405
4405
  # set.
4406
4406
  # Corresponds to the JSON property `customLanguage`
4407
4407
  # @return [String]
4408
4408
  attr_accessor :custom_language
4409
4409
 
4410
- # Language Code. Should be used for storing ISO 639 LanguageCode string
4411
- # representation for language. See the [Language Codes](/admin-sdk/directory/v1/
4412
- # languages) page for the list of supported codes. Valid language codes outside
4413
- # the supported set will be accepted by the API but may lead to unexpected
4414
- # behavior. Illegal values cause SchemaException. If this is set `customLanguage`
4415
- # can't be set.
4410
+ # ISO 639 string representation of a language. See [Language Codes](/admin-sdk/
4411
+ # directory/v1/languages) for the list of supported codes. Valid language codes
4412
+ # outside the supported set will be accepted by the API but may lead to
4413
+ # unexpected behavior. Illegal values cause `SchemaException`. If this is set, `
4414
+ # customLanguage` can't be set.
4416
4415
  # Corresponds to the JSON property `languageCode`
4417
4416
  # @return [String]
4418
4417
  attr_accessor :language_code
4419
4418
 
4420
- # Preference. Optional field, which if present, controls whether the specified `
4421
- # languageCode` is stored as the user's preferred language. If `customLanguage`
4422
- # is set, this can't be set. Allowed values are `preferred` and `not_preferred`.
4419
+ # Optional. If present, controls whether the specified `languageCode` is the
4420
+ # user's preferred language. If `customLanguage` is set, this can't be set.
4421
+ # Allowed values are `preferred` and `not_preferred`.
4423
4422
  # Corresponds to the JSON property `preference`
4424
4423
  # @return [String]
4425
4424
  attr_accessor :preference
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20211207"
25
+ REVISION = "20211221"
26
26
  end
27
27
  end
28
28
  end
@@ -279,7 +279,8 @@ module Google
279
279
  # @param [String] order_by
280
280
  # Device property to use for sorting results.
281
281
  # @param [String] org_unit_path
282
- # The full path of the organizational unit or its unique ID.
282
+ # The full path of the organizational unit (minus the leading `/`) or its unique
283
+ # ID.
283
284
  # @param [String] page_token
284
285
  # The `pageToken` query parameter is used to request the next page of query
285
286
  # results. The follow-on request's `pageToken` query parameter is the `
@@ -1864,7 +1865,10 @@ module Google
1864
1865
  execute_or_queue_command(command, &block)
1865
1866
  end
1866
1867
 
1867
- # Retrieves a paginated list of all mobile devices for an account.
1868
+ # Retrieves a paginated list of all user-owned mobile devices for an account. To
1869
+ # retrieve a list that includes company-owned devices, use the Cloud Identity [
1870
+ # Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices)
1871
+ # instead.
1868
1872
  # @param [String] customer_id
1869
1873
  # The unique ID for the customer's Google Workspace account. As an account
1870
1874
  # administrator, you can also use the `my_customer` alias to represent your
@@ -1924,7 +1928,8 @@ module Google
1924
1928
  # account's `customerId`. The `customerId` is also returned as part of the [
1925
1929
  # Users resource](/admin-sdk/directory/v1/reference/users).
1926
1930
  # @param [String] org_unit_path
1927
- # The full path of the organizational unit or its unique ID.
1931
+ # The full path of the organizational unit (minus the leading `/`) or its unique
1932
+ # ID.
1928
1933
  # @param [String] fields
1929
1934
  # Selector specifying which fields to include in a partial response.
1930
1935
  # @param [String] quota_user
@@ -1958,7 +1963,8 @@ module Google
1958
1963
  # account's `customerId`. The `customerId` is also returned as part of the [
1959
1964
  # Users resource](/admin-sdk/directory/v1/reference/users).
1960
1965
  # @param [String] org_unit_path
1961
- # The full path of the organizational unit or its unique ID.
1966
+ # The full path of the organizational unit (minus the leading `/`) or its unique
1967
+ # ID.
1962
1968
  # @param [String] fields
1963
1969
  # Selector specifying which fields to include in a partial response.
1964
1970
  # @param [String] quota_user
@@ -2071,7 +2077,8 @@ module Google
2071
2077
  # account's `customerId`. The `customerId` is also returned as part of the [
2072
2078
  # Users resource](/admin-sdk/directory/v1/reference/users).
2073
2079
  # @param [String] org_unit_path
2074
- # The full path of the organizational unit or its unique ID.
2080
+ # The full path of the organizational unit (minus the leading `/`) or its unique
2081
+ # ID.
2075
2082
  # @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
2076
2083
  # @param [String] fields
2077
2084
  # Selector specifying which fields to include in a partial response.
@@ -2110,7 +2117,8 @@ module Google
2110
2117
  # account's `customerId`. The `customerId` is also returned as part of the [
2111
2118
  # Users resource](/admin-sdk/directory/v1/reference/users).
2112
2119
  # @param [String] org_unit_path
2113
- # The full path of the organizational unit or its unique ID.
2120
+ # The full path of the organizational unit (minus the leading `/`) or its unique
2121
+ # ID.
2114
2122
  # @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
2115
2123
  # @param [String] fields
2116
2124
  # Selector specifying which fields to include in a partial response.
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.18.0
4
+ version: 0.19.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-admin_directory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.19.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: []
@@ -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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Admin SDK API DirectoryV1