google-apis-admin_directory_v1 0.43.0 → 0.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fe55d281a07c17e7e3570ff05522fb5764937d153b20be033a5e3c5cb3f02f3
|
|
4
|
+
data.tar.gz: d77bbca1e7cb08b01f7f0f3cdb01c04bf95477922554bf90f76862725df72ae7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e409042d06b99d564d1abb2ce87f72c5acfba444448048a9f2e1e51ef5ab5e6a1a372f20ea0d94d8942591d68726c1dc9b2785b74ce56e7a68b2cbf851e2ab10
|
|
7
|
+
data.tar.gz: c1bc78f4135b2afd567625663c0ef71e56cc22dd3ddf9aaa6bd04a46e64f3b1832989ca095154cc08319c2f064fbc612aea40e2f6f2793d3124af0f84f3fe9a1
|
data/CHANGELOG.md
CHANGED
|
@@ -887,6 +887,11 @@ module Google
|
|
|
887
887
|
# @return [String]
|
|
888
888
|
attr_accessor :device_id
|
|
889
889
|
|
|
890
|
+
# Output only. Device license type.
|
|
891
|
+
# Corresponds to the JSON property `deviceLicenseType`
|
|
892
|
+
# @return [String]
|
|
893
|
+
attr_accessor :device_license_type
|
|
894
|
+
|
|
890
895
|
# Reports of disk space and other info about mounted/connected volumes.
|
|
891
896
|
# Corresponds to the JSON property `diskVolumeReports`
|
|
892
897
|
# @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::DiskVolumeReport>]
|
|
@@ -1103,6 +1108,7 @@ module Google
|
|
|
1103
1108
|
@deprovision_reason = args[:deprovision_reason] if args.key?(:deprovision_reason)
|
|
1104
1109
|
@device_files = args[:device_files] if args.key?(:device_files)
|
|
1105
1110
|
@device_id = args[:device_id] if args.key?(:device_id)
|
|
1111
|
+
@device_license_type = args[:device_license_type] if args.key?(:device_license_type)
|
|
1106
1112
|
@disk_volume_reports = args[:disk_volume_reports] if args.key?(:disk_volume_reports)
|
|
1107
1113
|
@dock_mac_address = args[:dock_mac_address] if args.key?(:dock_mac_address)
|
|
1108
1114
|
@etag = args[:etag] if args.key?(:etag)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.44.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 = "
|
|
25
|
+
REVISION = "20230724"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -934,6 +934,7 @@ module Google
|
|
|
934
934
|
collection :device_files, as: 'deviceFiles', class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::DeviceFile, decorator: Google::Apis::AdminDirectoryV1::ChromeOsDevice::DeviceFile::Representation
|
|
935
935
|
|
|
936
936
|
property :device_id, as: 'deviceId'
|
|
937
|
+
property :device_license_type, as: 'deviceLicenseType'
|
|
937
938
|
collection :disk_volume_reports, as: 'diskVolumeReports', class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::DiskVolumeReport, decorator: Google::Apis::AdminDirectoryV1::ChromeOsDevice::DiskVolumeReport::Representation
|
|
938
939
|
|
|
939
940
|
property :dock_mac_address, as: 'dockMacAddress'
|
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.
|
|
4
|
+
version: 0.44.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-
|
|
11
|
+
date: 2023-08-06 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.44.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: []
|