google-apis-chromemanagement_v1 0.31.0 → 0.32.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: 9926e6402cdf5eae667e12e94c080fb3030d11cb0f96fb1515dc412d73745198
4
- data.tar.gz: 98258369e254a653d78b5b1d99c843d8f13f6b508ca9fc13aec6e18edb4159b4
3
+ metadata.gz: 6dff5e26ddf04251774fae8b5715030c2177cbb91b3dc3c0649e8c0c05096012
4
+ data.tar.gz: 864625d3084baee0f257f7ea6b3b4b197bd0e7f3d1084b03ffd2ef7911ccde85
5
5
  SHA512:
6
- metadata.gz: f2edbbc30a7a8ff5bddf364e3fbc03d88d9edf25dd1045048268e1ee6cb53ef64baf10b316a81c90fdbe1e2cb3a0c7f358a3dcca91a736992c2d0be256cf4a87
7
- data.tar.gz: b1250c6e4eb8c9d2c64a24d12f88c0fcd44c4403938adbedc882d47ed510d3092eebac1728777169e37e31870ed35a8ca42c22e841875e80c02a53c8a8f8c81a
6
+ metadata.gz: 83245d9fa99a41480a58e0f15d1b78df18e112503c372f73ef2a7a1d295f027c7f30ec31c82723319c6b5f9cdb47e1c98acd41cc632b7c2d76f10398652ab4d5
7
+ data.tar.gz: b77a5a0dca38ad4ed20e645cd1c3c9fc56be4855993b02d9561bdce49b2eef92cc0ad341ad98a113cfc3557fa0be4adbbebbe58dab5e715bb4026ee944a7e385
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.32.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20230102
6
+
3
7
  ### v0.31.0 (2022-11-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20221126
@@ -622,6 +622,11 @@ module Google
622
622
  attr_accessor :support_enabled
623
623
  alias_method :support_enabled?, :support_enabled
624
624
 
625
+ # Output only. Types of an item in the Chrome Web Store
626
+ # Corresponds to the JSON property `type`
627
+ # @return [String]
628
+ attr_accessor :type
629
+
625
630
  def initialize(**args)
626
631
  update!(**args)
627
632
  end
@@ -638,6 +643,7 @@ module Google
638
643
  @permissions = args[:permissions] if args.key?(:permissions)
639
644
  @site_access = args[:site_access] if args.key?(:site_access)
640
645
  @support_enabled = args[:support_enabled] if args.key?(:support_enabled)
646
+ @type = args[:type] if args.key?(:type)
641
647
  end
642
648
  end
643
649
 
@@ -2335,17 +2341,17 @@ module Google
2335
2341
  # @return [String]
2336
2342
  attr_accessor :name
2337
2343
 
2338
- # `TelemetryNetworkConnectionStateChangeEvent` is triggered on network
2339
- # connection state changes.
2340
- # Corresponds to the JSON property `networkConnectionStateChangeEvent`
2341
- # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent]
2342
- attr_accessor :network_connection_state_change_event
2343
-
2344
2344
  # Timestamp that represents when the event was reported.
2345
2345
  # Corresponds to the JSON property `reportTime`
2346
2346
  # @return [String]
2347
2347
  attr_accessor :report_time
2348
2348
 
2349
+ # `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or
2350
+ # removed.
2351
+ # Corresponds to the JSON property `usbPeripheralsEvent`
2352
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent]
2353
+ attr_accessor :usb_peripherals_event
2354
+
2349
2355
  # Information about a user associated with telemetry data.
2350
2356
  # Corresponds to the JSON property `user`
2351
2357
  # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUserInfo]
@@ -2362,8 +2368,8 @@ module Google
2362
2368
  @event_type = args[:event_type] if args.key?(:event_type)
2363
2369
  @https_latency_change_event = args[:https_latency_change_event] if args.key?(:https_latency_change_event)
2364
2370
  @name = args[:name] if args.key?(:name)
2365
- @network_connection_state_change_event = args[:network_connection_state_change_event] if args.key?(:network_connection_state_change_event)
2366
2371
  @report_time = args[:report_time] if args.key?(:report_time)
2372
+ @usb_peripherals_event = args[:usb_peripherals_event] if args.key?(:usb_peripherals_event)
2367
2373
  @user = args[:user] if args.key?(:user)
2368
2374
  end
2369
2375
  end
@@ -2396,20 +2402,15 @@ module Google
2396
2402
  end
2397
2403
  end
2398
2404
 
2399
- # `TelemetryNetworkConnectionStateChangeEvent` is triggered on network
2400
- # connection state changes.
2401
- class GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent
2405
+ # `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or
2406
+ # removed.
2407
+ class GoogleChromeManagementV1TelemetryUsbPeripheralsEvent
2402
2408
  include Google::Apis::Core::Hashable
2403
2409
 
2404
- # Current connection state of the network.
2405
- # Corresponds to the JSON property `connectionState`
2406
- # @return [String]
2407
- attr_accessor :connection_state
2408
-
2409
- # Unique identifier of the network.
2410
- # Corresponds to the JSON property `guid`
2411
- # @return [String]
2412
- attr_accessor :guid
2410
+ # List of usb devices that were either added or removed.
2411
+ # Corresponds to the JSON property `usbPeripheralReport`
2412
+ # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UsbPeripheralReport>]
2413
+ attr_accessor :usb_peripheral_report
2413
2414
 
2414
2415
  def initialize(**args)
2415
2416
  update!(**args)
@@ -2417,8 +2418,7 @@ module Google
2417
2418
 
2418
2419
  # Update properties of this object
2419
2420
  def update!(**args)
2420
- @connection_state = args[:connection_state] if args.key?(:connection_state)
2421
- @guid = args[:guid] if args.key?(:guid)
2421
+ @usb_peripheral_report = args[:usb_peripheral_report] if args.key?(:usb_peripheral_report)
2422
2422
  end
2423
2423
  end
2424
2424
 
@@ -2517,6 +2517,68 @@ module Google
2517
2517
  end
2518
2518
  end
2519
2519
 
2520
+ # USB connected peripheral report.
2521
+ class GoogleChromeManagementV1UsbPeripheralReport
2522
+ include Google::Apis::Core::Hashable
2523
+
2524
+ # Output only. Categories the device belongs to https://www.usb.org/defined-
2525
+ # class-codes
2526
+ # Corresponds to the JSON property `categories`
2527
+ # @return [Array<String>]
2528
+ attr_accessor :categories
2529
+
2530
+ # Output only. Class ID https://www.usb.org/defined-class-codes
2531
+ # Corresponds to the JSON property `classId`
2532
+ # @return [Fixnum]
2533
+ attr_accessor :class_id
2534
+
2535
+ # Output only. Firmware version
2536
+ # Corresponds to the JSON property `firmwareVersion`
2537
+ # @return [String]
2538
+ attr_accessor :firmware_version
2539
+
2540
+ # Output only. Device name, model name, or product name
2541
+ # Corresponds to the JSON property `name`
2542
+ # @return [String]
2543
+ attr_accessor :name
2544
+
2545
+ # Output only. Product ID
2546
+ # Corresponds to the JSON property `pid`
2547
+ # @return [Fixnum]
2548
+ attr_accessor :pid
2549
+
2550
+ # Output only. Subclass ID https://www.usb.org/defined-class-codes
2551
+ # Corresponds to the JSON property `subclassId`
2552
+ # @return [Fixnum]
2553
+ attr_accessor :subclass_id
2554
+
2555
+ # Output only. Vendor name
2556
+ # Corresponds to the JSON property `vendor`
2557
+ # @return [String]
2558
+ attr_accessor :vendor
2559
+
2560
+ # Output only. Vendor ID
2561
+ # Corresponds to the JSON property `vid`
2562
+ # @return [Fixnum]
2563
+ attr_accessor :vid
2564
+
2565
+ def initialize(**args)
2566
+ update!(**args)
2567
+ end
2568
+
2569
+ # Update properties of this object
2570
+ def update!(**args)
2571
+ @categories = args[:categories] if args.key?(:categories)
2572
+ @class_id = args[:class_id] if args.key?(:class_id)
2573
+ @firmware_version = args[:firmware_version] if args.key?(:firmware_version)
2574
+ @name = args[:name] if args.key?(:name)
2575
+ @pid = args[:pid] if args.key?(:pid)
2576
+ @subclass_id = args[:subclass_id] if args.key?(:subclass_id)
2577
+ @vendor = args[:vendor] if args.key?(:vendor)
2578
+ @vid = args[:vid] if args.key?(:vid)
2579
+ end
2580
+ end
2581
+
2520
2582
  # The `Status` type defines a logical error model that is suitable for different
2521
2583
  # programming environments, including REST APIs and RPC APIs. It is used by [
2522
2584
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221126"
25
+ REVISION = "20230102"
26
26
  end
27
27
  end
28
28
  end
@@ -322,7 +322,7 @@ module Google
322
322
  include Google::Apis::Core::JsonObjectSupport
323
323
  end
324
324
 
325
- class GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent
325
+ class GoogleChromeManagementV1TelemetryUsbPeripheralsEvent
326
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
327
 
328
328
  include Google::Apis::Core::JsonObjectSupport
@@ -346,6 +346,12 @@ module Google
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
+ class GoogleChromeManagementV1UsbPeripheralReport
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
349
355
  class GoogleRpcStatus
350
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
357
 
@@ -492,6 +498,7 @@ module Google
492
498
  collection :site_access, as: 'siteAccess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess::Representation
493
499
 
494
500
  property :support_enabled, as: 'supportEnabled'
501
+ property :type, as: 'type'
495
502
  end
496
503
  end
497
504
 
@@ -932,9 +939,9 @@ module Google
932
939
  property :https_latency_change_event, as: 'httpsLatencyChangeEvent', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent::Representation
933
940
 
934
941
  property :name, as: 'name'
935
- property :network_connection_state_change_event, as: 'networkConnectionStateChangeEvent', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent::Representation
936
-
937
942
  property :report_time, as: 'reportTime'
943
+ property :usb_peripherals_event, as: 'usbPeripheralsEvent', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent::Representation
944
+
938
945
  property :user, as: 'user', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUserInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUserInfo::Representation
939
946
 
940
947
  end
@@ -949,11 +956,11 @@ module Google
949
956
  end
950
957
  end
951
958
 
952
- class GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent
959
+ class GoogleChromeManagementV1TelemetryUsbPeripheralsEvent
953
960
  # @private
954
961
  class Representation < Google::Apis::Core::JsonRepresentation
955
- property :connection_state, as: 'connectionState'
956
- property :guid, as: 'guid'
962
+ collection :usb_peripheral_report, as: 'usbPeripheralReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UsbPeripheralReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UsbPeripheralReport::Representation
963
+
957
964
  end
958
965
  end
959
966
 
@@ -982,6 +989,20 @@ module Google
982
989
  end
983
990
  end
984
991
 
992
+ class GoogleChromeManagementV1UsbPeripheralReport
993
+ # @private
994
+ class Representation < Google::Apis::Core::JsonRepresentation
995
+ collection :categories, as: 'categories'
996
+ property :class_id, as: 'classId'
997
+ property :firmware_version, as: 'firmwareVersion'
998
+ property :name, as: 'name'
999
+ property :pid, as: 'pid'
1000
+ property :subclass_id, as: 'subclassId'
1001
+ property :vendor, as: 'vendor'
1002
+ property :vid, as: 'vid'
1003
+ end
1004
+ end
1005
+
985
1006
  class GoogleRpcStatus
986
1007
  # @private
987
1008
  class Representation < Google::Apis::Core::JsonRepresentation
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.31.0
4
+ version: 0.32.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.32.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: []