google-apis-chromemanagement_v1 0.70.0 → 0.72.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +473 -11
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +223 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +472 -0
- metadata +2 -2
|
@@ -112,6 +112,12 @@ module Google
|
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
|
113
113
|
end
|
|
114
114
|
|
|
115
|
+
class GoogleChromeManagementV1CountActiveDevicesResponse
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
115
121
|
class GoogleChromeManagementV1CountChromeAppRequestsResponse
|
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
123
|
|
|
@@ -160,6 +166,18 @@ module Google
|
|
|
160
166
|
include Google::Apis::Core::JsonObjectSupport
|
|
161
167
|
end
|
|
162
168
|
|
|
169
|
+
class GoogleChromeManagementV1CountDevicesPerBootTypeResponse
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
163
181
|
class GoogleChromeManagementV1CountInstalledAppsResponse
|
|
164
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
183
|
|
|
@@ -490,6 +508,18 @@ module Google
|
|
|
490
508
|
include Google::Apis::Core::JsonObjectSupport
|
|
491
509
|
end
|
|
492
510
|
|
|
511
|
+
class GoogleChromeManagementV1TelemetryExternalDisplayData
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class GoogleChromeManagementV1TelemetryExternalDisplayEvent
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
493
523
|
class GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
|
|
494
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
525
|
|
|
@@ -634,6 +664,18 @@ module Google
|
|
|
634
664
|
include Google::Apis::Core::JsonObjectSupport
|
|
635
665
|
end
|
|
636
666
|
|
|
667
|
+
class GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
637
679
|
class GoogleChromeManagementVersionsV1DeviceInfo
|
|
638
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
681
|
|
|
@@ -718,12 +760,30 @@ module Google
|
|
|
718
760
|
include Google::Apis::Core::JsonObjectSupport
|
|
719
761
|
end
|
|
720
762
|
|
|
763
|
+
class GoogleChromeManagementVersionsV1SetFailureRequest
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
|
+
|
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
767
|
+
end
|
|
768
|
+
|
|
769
|
+
class GoogleChromeManagementVersionsV1SetFailureResponse
|
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
771
|
+
|
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
773
|
+
end
|
|
774
|
+
|
|
721
775
|
class GoogleChromeManagementVersionsV1SignDataMetadata
|
|
722
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
723
777
|
|
|
724
778
|
include Google::Apis::Core::JsonObjectSupport
|
|
725
779
|
end
|
|
726
780
|
|
|
781
|
+
class GoogleChromeManagementVersionsV1SignDataRequest
|
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
783
|
+
|
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
785
|
+
end
|
|
786
|
+
|
|
727
787
|
class GoogleChromeManagementVersionsV1SignDataResponse
|
|
728
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
729
789
|
|
|
@@ -742,6 +802,36 @@ module Google
|
|
|
742
802
|
include Google::Apis::Core::JsonObjectSupport
|
|
743
803
|
end
|
|
744
804
|
|
|
805
|
+
class GoogleChromeManagementVersionsV1UploadCertificateRequest
|
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
807
|
+
|
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
809
|
+
end
|
|
810
|
+
|
|
811
|
+
class GoogleChromeManagementVersionsV1UploadCertificateResponse
|
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
|
+
|
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
815
|
+
end
|
|
816
|
+
|
|
817
|
+
class GoogleLongrunningCancelOperationRequest
|
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
819
|
+
|
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class GoogleLongrunningListOperationsResponse
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
class GoogleLongrunningOperation
|
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
|
+
|
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
833
|
+
end
|
|
834
|
+
|
|
745
835
|
class GoogleProtobufEmpty
|
|
746
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
837
|
|
|
@@ -947,6 +1037,14 @@ module Google
|
|
|
947
1037
|
end
|
|
948
1038
|
end
|
|
949
1039
|
|
|
1040
|
+
class GoogleChromeManagementV1CountActiveDevicesResponse
|
|
1041
|
+
# @private
|
|
1042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1043
|
+
property :seven_days_count, :numeric_string => true, as: 'sevenDaysCount'
|
|
1044
|
+
property :thirty_days_count, :numeric_string => true, as: 'thirtyDaysCount'
|
|
1045
|
+
end
|
|
1046
|
+
end
|
|
1047
|
+
|
|
950
1048
|
class GoogleChromeManagementV1CountChromeAppRequestsResponse
|
|
951
1049
|
# @private
|
|
952
1050
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1027,6 +1125,29 @@ module Google
|
|
|
1027
1125
|
end
|
|
1028
1126
|
end
|
|
1029
1127
|
|
|
1128
|
+
class GoogleChromeManagementV1CountDevicesPerBootTypeResponse
|
|
1129
|
+
# @private
|
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1131
|
+
property :dev_boot_type_count, :numeric_string => true, as: 'devBootTypeCount'
|
|
1132
|
+
property :unreported_boot_type_count, :numeric_string => true, as: 'unreportedBootTypeCount'
|
|
1133
|
+
property :verified_boot_type_count, :numeric_string => true, as: 'verifiedBootTypeCount'
|
|
1134
|
+
end
|
|
1135
|
+
end
|
|
1136
|
+
|
|
1137
|
+
class GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse
|
|
1138
|
+
# @private
|
|
1139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1140
|
+
property :beta_channel_count, :numeric_string => true, as: 'betaChannelCount'
|
|
1141
|
+
property :canary_channel_count, :numeric_string => true, as: 'canaryChannelCount'
|
|
1142
|
+
property :dev_channel_count, :numeric_string => true, as: 'devChannelCount'
|
|
1143
|
+
property :ltc_channel_count, :numeric_string => true, as: 'ltcChannelCount'
|
|
1144
|
+
property :lts_channel_count, :numeric_string => true, as: 'ltsChannelCount'
|
|
1145
|
+
property :stable_channel_count, :numeric_string => true, as: 'stableChannelCount'
|
|
1146
|
+
property :unreported_channel_count, :numeric_string => true, as: 'unreportedChannelCount'
|
|
1147
|
+
property :unsupported_channel_count, :numeric_string => true, as: 'unsupportedChannelCount'
|
|
1148
|
+
end
|
|
1149
|
+
end
|
|
1150
|
+
|
|
1030
1151
|
class GoogleChromeManagementV1CountInstalledAppsResponse
|
|
1031
1152
|
# @private
|
|
1032
1153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1393,8 +1514,12 @@ module Google
|
|
|
1393
1514
|
property :connection_type, as: 'connectionType'
|
|
1394
1515
|
property :encryption_on, as: 'encryptionOn'
|
|
1395
1516
|
property :gateway_ip_address, as: 'gatewayIpAddress'
|
|
1517
|
+
property :gateway_ipv6_address, as: 'gatewayIpv6Address'
|
|
1396
1518
|
property :guid, as: 'guid'
|
|
1519
|
+
collection :ipv6_address, as: 'ipv6Address'
|
|
1397
1520
|
property :lan_ip_address, as: 'lanIpAddress'
|
|
1521
|
+
property :link_down_speed_kbps, :numeric_string => true, as: 'linkDownSpeedKbps'
|
|
1522
|
+
property :metered, as: 'metered'
|
|
1398
1523
|
property :receiving_bit_rate_mbps, :numeric_string => true, as: 'receivingBitRateMbps'
|
|
1399
1524
|
property :report_time, as: 'reportTime'
|
|
1400
1525
|
property :sample_frequency, as: 'sampleFrequency'
|
|
@@ -1639,6 +1764,8 @@ module Google
|
|
|
1639
1764
|
property :device, as: 'device', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDeviceInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDeviceInfo::Representation
|
|
1640
1765
|
|
|
1641
1766
|
property :event_type, as: 'eventType'
|
|
1767
|
+
property :external_displays_event, as: 'externalDisplaysEvent', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryExternalDisplayEvent, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryExternalDisplayEvent::Representation
|
|
1768
|
+
|
|
1642
1769
|
property :https_latency_change_event, as: 'httpsLatencyChangeEvent', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent::Representation
|
|
1643
1770
|
|
|
1644
1771
|
property :name, as: 'name'
|
|
@@ -1665,6 +1792,26 @@ module Google
|
|
|
1665
1792
|
end
|
|
1666
1793
|
end
|
|
1667
1794
|
|
|
1795
|
+
class GoogleChromeManagementV1TelemetryExternalDisplayData
|
|
1796
|
+
# @private
|
|
1797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1798
|
+
property :display_name, as: 'displayName'
|
|
1799
|
+
property :edid_version, as: 'edidVersion'
|
|
1800
|
+
property :refresh_rate, :numeric_string => true, as: 'refreshRate'
|
|
1801
|
+
property :resolution_horizontal, as: 'resolutionHorizontal'
|
|
1802
|
+
property :resolution_vertical, as: 'resolutionVertical'
|
|
1803
|
+
property :serial_number, as: 'serialNumber'
|
|
1804
|
+
end
|
|
1805
|
+
end
|
|
1806
|
+
|
|
1807
|
+
class GoogleChromeManagementV1TelemetryExternalDisplayEvent
|
|
1808
|
+
# @private
|
|
1809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1810
|
+
collection :external_display_data, as: 'externalDisplayData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryExternalDisplayData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryExternalDisplayData::Representation
|
|
1811
|
+
|
|
1812
|
+
end
|
|
1813
|
+
end
|
|
1814
|
+
|
|
1668
1815
|
class GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
|
|
1669
1816
|
# @private
|
|
1670
1817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1903,6 +2050,7 @@ module Google
|
|
|
1903
2050
|
property :profile_permanent_id, as: 'profilePermanentId'
|
|
1904
2051
|
property :reporting_data, as: 'reportingData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingData::Representation
|
|
1905
2052
|
|
|
2053
|
+
property :supports_fcm_notifications, as: 'supportsFcmNotifications'
|
|
1906
2054
|
property :user_email, as: 'userEmail'
|
|
1907
2055
|
property :user_id, as: 'userId'
|
|
1908
2056
|
end
|
|
@@ -1949,6 +2097,19 @@ module Google
|
|
|
1949
2097
|
end
|
|
1950
2098
|
end
|
|
1951
2099
|
|
|
2100
|
+
class GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest
|
|
2101
|
+
# @private
|
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2103
|
+
property :caller_instance_id, as: 'callerInstanceId'
|
|
2104
|
+
end
|
|
2105
|
+
end
|
|
2106
|
+
|
|
2107
|
+
class GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse
|
|
2108
|
+
# @private
|
|
2109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2110
|
+
end
|
|
2111
|
+
end
|
|
2112
|
+
|
|
1952
2113
|
class GoogleChromeManagementVersionsV1DeviceInfo
|
|
1953
2114
|
# @private
|
|
1954
2115
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2092,6 +2253,19 @@ module Google
|
|
|
2092
2253
|
end
|
|
2093
2254
|
end
|
|
2094
2255
|
|
|
2256
|
+
class GoogleChromeManagementVersionsV1SetFailureRequest
|
|
2257
|
+
# @private
|
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2259
|
+
property :error_message, as: 'errorMessage'
|
|
2260
|
+
end
|
|
2261
|
+
end
|
|
2262
|
+
|
|
2263
|
+
class GoogleChromeManagementVersionsV1SetFailureResponse
|
|
2264
|
+
# @private
|
|
2265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2266
|
+
end
|
|
2267
|
+
end
|
|
2268
|
+
|
|
2095
2269
|
class GoogleChromeManagementVersionsV1SignDataMetadata
|
|
2096
2270
|
# @private
|
|
2097
2271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2099,6 +2273,14 @@ module Google
|
|
|
2099
2273
|
end
|
|
2100
2274
|
end
|
|
2101
2275
|
|
|
2276
|
+
class GoogleChromeManagementVersionsV1SignDataRequest
|
|
2277
|
+
# @private
|
|
2278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2279
|
+
property :sign_data, :base64 => true, as: 'signData'
|
|
2280
|
+
property :signature_algorithm, as: 'signatureAlgorithm'
|
|
2281
|
+
end
|
|
2282
|
+
end
|
|
2283
|
+
|
|
2102
2284
|
class GoogleChromeManagementVersionsV1SignDataResponse
|
|
2103
2285
|
# @private
|
|
2104
2286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2123,6 +2305,47 @@ module Google
|
|
|
2123
2305
|
end
|
|
2124
2306
|
end
|
|
2125
2307
|
|
|
2308
|
+
class GoogleChromeManagementVersionsV1UploadCertificateRequest
|
|
2309
|
+
# @private
|
|
2310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2311
|
+
property :certificate_pem, as: 'certificatePem'
|
|
2312
|
+
end
|
|
2313
|
+
end
|
|
2314
|
+
|
|
2315
|
+
class GoogleChromeManagementVersionsV1UploadCertificateResponse
|
|
2316
|
+
# @private
|
|
2317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2318
|
+
end
|
|
2319
|
+
end
|
|
2320
|
+
|
|
2321
|
+
class GoogleLongrunningCancelOperationRequest
|
|
2322
|
+
# @private
|
|
2323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2324
|
+
end
|
|
2325
|
+
end
|
|
2326
|
+
|
|
2327
|
+
class GoogleLongrunningListOperationsResponse
|
|
2328
|
+
# @private
|
|
2329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2330
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2331
|
+
collection :operations, as: 'operations', class: Google::Apis::ChromemanagementV1::GoogleLongrunningOperation, decorator: Google::Apis::ChromemanagementV1::GoogleLongrunningOperation::Representation
|
|
2332
|
+
|
|
2333
|
+
collection :unreachable, as: 'unreachable'
|
|
2334
|
+
end
|
|
2335
|
+
end
|
|
2336
|
+
|
|
2337
|
+
class GoogleLongrunningOperation
|
|
2338
|
+
# @private
|
|
2339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2340
|
+
property :done, as: 'done'
|
|
2341
|
+
property :error, as: 'error', class: Google::Apis::ChromemanagementV1::GoogleRpcStatus, decorator: Google::Apis::ChromemanagementV1::GoogleRpcStatus::Representation
|
|
2342
|
+
|
|
2343
|
+
hash :metadata, as: 'metadata'
|
|
2344
|
+
property :name, as: 'name'
|
|
2345
|
+
hash :response, as: 'response'
|
|
2346
|
+
end
|
|
2347
|
+
end
|
|
2348
|
+
|
|
2126
2349
|
class GoogleProtobufEmpty
|
|
2127
2350
|
# @private
|
|
2128
2351
|
class Representation < Google::Apis::Core::JsonRepresentation
|