google-apis-chromemanagement_v1 0.19.0 → 0.22.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: 4d54abadf22543459960fde1cb6d0a01f69761c238bc74260f5f6fff321c3045
4
- data.tar.gz: c90c07a9d1718e3053b40651cabda1276620ca83297dc6028e7cf9cb5bc37ef8
3
+ metadata.gz: 4cf73872d7802592717b06133e876ceff960cca9d3f6ac2b7a2c1222387ba4c8
4
+ data.tar.gz: 8c0ad1be6744f2054bd9fb9468e80d7f8baa6f98605913e4ab05f2cb57b50d45
5
5
  SHA512:
6
- metadata.gz: f0f0991b3fef2391c3af12b24c3ccd951fd60d4056cf219733e56c9a6bf55430a03dfcff1288377a1f7e1d0ccc15656542f0ec043c3d060d45f41eb2caa4e18c
7
- data.tar.gz: 2928c2c20266d80bb30a14a3199cfc3c8357cb3d6189902edc06ed3aade43331916df314b5b821e3998380371784e0e37c81d981eb684f5434de492e2fb7d37e
6
+ metadata.gz: d79c7897f00d25e2a6e2b43c3a2df261717f65764e632807550761cd7c8889c47607bf2d402863455f2f106a4d4a1f1511ec916f5b2defb5e8e4011d3a3bf6c5
7
+ data.tar.gz: 5e531ee256b4fd5a0cf9c3263b7917548bec72dc8e76f8d6073568ad16b76de97d430466fbd08e87d6a1467bcdaa5be26ae3bed64c31a46fc9213dc53ce57028
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.22.0 (2022-05-14)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
7
+ ### v0.21.0 (2022-05-05)
8
+
9
+ * Regenerated from discovery document revision 20220503
10
+
11
+ ### v0.20.0 (2022-04-27)
12
+
13
+ * Regenerated from discovery document revision 20220425
14
+
3
15
  ### v0.19.0 (2022-04-07)
4
16
 
5
17
  * Regenerated from discovery document revision 20220405
@@ -488,7 +488,7 @@ module Google
488
488
  attr_accessor :is_cws_hosted
489
489
  alias_method :is_cws_hosted?, :is_cws_hosted
490
490
 
491
- # Output only. Whether the app is only for Kiosk mode on Chrome OS devices
491
+ # Output only. Whether the app is only for Kiosk mode on ChromeOS devices
492
492
  # Corresponds to the JSON property `isKioskOnly`
493
493
  # @return [Boolean]
494
494
  attr_accessor :is_kiosk_only
@@ -500,7 +500,7 @@ module Google
500
500
  attr_accessor :is_theme
501
501
  alias_method :is_theme?, :is_theme
502
502
 
503
- # Output only. Whether this app is enabled for Kiosk mode on Chrome OS devices
503
+ # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices
504
504
  # Corresponds to the JSON property `kioskEnabled`
505
505
  # @return [Boolean]
506
506
  attr_accessor :kiosk_enabled
@@ -1453,7 +1453,7 @@ module Google
1453
1453
  class GoogleChromeManagementV1StorageStatusReport
1454
1454
  include Google::Apis::Core::Hashable
1455
1455
 
1456
- # Output only. Reports on disk
1456
+ # Output only. Reports on disk.
1457
1457
  # Corresponds to the JSON property `disk`
1458
1458
  # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DiskInfo>]
1459
1459
  attr_accessor :disk
@@ -1511,7 +1511,7 @@ module Google
1511
1511
  attr_accessor :customer
1512
1512
 
1513
1513
  # Output only. The unique Directory API ID of the device. This value is the same
1514
- # as the Admin Console's Directory API ID in the Chrome OS Devices tab
1514
+ # as the Admin Console's Directory API ID in the ChromeOS Devices tab
1515
1515
  # Corresponds to the JSON property `deviceId`
1516
1516
  # @return [String]
1517
1517
  attr_accessor :device_id
@@ -1558,7 +1558,7 @@ module Google
1558
1558
  attr_accessor :os_update_status
1559
1559
 
1560
1560
  # Output only. Device serial number. This value is the same as the Admin Console'
1561
- # s Serial Number in the Chrome OS Devices tab.
1561
+ # s Serial Number in the ChromeOS Devices tab.
1562
1562
  # Corresponds to the JSON property `serialNumber`
1563
1563
  # @return [String]
1564
1564
  attr_accessor :serial_number
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromemanagementV1
18
18
  # Version of the google-apis-chromemanagement_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220405"
25
+ REVISION = "20220512"
26
26
  end
27
27
  end
28
28
  end
@@ -349,6 +349,36 @@ module Google
349
349
  execute_or_queue_command(command, &block)
350
350
  end
351
351
 
352
+ # Get telemetry device.
353
+ # @param [String] name
354
+ # Required. Name of the `TelemetryDevice` to return.
355
+ # @param [String] fields
356
+ # Selector specifying which fields to include in a partial response.
357
+ # @param [String] quota_user
358
+ # Available to use for quota purposes for server-side applications. Can be any
359
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
360
+ # @param [Google::Apis::RequestOptions] options
361
+ # Request-specific options
362
+ #
363
+ # @yield [result, err] Result & error if block supplied
364
+ # @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice] parsed result object
365
+ # @yieldparam err [StandardError] error object if request failed
366
+ #
367
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice]
368
+ #
369
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
370
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
371
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
372
+ def get_customer_telemetry_device(name, fields: nil, quota_user: nil, options: nil, &block)
373
+ command = make_simple_command(:get, 'v1/{+name}', options)
374
+ command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice::Representation
375
+ command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice
376
+ command.params['name'] = name unless name.nil?
377
+ command.query['fields'] = fields unless fields.nil?
378
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
379
+ execute_or_queue_command(command, &block)
380
+ end
381
+
352
382
  # List all telemetry devices.
353
383
  # @param [String] parent
354
384
  # Required. Customer id or "my_customer" to use the customer associated to the
@@ -358,7 +388,7 @@ module Google
358
388
  # fields: - org_unit_id - serial_number - device_id
359
389
  # @param [Fixnum] page_size
360
390
  # Maximum number of results to return. Default value is 100. Maximum value is
361
- # 200.
391
+ # 1000.
362
392
  # @param [String] page_token
363
393
  # Token to specify next page in the list.
364
394
  # @param [String] read_mask
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.22.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-05-16 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-chromemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []