google-apis-admin_directory_v1 0.33.0 → 0.34.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: e5eb6d3bf491c891aa0f9dcaa3ab1ff5b3c9b3f0e0f32f6d0d3cf5d9f78d9ec0
4
- data.tar.gz: 1df71c1f913359090a392bfc11fd31a0f9a1a83761537ce17f493b5b7a4ba436
3
+ metadata.gz: 4a52ee0261f3420c191274101c9f14bd7a34d58e9b07a15aafd96caf44e0876d
4
+ data.tar.gz: 3008737910e922f35172792a35de28923469e7a0744420a73781bbf078ea3a5e
5
5
  SHA512:
6
- metadata.gz: 51d8a83eae45d884564d7256c6d400d53407fc909fc970d03c5d3d4804e3319983abb2e7bb645d6ad13fd29a7be1cab3b665737816899f8b5a497b2c417a7cc7
7
- data.tar.gz: 3dafdfa8f4b39684bb028d572618ca685a198776d9a39283c8dffa1c04e42f679c83028cd1fde0ed210dffb04bad6a683cb3f52c537467ba8f8f7188fed9057e
6
+ metadata.gz: 2d6e9d9967d0f4021279b1d6c9ad980fd4204b9f3d472e73e7760a656ec45fde5af0888de07015460b3e73434aa5dcbfd8d7f773029f0d458567eac087ed59c4
7
+ data.tar.gz: 643b3271b2d74d76c636defab3de39465daf78369d14a5fedd197e7e7c0ac7b9330eec2f9ae46c17878acb7a0e7b6d414720c0ab68f596074aee5b561c1b1747
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.34.0 (2022-10-30)
4
+
5
+ * Regenerated from discovery document revision 20221020
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.33.0 (2022-09-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20220919
@@ -822,7 +822,7 @@ module Google
822
822
  class ChromeOsDevice
823
823
  include Google::Apis::Core::Hashable
824
824
 
825
- # List of active time ranges (Read-only).
825
+ # A list of active time ranges (Read-only).
826
826
  # Corresponds to the JSON property `activeTimeRanges`
827
827
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::ActiveTimeRange>]
828
828
  attr_accessor :active_time_ranges
@@ -872,7 +872,7 @@ module Google
872
872
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::CpuStatusReport>]
873
873
  attr_accessor :cpu_status_reports
874
874
 
875
- # List of device files to download (Read-only)
875
+ # A list of device files to download (Read-only)
876
876
  # Corresponds to the JSON property `deviceFiles`
877
877
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::DeviceFile>]
878
878
  attr_accessor :device_files
@@ -1026,13 +1026,13 @@ module Google
1026
1026
  # @return [String]
1027
1027
  attr_accessor :platform_version
1028
1028
 
1029
- # List of recent device users, in descending order, by last login time.
1029
+ # A list of recent device users, in descending order, by last login time.
1030
1030
  # Corresponds to the JSON property `recentUsers`
1031
1031
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser>]
1032
1032
  attr_accessor :recent_users
1033
1033
 
1034
- # List of screenshot files to download. Type is always "SCREENSHOT_FILE". (Read-
1035
- # only)
1034
+ # A list of screenshot files to download. Type is always "SCREENSHOT_FILE". (
1035
+ # Read-only)
1036
1036
  # Corresponds to the JSON property `screenshotFiles`
1037
1037
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::ScreenshotFile>]
1038
1038
  attr_accessor :screenshot_files
@@ -1255,7 +1255,7 @@ module Google
1255
1255
  class CpuStatusReport
1256
1256
  include Google::Apis::Core::Hashable
1257
1257
 
1258
- # List of CPU temperature samples.
1258
+ # A list of CPU temperature samples.
1259
1259
  # Corresponds to the JSON property `cpuTemperatureInfo`
1260
1260
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::CpuStatusReport::CpuTemperatureInfo>]
1261
1261
  attr_accessor :cpu_temperature_info
@@ -1419,7 +1419,7 @@ module Google
1419
1419
  end
1420
1420
  end
1421
1421
 
1422
- # List of recent device users, in descending order, by last login time.
1422
+ # A list of recent device users, in descending order, by last login time.
1423
1423
  class RecentUser
1424
1424
  include Google::Apis::Core::Hashable
1425
1425
 
@@ -1559,7 +1559,7 @@ module Google
1559
1559
  end
1560
1560
  end
1561
1561
 
1562
- # The data regarding an action to update the status of a Chrome OS device.
1562
+ # Data about an update to the status of a Chrome OS device.
1563
1563
  class ChromeOsDeviceAction
1564
1564
  include Google::Apis::Core::Hashable
1565
1565
 
@@ -1590,7 +1590,7 @@ module Google
1590
1590
  class ChromeOsDevices
1591
1591
  include Google::Apis::Core::Hashable
1592
1592
 
1593
- # List of Chrome OS Device objects.
1593
+ # A list of Chrome OS Device objects.
1594
1594
  # Corresponds to the JSON property `chromeosdevices`
1595
1595
  # @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice>]
1596
1596
  attr_accessor :chromeosdevices
@@ -2031,7 +2031,7 @@ module Google
2031
2031
  class DomainAliases
2032
2032
  include Google::Apis::Core::Hashable
2033
2033
 
2034
- # List of domain alias objects.
2034
+ # A list of domain alias objects.
2035
2035
  # Corresponds to the JSON property `domainAliases`
2036
2036
  # @return [Array<Google::Apis::AdminDirectoryV1::DomainAlias>]
2037
2037
  attr_accessor :domain_aliases
@@ -2068,7 +2068,7 @@ module Google
2068
2068
  # @return [Fixnum]
2069
2069
  attr_accessor :creation_time
2070
2070
 
2071
- # List of domain alias objects. (Read-only)
2071
+ # A list of domain alias objects. (Read-only)
2072
2072
  # Corresponds to the JSON property `domainAliases`
2073
2073
  # @return [Array<Google::Apis::AdminDirectoryV1::DomainAlias>]
2074
2074
  attr_accessor :domain_aliases
@@ -2120,7 +2120,7 @@ module Google
2120
2120
  class Domains2
2121
2121
  include Google::Apis::Core::Hashable
2122
2122
 
2123
- # List of domain objects.
2123
+ # A list of domain objects.
2124
2124
  # Corresponds to the JSON property `domains`
2125
2125
  # @return [Array<Google::Apis::AdminDirectoryV1::Domains>]
2126
2126
  attr_accessor :domains
@@ -2321,7 +2321,7 @@ module Google
2321
2321
  attr_accessor :admin_created
2322
2322
  alias_method :admin_created?, :admin_created
2323
2323
 
2324
- # Read-only. A list of a group's alias email addresses. To add, update, or
2324
+ # Read-only. The list of a group's alias email addresses. To add, update, or
2325
2325
  # remove a group's aliases, use the `groups.aliases` methods. If edited in a
2326
2326
  # group's POST or PUT request, the edit is ignored.
2327
2327
  # Corresponds to the JSON property `aliases`
@@ -2374,7 +2374,7 @@ module Google
2374
2374
  # @return [String]
2375
2375
  attr_accessor :name
2376
2376
 
2377
- # Read-only. A list of the group's non-editable alias email addresses that are
2377
+ # Read-only. The list of the group's non-editable alias email addresses that are
2378
2378
  # outside of the account's primary domain or subdomains. These are functioning
2379
2379
  # email addresses used by the group. This is a read-only property returned in
2380
2380
  # the API's response for a group. If edited in a group's POST or PUT request,
@@ -2455,7 +2455,7 @@ module Google
2455
2455
  # @return [String]
2456
2456
  attr_accessor :etag
2457
2457
 
2458
- # List of group objects.
2458
+ # A list of group objects.
2459
2459
  # Corresponds to the JSON property `groups`
2460
2460
  # @return [Array<Google::Apis::AdminDirectoryV1::Group>]
2461
2461
  attr_accessor :groups
@@ -2651,7 +2651,7 @@ module Google
2651
2651
  # @return [String]
2652
2652
  attr_accessor :kind
2653
2653
 
2654
- # List of member objects.
2654
+ # A list of member objects.
2655
2655
  # Corresponds to the JSON property `members`
2656
2656
  # @return [Array<Google::Apis::AdminDirectoryV1::Member>]
2657
2657
  attr_accessor :members
@@ -2765,10 +2765,10 @@ module Google
2765
2765
  # @return [String]
2766
2766
  attr_accessor :device_password_status
2767
2767
 
2768
- # List of owner's email addresses. If your application needs the current list of
2769
- # user emails, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.
2770
- # html) method. For additional information, see the [retrieve a user](/admin-sdk/
2771
- # directory/v1/guides/manage-users#get_user) method.
2768
+ # The list of the owner's email addresses. If your application needs the current
2769
+ # list of user emails, use the [get](/admin-sdk/directory/v1/reference/
2770
+ # mobiledevices/get.html) method. For additional information, see the [retrieve
2771
+ # a user](/admin-sdk/directory/v1/guides/manage-users#get_user) method.
2772
2772
  # Corresponds to the JSON property `email`
2773
2773
  # @return [Array<String>]
2774
2774
  attr_accessor :email
@@ -2847,8 +2847,8 @@ module Google
2847
2847
  # @return [String]
2848
2848
  attr_accessor :model
2849
2849
 
2850
- # List of the owner's user names. If your application needs the current list of
2851
- # device owner names, use the [get](/admin-sdk/directory/v1/reference/
2850
+ # The list of the owner's user names. If your application needs the current list
2851
+ # of device owner names, use the [get](/admin-sdk/directory/v1/reference/
2852
2852
  # mobiledevices/get.html) method. For more information about retrieving mobile
2853
2853
  # device user information, see the [Developer's Guide](/admin-sdk/directory/v1/
2854
2854
  # guides/manage-users#get_user).
@@ -2869,7 +2869,7 @@ module Google
2869
2869
  # @return [String]
2870
2870
  attr_accessor :os
2871
2871
 
2872
- # List of accounts added on device (Read-only)
2872
+ # The list of accounts added on device (Read-only)
2873
2873
  # Corresponds to the JSON property `otherAccountsInfo`
2874
2874
  # @return [Array<String>]
2875
2875
  attr_accessor :other_accounts_info
@@ -3063,7 +3063,7 @@ module Google
3063
3063
  # @return [String]
3064
3064
  attr_accessor :kind
3065
3065
 
3066
- # List of Mobile Device objects.
3066
+ # A list of Mobile Device objects.
3067
3067
  # Corresponds to the JSON property `mobiledevices`
3068
3068
  # @return [Array<Google::Apis::AdminDirectoryV1::MobileDevice>]
3069
3069
  attr_accessor :mobiledevices
@@ -3194,7 +3194,7 @@ module Google
3194
3194
  # @return [String]
3195
3195
  attr_accessor :kind
3196
3196
 
3197
- # List of organizational unit objects.
3197
+ # A list of organizational unit objects.
3198
3198
  # Corresponds to the JSON property `organizationUnits`
3199
3199
  # @return [Array<Google::Apis::AdminDirectoryV1::OrgUnit>]
3200
3200
  attr_accessor :organization_units
@@ -3966,7 +3966,7 @@ module Google
3966
3966
  # @return [String]
3967
3967
  attr_accessor :kind
3968
3968
 
3969
- # List of UserSchema objects.
3969
+ # A list of UserSchema objects.
3970
3970
  # Corresponds to the JSON property `schemas`
3971
3971
  # @return [Array<Google::Apis::AdminDirectoryV1::Schema>]
3972
3972
  attr_accessor :schemas
@@ -4087,7 +4087,7 @@ module Google
4087
4087
  class User
4088
4088
  include Google::Apis::Core::Hashable
4089
4089
 
4090
- # A list of the user's addresses. The maximum allowed data size for this field
4090
+ # The list of the user's addresses. The maximum allowed data size for this field
4091
4091
  # is 10Kb.
4092
4092
  # Corresponds to the JSON property `addresses`
4093
4093
  # @return [Object]
@@ -4100,7 +4100,7 @@ module Google
4100
4100
  attr_accessor :agreed_to_terms
4101
4101
  alias_method :agreed_to_terms?, :agreed_to_terms
4102
4102
 
4103
- # Output only. A list of the user's alias email addresses.
4103
+ # Output only. The list of the user's alias email addresses.
4104
4104
  # Corresponds to the JSON property `aliases`
4105
4105
  # @return [Array<String>]
4106
4106
  attr_accessor :aliases
@@ -4145,7 +4145,7 @@ module Google
4145
4145
  # @return [DateTime]
4146
4146
  attr_accessor :deletion_time
4147
4147
 
4148
- # A list of the user's email addresses. The maximum allowed data size for this
4148
+ # The list of the user's email addresses. The maximum allowed data size for this
4149
4149
  # field is 10Kb.
4150
4150
  # Corresponds to the JSON property `emails`
4151
4151
  # @return [Object]
@@ -4156,7 +4156,7 @@ module Google
4156
4156
  # @return [String]
4157
4157
  attr_accessor :etag
4158
4158
 
4159
- # A list of external IDs for the user, such as an employee or network ID. The
4159
+ # The list of external IDs for the user, such as an employee or network ID. The
4160
4160
  # maximum allowed data size for this field is 2Kb.
4161
4161
  # Corresponds to the JSON property `externalIds`
4162
4162
  # @return [Object]
@@ -4184,9 +4184,9 @@ module Google
4184
4184
  # @return [String]
4185
4185
  attr_accessor :id
4186
4186
 
4187
- # The user's Instant Messenger (IM) accounts. A user account can have multiple
4188
- # ims properties. But, only one of these ims properties can be the primary IM
4189
- # contact. The maximum allowed data size for this field is 2Kb.
4187
+ # The list of the user's Instant Messenger (IM) accounts. A user account can
4188
+ # have multiple ims properties. But, only one of these ims properties can be the
4189
+ # primary IM contact. The maximum allowed data size for this field is 2Kb.
4190
4190
  # Corresponds to the JSON property `ims`
4191
4191
  # @return [Object]
4192
4192
  attr_accessor :ims
@@ -4248,7 +4248,8 @@ module Google
4248
4248
  attr_accessor :is_mailbox_setup
4249
4249
  alias_method :is_mailbox_setup?, :is_mailbox_setup
4250
4250
 
4251
- # The user's keywords. The maximum allowed data size for this field is 1Kb.
4251
+ # The list of the user's keywords. The maximum allowed data size for this field
4252
+ # is 1Kb.
4252
4253
  # Corresponds to the JSON property `keywords`
4253
4254
  # @return [Object]
4254
4255
  attr_accessor :keywords
@@ -4285,8 +4286,8 @@ module Google
4285
4286
  # @return [Google::Apis::AdminDirectoryV1::UserName]
4286
4287
  attr_accessor :name
4287
4288
 
4288
- # Output only. List of the user's non-editable alias email addresses. These are
4289
- # typically outside the account's primary domain or sub-domain.
4289
+ # Output only. The list of the user's non-editable alias email addresses. These
4290
+ # are typically outside the account's primary domain or sub-domain.
4290
4291
  # Corresponds to the JSON property `nonEditableAliases`
4291
4292
  # @return [Array<String>]
4292
4293
  attr_accessor :non_editable_aliases
@@ -4303,8 +4304,8 @@ module Google
4303
4304
  # @return [String]
4304
4305
  attr_accessor :org_unit_path
4305
4306
 
4306
- # A list of organizations the user belongs to. The maximum allowed data size for
4307
- # this field is 10Kb.
4307
+ # The list of organizations the user belongs to. The maximum allowed data size
4308
+ # for this field is 10Kb.
4308
4309
  # Corresponds to the JSON property `organizations`
4309
4310
  # @return [Object]
4310
4311
  attr_accessor :organizations
@@ -4314,13 +4315,13 @@ module Google
4314
4315
  # @return [String]
4315
4316
  attr_accessor :password
4316
4317
 
4317
- # A list of the user's phone numbers. The maximum allowed data size for this
4318
+ # The list of the user's phone numbers. The maximum allowed data size for this
4318
4319
  # field is 1Kb.
4319
4320
  # Corresponds to the JSON property `phones`
4320
4321
  # @return [Object]
4321
4322
  attr_accessor :phones
4322
4323
 
4323
- # A list of [POSIX](https://www.opengroup.org/austin/papers/posix_faq.html)
4324
+ # The list of [POSIX](https://www.opengroup.org/austin/papers/posix_faq.html)
4324
4325
  # account information for the user.
4325
4326
  # Corresponds to the JSON property `posixAccounts`
4326
4327
  # @return [Object]
@@ -4344,7 +4345,7 @@ module Google
4344
4345
  # @return [String]
4345
4346
  attr_accessor :recovery_phone
4346
4347
 
4347
- # A list of the user's relationships to other users. The maximum allowed data
4348
+ # The list of the user's relationships to other users. The maximum allowed data
4348
4349
  # size for this field is 2Kb.
4349
4350
  # Corresponds to the JSON property `relations`
4350
4351
  # @return [Object]
@@ -5373,7 +5374,7 @@ module Google
5373
5374
  # @return [String]
5374
5375
  attr_accessor :trigger_event
5375
5376
 
5376
- # List of user objects.
5377
+ # A list of user objects.
5377
5378
  # Corresponds to the JSON property `users`
5378
5379
  # @return [Array<Google::Apis::AdminDirectoryV1::User>]
5379
5380
  attr_accessor :users
@@ -5431,7 +5432,7 @@ module Google
5431
5432
  end
5432
5433
  end
5433
5434
 
5434
- # JSON response template for List verification codes operation in Directory API.
5435
+ # JSON response template for list verification codes operation in Directory API.
5435
5436
  class VerificationCodes
5436
5437
  include Google::Apis::Core::Hashable
5437
5438
 
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220919"
25
+ REVISION = "20221020"
26
26
  end
27
27
  end
28
28
  end
@@ -273,7 +273,7 @@ module Google
273
273
  # Users resource](/admin-sdk/directory/v1/reference/users).
274
274
  # @param [Boolean] include_child_orgunits
275
275
  # Return devices from all child orgunits, as well as the specified org unit. If
276
- # this is set to true 'orgUnitPath' must be provided.
276
+ # this is set to true, 'orgUnitPath' must be provided.
277
277
  # @param [Fixnum] max_results
278
278
  # Maximum number of results to return.
279
279
  # @param [String] order_by
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.33.0
4
+ version: 0.34.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.0
19
+ version: 0.9.1
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.0
29
+ version: 0.9.1
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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.34.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: []