google-apis-chromemanagement_v1 0.21.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: 8f64bade224111a1fd7252f7b3bd5df47f777f5715313822e059b1f8a7396f53
4
- data.tar.gz: 4c6d0ec0e4b697f92537787e199c93528b6b5b67493d31979ad8a5823ed943e4
3
+ metadata.gz: 4cf73872d7802592717b06133e876ceff960cca9d3f6ac2b7a2c1222387ba4c8
4
+ data.tar.gz: 8c0ad1be6744f2054bd9fb9468e80d7f8baa6f98605913e4ab05f2cb57b50d45
5
5
  SHA512:
6
- metadata.gz: 48ed5888ebfcedb44ec7d4076355ed0c5949a897f8c24b4be3310852b1ab87f63cd5f3e847d7f6d38d07069af831794a4480a66bf96806d141a5c7659ffa2a6a
7
- data.tar.gz: 6f7aeb81b9dc03a555f69b31c3f77ec7fce3804d8e3ec9d0b67d23722fe4a6d748514b792ee4f0d4538ed0c45e04aa754725b32a0ee468e25c9da1cad73cc221
6
+ metadata.gz: d79c7897f00d25e2a6e2b43c3a2df261717f65764e632807550761cd7c8889c47607bf2d402863455f2f106a4d4a1f1511ec916f5b2defb5e8e4011d3a3bf6c5
7
+ data.tar.gz: 5e531ee256b4fd5a0cf9c3263b7917548bec72dc8e76f8d6073568ad16b76de97d430466fbd08e87d6a1467bcdaa5be26ae3bed64c31a46fc9213dc53ce57028
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.21.0 (2022-05-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20220503
@@ -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.21.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 = "20220503"
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.21.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-05-09 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.21.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: []