@maxim_mazurok/gapi.client.chromemanagement-v1 0.1.20260310 → 0.2.20260310

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.
Files changed (2) hide show
  1. package/index.d.ts +520 -162
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -74,7 +74,7 @@ declare namespace gapi.client {
74
74
  /** Output only. Information about a partial service error if applicable. */
75
75
  serviceError?: GoogleRpcStatus;
76
76
  /** Output only. App type. */
77
- type?: string;
77
+ type?: 'APP_ITEM_TYPE_UNSPECIFIED' | 'CHROME' | 'ANDROID' | 'WEB';
78
78
  }
79
79
  interface GoogleChromeManagementV1AppReport {
80
80
  /** Timestamp when the report was collected. */
@@ -88,7 +88,23 @@ declare namespace gapi.client {
88
88
  /** Application instance id. This will be unique per window/instance. */
89
89
  appInstanceId?: string;
90
90
  /** Type of app. */
91
- appType?: string;
91
+ appType?:
92
+ | 'TELEMETRY_APPLICATION_TYPE_UNSPECIFIED'
93
+ | 'APPLICATION_TYPE_ARC'
94
+ | 'APPLICATION_TYPE_BUILT_IN'
95
+ | 'APPLICATION_TYPE_CROSTINI'
96
+ | 'APPLICATION_TYPE_CHROME_APP'
97
+ | 'APPLICATION_TYPE_WEB'
98
+ | 'APPLICATION_TYPE_MAC_OS'
99
+ | 'APPLICATION_TYPE_PLUGIN_VM'
100
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER'
101
+ | 'APPLICATION_TYPE_REMOTE'
102
+ | 'APPLICATION_TYPE_BOREALIS'
103
+ | 'APPLICATION_TYPE_SYSTEM_WEB'
104
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP'
105
+ | 'APPLICATION_TYPE_EXTENSION'
106
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION'
107
+ | 'APPLICATION_TYPE_BRUSCHETTA';
92
108
  /** App foreground running time. */
93
109
  runningDuration?: string;
94
110
  }
@@ -142,7 +158,11 @@ declare namespace gapi.client {
142
158
  }
143
159
  interface GoogleChromeManagementV1BatteryStatusReport {
144
160
  /** Output only. Battery health. */
145
- batteryHealth?: string;
161
+ batteryHealth?:
162
+ | 'BATTERY_HEALTH_UNSPECIFIED'
163
+ | 'BATTERY_HEALTH_NORMAL'
164
+ | 'BATTERY_REPLACE_SOON'
165
+ | 'BATTERY_REPLACE_NOW';
146
166
  /** Output only. Cycle count. */
147
167
  cycleCount?: number;
148
168
  /** Output only. Full charge capacity (mAmpere-hours). */
@@ -164,19 +184,37 @@ declare namespace gapi.client {
164
184
  /** Total time since shutdown start to power off. */
165
185
  shutdownDuration?: string;
166
186
  /** The shutdown reason. */
167
- shutdownReason?: string;
187
+ shutdownReason?:
188
+ | 'SHUTDOWN_REASON_UNSPECIFIED'
189
+ | 'USER_REQUEST'
190
+ | 'SYSTEM_UPDATE'
191
+ | 'LOW_BATTERY'
192
+ | 'OTHER';
168
193
  /** The timestamp when shutdown. */
169
194
  shutdownTime?: string;
170
195
  }
171
196
  interface GoogleChromeManagementV1BrowserVersion {
172
197
  /** Output only. The release channel of the installed browser. */
173
- channel?: string;
198
+ channel?:
199
+ | 'RELEASE_CHANNEL_UNSPECIFIED'
200
+ | 'CANARY'
201
+ | 'DEV'
202
+ | 'BETA'
203
+ | 'STABLE';
174
204
  /** Output only. Count grouped by device_system and major version */
175
205
  count?: string;
176
206
  /** Output only. Version of the system-specified operating system. */
177
207
  deviceOsVersion?: string;
178
208
  /** Output only. The device operating system. */
179
- system?: string;
209
+ system?:
210
+ | 'DEVICE_SYSTEM_UNSPECIFIED'
211
+ | 'SYSTEM_OTHER'
212
+ | 'SYSTEM_ANDROID'
213
+ | 'SYSTEM_IOS'
214
+ | 'SYSTEM_CROS'
215
+ | 'SYSTEM_WINDOWS'
216
+ | 'SYSTEM_MAC'
217
+ | 'SYSTEM_LINUX';
180
218
  /** Output only. The full version of the installed browser. */
181
219
  version?: string;
182
220
  }
@@ -204,7 +242,7 @@ declare namespace gapi.client {
204
242
  /** Output only. The app developer has enabled support for their app. Version-specific field that will only be set when the requested app version is found. */
205
243
  supportEnabled?: boolean;
206
244
  /** Output only. Types of an item in the Chrome Web Store */
207
- type?: string;
245
+ type?: 'ITEM_TYPE_UNSPECIFIED' | 'EXTENSION' | 'OTHERS';
208
246
  }
209
247
  interface GoogleChromeManagementV1ChromeAppPermission {
210
248
  /** Output only. If available, whether this permissions grants the app/extension access to user data. */
@@ -354,7 +392,7 @@ declare namespace gapi.client {
354
392
  }
355
393
  interface GoogleChromeManagementV1CpuInfo {
356
394
  /** Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A */
357
- architecture?: string;
395
+ architecture?: 'ARCHITECTURE_UNSPECIFIED' | 'X64';
358
396
  /** Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`. */
359
397
  keylockerConfigured?: boolean;
360
398
  /** Output only. Whether keylocker is supported. */
@@ -388,13 +426,30 @@ declare namespace gapi.client {
388
426
  }
389
427
  interface GoogleChromeManagementV1DeviceActivityReport {
390
428
  /** Output only. Device activity state. */
391
- deviceActivityState?: string;
429
+ deviceActivityState?:
430
+ | 'DEVICE_ACTIVITY_STATE_UNSPECIFIED'
431
+ | 'ACTIVE'
432
+ | 'IDLE'
433
+ | 'LOCKED';
392
434
  /** Output only. Timestamp of when the report was collected. */
393
435
  reportTime?: string;
394
436
  }
395
437
  interface GoogleChromeManagementV1DeviceAueCountReport {
396
438
  /** Enum value of month corresponding to the auto update expiration date in UTC time zone. If the device is already expired, this field is empty. */
397
- aueMonth?: string;
439
+ aueMonth?:
440
+ | 'MONTH_UNSPECIFIED'
441
+ | 'JANUARY'
442
+ | 'FEBRUARY'
443
+ | 'MARCH'
444
+ | 'APRIL'
445
+ | 'MAY'
446
+ | 'JUNE'
447
+ | 'JULY'
448
+ | 'AUGUST'
449
+ | 'SEPTEMBER'
450
+ | 'OCTOBER'
451
+ | 'NOVEMBER'
452
+ | 'DECEMBER';
398
453
  /** Int value of year corresponding to the Auto Update Expiration date in UTC time zone. If the device is already expired, this field is empty. */
399
454
  aueYear?: string;
400
455
  /** Count of devices of this model. */
@@ -542,23 +597,46 @@ declare namespace gapi.client {
542
597
  /** Timestamp of when status changed was detected */
543
598
  reportTime?: string;
544
599
  /** State the device changed to */
545
- state?: string;
600
+ state?:
601
+ | 'STATE_UNSPECIFIED'
602
+ | 'UNKNOWN'
603
+ | 'ONLINE'
604
+ | 'OFFLINE'
605
+ | 'DEVICE_OUTDATED';
546
606
  }
547
607
  interface GoogleChromeManagementV1HttpsLatencyRoutineData {
548
608
  /** Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY. */
549
609
  latency?: string;
550
610
  /** Output only. HTTPS latency routine problem if a problem occurred. */
551
- problem?: string;
611
+ problem?:
612
+ | 'HTTPS_LATENCY_PROBLEM_UNSPECIFIED'
613
+ | 'FAILED_DNS_RESOLUTIONS'
614
+ | 'FAILED_HTTPS_REQUESTS'
615
+ | 'HIGH_LATENCY'
616
+ | 'VERY_HIGH_LATENCY';
552
617
  }
553
618
  interface GoogleChromeManagementV1InstalledApp {
554
619
  /** Output only. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). */
555
620
  appId?: string;
556
621
  /** Output only. How the app was installed. */
557
- appInstallType?: string;
622
+ appInstallType?:
623
+ | 'APP_INSTALL_TYPE_UNSPECIFIED'
624
+ | 'MULTIPLE'
625
+ | 'NORMAL'
626
+ | 'ADMIN'
627
+ | 'DEVELOPMENT'
628
+ | 'SIDELOAD'
629
+ | 'OTHER';
558
630
  /** Output only. Source of the installed app. */
559
- appSource?: string;
631
+ appSource?: 'APP_SOURCE_UNSPECIFIED' | 'CHROME_WEBSTORE' | 'PLAY_STORE';
560
632
  /** Output only. Type of the app. */
561
- appType?: string;
633
+ appType?:
634
+ | 'APP_TYPE_UNSPECIFIED'
635
+ | 'EXTENSION'
636
+ | 'APP'
637
+ | 'THEME'
638
+ | 'HOSTED_APP'
639
+ | 'ANDROID_APP';
562
640
  /** Output only. Count of browser devices with this app installed. */
563
641
  browserDeviceCount?: string;
564
642
  /** Output only. Description of the installed app. */
@@ -644,7 +722,11 @@ declare namespace gapi.client {
644
722
  /** Output only. MEID (if applicable) of the corresponding network device. */
645
723
  meid?: string;
646
724
  /** Output only. Network device type. */
647
- type?: string;
725
+ type?:
726
+ | 'NETWORK_DEVICE_TYPE_UNSPECIFIED'
727
+ | 'CELLULAR_DEVICE'
728
+ | 'ETHERNET_DEVICE'
729
+ | 'WIFI_DEVICE';
648
730
  }
649
731
  interface GoogleChromeManagementV1NetworkDiagnosticsReport {
650
732
  /** Output only. HTTPS latency test data. */
@@ -658,9 +740,21 @@ declare namespace gapi.client {
658
740
  }
659
741
  interface GoogleChromeManagementV1NetworkStatusReport {
660
742
  /** Output only. Current connection state of the network. */
661
- connectionState?: string;
743
+ connectionState?:
744
+ | 'NETWORK_CONNECTION_STATE_UNSPECIFIED'
745
+ | 'ONLINE'
746
+ | 'CONNECTED'
747
+ | 'PORTAL'
748
+ | 'CONNECTING'
749
+ | 'NOT_CONNECTED';
662
750
  /** Output only. Network connection type. */
663
- connectionType?: string;
751
+ connectionType?:
752
+ | 'NETWORK_TYPE_UNSPECIFIED'
753
+ | 'CELLULAR'
754
+ | 'ETHERNET'
755
+ | 'TETHER'
756
+ | 'VPN'
757
+ | 'WIFI';
664
758
  /** Output only. Whether the wifi encryption key is turned off. */
665
759
  encryptionOn?: boolean;
666
760
  /** Output only. Gateway IP address. */
@@ -706,7 +800,11 @@ declare namespace gapi.client {
706
800
  /** Output only. New requested platform version from the pending updated kiosk app. */
707
801
  newRequestedPlatformVersion?: string;
708
802
  /** Output only. Current state of the os update. */
709
- updateState?: string;
803
+ updateState?:
804
+ | 'UPDATE_STATE_UNSPECIFIED'
805
+ | 'OS_IMAGE_DOWNLOAD_NOT_STARTED'
806
+ | 'OS_IMAGE_DOWNLOAD_IN_PROGRESS'
807
+ | 'OS_UPDATE_NEED_REBOOT';
710
808
  }
711
809
  interface GoogleChromeManagementV1PeripheralsReport {
712
810
  /** Output only. Timestamp of when the report was collected. */
@@ -730,7 +828,7 @@ declare namespace gapi.client {
730
828
  }
731
829
  interface GoogleChromeManagementV1PrintJob {
732
830
  /** Color mode. */
733
- colorMode?: string;
831
+ colorMode?: 'COLOR_MODE_UNSPECIFIED' | 'BLACK_AND_WHITE' | 'COLOR';
734
832
  /** Print job completion timestamp. */
735
833
  completeTime?: string;
736
834
  /** Number of copies. */
@@ -740,7 +838,11 @@ declare namespace gapi.client {
740
838
  /** Number of pages in the document. */
741
839
  documentPageCount?: number;
742
840
  /** Duplex mode. */
743
- duplexMode?: string;
841
+ duplexMode?:
842
+ | 'DUPLEX_MODE_UNSPECIFIED'
843
+ | 'ONE_SIDED'
844
+ | 'TWO_SIDED_LONG_EDGE'
845
+ | 'TWO_SIDED_SHORT_EDGE';
744
846
  /** Unique ID of the print job. */
745
847
  id?: string;
746
848
  /** Name of the printer used for printing. */
@@ -748,7 +850,7 @@ declare namespace gapi.client {
748
850
  /** API ID of the printer used for printing. */
749
851
  printerId?: string;
750
852
  /** The final state of the job. */
751
- state?: string;
853
+ state?: 'STATE_UNSPECIFIED' | 'PRINTED' | 'CANCELLED' | 'FAILED';
752
854
  /** The title of the document. */
753
855
  title?: string;
754
856
  /** The primary e-mail address of the user who submitted the print job. */
@@ -768,15 +870,28 @@ declare namespace gapi.client {
768
870
  /** Individual risk assessments. */
769
871
  entries?: GoogleChromeManagementV1RiskAssessmentEntry[];
770
872
  /** Overall assessed risk level across all entries. This will be the highest risk level from all entries. */
771
- overallRiskLevel?: string;
873
+ overallRiskLevel?:
874
+ | 'RISK_LEVEL_UNSPECIFIED'
875
+ | 'RISK_LEVEL_LOW'
876
+ | 'RISK_LEVEL_MEDIUM'
877
+ | 'RISK_LEVEL_HIGH';
772
878
  }
773
879
  interface GoogleChromeManagementV1RiskAssessmentEntry {
774
880
  /** Output only. The risk assessment provider from which this entry comes from. */
775
- provider?: string;
881
+ provider?:
882
+ | 'RISK_ASSESSMENT_PROVIDER_UNSPECIFIED'
883
+ | 'RISK_ASSESSMENT_PROVIDER_CRXCAVATOR'
884
+ | 'RISK_ASSESSMENT_PROVIDER_SPIN_AI'
885
+ | 'RISK_ASSESSMENT_PROVIDER_LAYERX'
886
+ | 'RISK_ASSESSMENT_PROVIDER_SPIN_AI_V2';
776
887
  /** Output only. The details of the provider's risk assessment. */
777
888
  riskAssessment?: GoogleChromeManagementV1RiskAssessment;
778
889
  /** Output only. The bucketed risk level for the risk assessment. */
779
- riskLevel?: string;
890
+ riskLevel?:
891
+ | 'RISK_LEVEL_UNSPECIFIED'
892
+ | 'RISK_LEVEL_LOW'
893
+ | 'RISK_LEVEL_MEDIUM'
894
+ | 'RISK_LEVEL_HIGH';
780
895
  }
781
896
  interface GoogleChromeManagementV1RuntimeCountersReport {
782
897
  /** Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0->S4. */
@@ -816,29 +931,145 @@ declare namespace gapi.client {
816
931
  /** App id. For PWAs this is the start URL, and for extensions this is the extension id. */
817
932
  appId?: string;
818
933
  /** App installation reason. */
819
- appInstallReason?: string;
934
+ appInstallReason?:
935
+ | 'APPLICATION_INSTALL_REASON_UNSPECIFIED'
936
+ | 'APPLICATION_INSTALL_REASON_SYSTEM'
937
+ | 'APPLICATION_INSTALL_REASON_POLICY'
938
+ | 'APPLICATION_INSTALL_REASON_OEM'
939
+ | 'APPLICATION_INSTALL_REASON_DEFAULT'
940
+ | 'APPLICATION_INSTALL_REASON_SYNC'
941
+ | 'APPLICATION_INSTALL_REASON_USER'
942
+ | 'APPLICATION_INSTALL_REASON_SUB_APP'
943
+ | 'APPLICATION_INSTALL_REASON_KIOSK'
944
+ | 'APPLICATION_INSTALL_REASON_COMMAND_LINE';
820
945
  /** App installation source. */
821
- appInstallSource?: string;
946
+ appInstallSource?:
947
+ | 'APPLICATION_INSTALL_SOURCE_UNSPECIFIED'
948
+ | 'APPLICATION_INSTALL_SOURCE_SYSTEM'
949
+ | 'APPLICATION_INSTALL_SOURCE_SYNC'
950
+ | 'APPLICATION_INSTALL_SOURCE_PLAY_STORE'
951
+ | 'APPLICATION_INSTALL_SOURCE_CHROME_WEB_STORE'
952
+ | 'APPLICATION_INSTALL_SOURCE_BROWSER';
822
953
  /** App installation time depending on the app lifecycle. */
823
- appInstallTime?: string;
954
+ appInstallTime?:
955
+ | 'APPLICATION_INSTALL_TIME_UNSPECIFIED'
956
+ | 'APPLICATION_INSTALL_TIME_INIT'
957
+ | 'APPLICATION_INSTALL_TIME_RUNNING';
824
958
  /** Type of app. */
825
- appType?: string;
959
+ appType?:
960
+ | 'TELEMETRY_APPLICATION_TYPE_UNSPECIFIED'
961
+ | 'APPLICATION_TYPE_ARC'
962
+ | 'APPLICATION_TYPE_BUILT_IN'
963
+ | 'APPLICATION_TYPE_CROSTINI'
964
+ | 'APPLICATION_TYPE_CHROME_APP'
965
+ | 'APPLICATION_TYPE_WEB'
966
+ | 'APPLICATION_TYPE_MAC_OS'
967
+ | 'APPLICATION_TYPE_PLUGIN_VM'
968
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER'
969
+ | 'APPLICATION_TYPE_REMOTE'
970
+ | 'APPLICATION_TYPE_BOREALIS'
971
+ | 'APPLICATION_TYPE_SYSTEM_WEB'
972
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP'
973
+ | 'APPLICATION_TYPE_EXTENSION'
974
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION'
975
+ | 'APPLICATION_TYPE_BRUSCHETTA';
826
976
  }
827
977
  interface GoogleChromeManagementV1TelemetryAppLaunchEvent {
828
978
  /** App id. For PWAs this is the start URL, and for extensions this is the extension id. */
829
979
  appId?: string;
830
980
  /** App launch source. */
831
- appLaunchSource?: string;
981
+ appLaunchSource?:
982
+ | 'APPLICATION_LAUNCH_SOURCE_UNSPECIFIED'
983
+ | 'APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID'
984
+ | 'APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID_CONTEXT_MENU'
985
+ | 'APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY'
986
+ | 'APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY_CONTEXT_MENU'
987
+ | 'APPLICATION_LAUNCH_SOURCE_APP_LIST_RECOMMENDATION'
988
+ | 'APPLICATION_LAUNCH_SOURCE_PARENTAL_CONTROLS'
989
+ | 'APPLICATION_LAUNCH_SOURCE_SHELF'
990
+ | 'APPLICATION_LAUNCH_SOURCE_FILE_MANAGER'
991
+ | 'APPLICATION_LAUNCH_SOURCE_LINK'
992
+ | 'APPLICATION_LAUNCH_SOURCE_OMNIBOX'
993
+ | 'APPLICATION_LAUNCH_SOURCE_CHROME_INTERNAL'
994
+ | 'APPLICATION_LAUNCH_SOURCE_KEYBOARD'
995
+ | 'APPLICATION_LAUNCH_SOURCE_OTHER_APP'
996
+ | 'APPLICATION_LAUNCH_SOURCE_MENU'
997
+ | 'APPLICATION_LAUNCH_SOURCE_INSTALLED_NOTIFICATION'
998
+ | 'APPLICATION_LAUNCH_SOURCE_TEST'
999
+ | 'APPLICATION_LAUNCH_SOURCE_ARC'
1000
+ | 'APPLICATION_LAUNCH_SOURCE_SHARESHEET'
1001
+ | 'APPLICATION_LAUNCH_SOURCE_RELEASE_NOTES_NOTIFICATION'
1002
+ | 'APPLICATION_LAUNCH_SOURCE_FULL_RESTORE'
1003
+ | 'APPLICATION_LAUNCH_SOURCE_SMART_TEXT_CONTEXT_MENU'
1004
+ | 'APPLICATION_LAUNCH_SOURCE_DISCOVER_TAB_NOTIFICATION'
1005
+ | 'APPLICATION_LAUNCH_SOURCE_MANAGEMENT_API'
1006
+ | 'APPLICATION_LAUNCH_SOURCE_KIOSK'
1007
+ | 'APPLICATION_LAUNCH_SOURCE_COMMAND_LINE'
1008
+ | 'APPLICATION_LAUNCH_SOURCE_BACKGROUND_MODE'
1009
+ | 'APPLICATION_LAUNCH_SOURCE_NEW_TAB_PAGE'
1010
+ | 'APPLICATION_LAUNCH_SOURCE_INTENT_URL'
1011
+ | 'APPLICATION_LAUNCH_SOURCE_OS_LOGIN'
1012
+ | 'APPLICATION_LAUNCH_SOURCE_PROTOCOL_HANDLER'
1013
+ | 'APPLICATION_LAUNCH_SOURCE_URL_HANDLER'
1014
+ | 'APPLICATION_LAUNCH_SOURCE_LOCK_SCREEN'
1015
+ | 'APPLICATION_LAUNCH_SOURCE_APP_HOME_PAGE'
1016
+ | 'APPLICATION_LAUNCH_SOURCE_REPARENTING'
1017
+ | 'APPLICATION_LAUNCH_SOURCE_PROFILE_MENU'
1018
+ | 'APPLICATION_LAUNCH_SOURCE_SYSTEM_TRAY_CALENDAR'
1019
+ | 'APPLICATION_LAUNCH_SOURCE_INSTALLER'
1020
+ | 'APPLICATION_LAUNCH_SOURCE_FIRST_RUN'
1021
+ | 'APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR'
1022
+ | 'APPLICATION_LAUNCH_SOURCE_FOCUS_MODE'
1023
+ | 'APPLICATION_LAUNCH_SOURCE_SPARKY'
1024
+ | 'APPLICATION_LAUNCH_SOURCE_NAVIGATION_CAPTURING'
1025
+ | 'APPLICATION_LAUNCH_SOURCE_WEB_INSTALL_API';
832
1026
  /** Type of app. */
833
- appType?: string;
1027
+ appType?:
1028
+ | 'TELEMETRY_APPLICATION_TYPE_UNSPECIFIED'
1029
+ | 'APPLICATION_TYPE_ARC'
1030
+ | 'APPLICATION_TYPE_BUILT_IN'
1031
+ | 'APPLICATION_TYPE_CROSTINI'
1032
+ | 'APPLICATION_TYPE_CHROME_APP'
1033
+ | 'APPLICATION_TYPE_WEB'
1034
+ | 'APPLICATION_TYPE_MAC_OS'
1035
+ | 'APPLICATION_TYPE_PLUGIN_VM'
1036
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER'
1037
+ | 'APPLICATION_TYPE_REMOTE'
1038
+ | 'APPLICATION_TYPE_BOREALIS'
1039
+ | 'APPLICATION_TYPE_SYSTEM_WEB'
1040
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP'
1041
+ | 'APPLICATION_TYPE_EXTENSION'
1042
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION'
1043
+ | 'APPLICATION_TYPE_BRUSCHETTA';
834
1044
  }
835
1045
  interface GoogleChromeManagementV1TelemetryAppUninstallEvent {
836
1046
  /** App id. For PWAs this is the start URL, and for extensions this is the extension id. */
837
1047
  appId?: string;
838
1048
  /** Type of app. */
839
- appType?: string;
1049
+ appType?:
1050
+ | 'TELEMETRY_APPLICATION_TYPE_UNSPECIFIED'
1051
+ | 'APPLICATION_TYPE_ARC'
1052
+ | 'APPLICATION_TYPE_BUILT_IN'
1053
+ | 'APPLICATION_TYPE_CROSTINI'
1054
+ | 'APPLICATION_TYPE_CHROME_APP'
1055
+ | 'APPLICATION_TYPE_WEB'
1056
+ | 'APPLICATION_TYPE_MAC_OS'
1057
+ | 'APPLICATION_TYPE_PLUGIN_VM'
1058
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER'
1059
+ | 'APPLICATION_TYPE_REMOTE'
1060
+ | 'APPLICATION_TYPE_BOREALIS'
1061
+ | 'APPLICATION_TYPE_SYSTEM_WEB'
1062
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP'
1063
+ | 'APPLICATION_TYPE_EXTENSION'
1064
+ | 'APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION'
1065
+ | 'APPLICATION_TYPE_BRUSCHETTA';
840
1066
  /** App uninstall source. */
841
- appUninstallSource?: string;
1067
+ appUninstallSource?:
1068
+ | 'APPLICATION_UNINSTALL_SOURCE_UNSPECIFIED'
1069
+ | 'APPLICATION_UNINSTALL_SOURCE_APP_LIST'
1070
+ | 'APPLICATION_UNINSTALL_SOURCE_APP_MANAGEMENT'
1071
+ | 'APPLICATION_UNINSTALL_SOURCE_SHELF'
1072
+ | 'APPLICATION_UNINSTALL_SOURCE_MIGRATION';
842
1073
  }
843
1074
  interface GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent {}
844
1075
  interface GoogleChromeManagementV1TelemetryDevice {
@@ -917,7 +1148,22 @@ declare namespace gapi.client {
917
1148
  /** Output only. Information about the device associated with the event. */
918
1149
  device?: GoogleChromeManagementV1TelemetryDeviceInfo;
919
1150
  /** The event type of the current event. */
920
- eventType?: string;
1151
+ eventType?:
1152
+ | 'EVENT_TYPE_UNSPECIFIED'
1153
+ | 'AUDIO_SEVERE_UNDERRUN'
1154
+ | 'NETWORK_STATE_CHANGE'
1155
+ | 'USB_ADDED'
1156
+ | 'USB_REMOVED'
1157
+ | 'NETWORK_HTTPS_LATENCY_CHANGE'
1158
+ | 'WIFI_SIGNAL_STRENGTH_LOW'
1159
+ | 'WIFI_SIGNAL_STRENGTH_RECOVERED'
1160
+ | 'VPN_CONNECTION_STATE_CHANGE'
1161
+ | 'APP_INSTALLED'
1162
+ | 'APP_UNINSTALLED'
1163
+ | 'APP_LAUNCHED'
1164
+ | 'OS_CRASH'
1165
+ | 'EXTERNAL_DISPLAY_CONNECTED'
1166
+ | 'EXTERNAL_DISPLAY_DISCONNECTED';
921
1167
  /** Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`. */
922
1168
  externalDisplaysEvent?: GoogleChromeManagementV1TelemetryExternalDisplayEvent;
923
1169
  /** Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`. */
@@ -941,7 +1187,22 @@ declare namespace gapi.client {
941
1187
  }
942
1188
  interface GoogleChromeManagementV1TelemetryEventNotificationFilter {
943
1189
  /** Only sends the notifications for events of these types. Must not be empty. */
944
- eventTypes?: string[];
1190
+ eventTypes?:
1191
+ | 'EVENT_TYPE_UNSPECIFIED'
1192
+ | 'AUDIO_SEVERE_UNDERRUN'
1193
+ | 'NETWORK_STATE_CHANGE'
1194
+ | 'USB_ADDED'
1195
+ | 'USB_REMOVED'
1196
+ | 'NETWORK_HTTPS_LATENCY_CHANGE'
1197
+ | 'WIFI_SIGNAL_STRENGTH_LOW'
1198
+ | 'WIFI_SIGNAL_STRENGTH_RECOVERED'
1199
+ | 'VPN_CONNECTION_STATE_CHANGE'
1200
+ | 'APP_INSTALLED'
1201
+ | 'APP_UNINSTALLED'
1202
+ | 'APP_LAUNCHED'
1203
+ | 'OS_CRASH'
1204
+ | 'EXTERNAL_DISPLAY_CONNECTED'
1205
+ | 'EXTERNAL_DISPLAY_DISCONNECTED'[];
945
1206
  }
946
1207
  interface GoogleChromeManagementV1TelemetryExternalDisplayData {
947
1208
  /** The display name. */
@@ -965,11 +1226,20 @@ declare namespace gapi.client {
965
1226
  /** HTTPS latency routine data that triggered the event. */
966
1227
  httpsLatencyRoutineData?: GoogleChromeManagementV1HttpsLatencyRoutineData;
967
1228
  /** Current HTTPS latency state. */
968
- httpsLatencyState?: string;
1229
+ httpsLatencyState?:
1230
+ | 'HTTPS_LATENCY_STATE_UNSPECIFIED'
1231
+ | 'RECOVERY'
1232
+ | 'PROBLEM';
969
1233
  }
970
1234
  interface GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent {
971
1235
  /** Current connection state of the network. */
972
- connectionState?: string;
1236
+ connectionState?:
1237
+ | 'NETWORK_CONNECTION_STATE_UNSPECIFIED'
1238
+ | 'ONLINE'
1239
+ | 'CONNECTED'
1240
+ | 'PORTAL'
1241
+ | 'CONNECTING'
1242
+ | 'NOT_CONNECTED';
973
1243
  /** Unique identifier of the network. */
974
1244
  guid?: string;
975
1245
  }
@@ -1005,9 +1275,17 @@ declare namespace gapi.client {
1005
1275
  /** Crash id. */
1006
1276
  crashId?: string;
1007
1277
  /** Crash type. */
1008
- crashType?: string;
1278
+ crashType?:
1279
+ | 'CRASH_TYPE_UNSPECIFIED'
1280
+ | 'CRASH_TYPE_KERNEL'
1281
+ | 'CRASH_TYPE_EMBEDDED_CONTROLLER';
1009
1282
  /** Session type. */
1010
- sessionType?: string;
1283
+ sessionType?:
1284
+ | 'SESSION_TYPE_UNSPECIFIED'
1285
+ | 'SESSION_TYPE_SIGNED_IN_USER'
1286
+ | 'SESSION_TYPE_KIOSK'
1287
+ | 'SESSION_TYPE_MANAGED_GUEST'
1288
+ | 'SESSION_TYPE_ACTIVE_DIRECTORY';
1011
1289
  }
1012
1290
  interface GoogleChromeManagementV1TelemetryUsbPeripheralsEvent {
1013
1291
  /** List of usb devices that were either added or removed. */
@@ -1049,13 +1327,29 @@ declare namespace gapi.client {
1049
1327
  }
1050
1328
  interface GoogleChromeManagementV1ThunderboltInfo {
1051
1329
  /** Security level of the Thunderbolt bus. */
1052
- securityLevel?: string;
1330
+ securityLevel?:
1331
+ | 'THUNDERBOLT_SECURITY_LEVEL_UNSPECIFIED'
1332
+ | 'THUNDERBOLT_SECURITY_NONE_LEVEL'
1333
+ | 'THUNDERBOLT_SECURITY_USER_LEVEL'
1334
+ | 'THUNDERBOLT_SECURITY_SECURE_LEVEL'
1335
+ | 'THUNDERBOLT_SECURITY_DP_ONLY_LEVEL'
1336
+ | 'THUNDERBOLT_SECURITY_USB_ONLY_LEVEL'
1337
+ | 'THUNDERBOLT_SECURITY_NO_PCIE_LEVEL';
1053
1338
  }
1054
1339
  interface GoogleChromeManagementV1TotalMemoryEncryptionInfo {
1055
1340
  /** Memory encryption algorithm. */
1056
- encryptionAlgorithm?: string;
1341
+ encryptionAlgorithm?:
1342
+ | 'MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED'
1343
+ | 'MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN'
1344
+ | 'MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128'
1345
+ | 'MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256';
1057
1346
  /** The state of memory encryption on the device. */
1058
- encryptionState?: string;
1347
+ encryptionState?:
1348
+ | 'MEMORY_ENCRYPTION_STATE_UNSPECIFIED'
1349
+ | 'MEMORY_ENCRYPTION_STATE_UNKNOWN'
1350
+ | 'MEMORY_ENCRYPTION_STATE_DISABLED'
1351
+ | 'MEMORY_ENCRYPTION_STATE_TME'
1352
+ | 'MEMORY_ENCRYPTION_STATE_MKTME';
1059
1353
  /** The length of the encryption keys. */
1060
1354
  keyLength?: string;
1061
1355
  /** The maximum number of keys that can be used for encryption. */
@@ -1115,9 +1409,12 @@ declare namespace gapi.client {
1115
1409
  /** Output only. Latest rotation timestamp of the public key rotation. */
1116
1410
  keyRotationTime?: string;
1117
1411
  /** Output only. Trust level of the public key. */
1118
- keyTrustLevel?: string;
1412
+ keyTrustLevel?:
1413
+ | 'KEY_TRUST_LEVEL_UNSPECIFIED'
1414
+ | 'CHROME_BROWSER_HW_KEY'
1415
+ | 'CHROME_BROWSER_OS_KEY';
1119
1416
  /** Output only. Type of the public key. */
1120
- keyType?: string;
1417
+ keyType?: 'KEY_TYPE_UNSPECIFIED' | 'RSA_KEY' | 'EC_KEY';
1121
1418
  /** Output only. Value of the public key. */
1122
1419
  publicKey?: string;
1123
1420
  }
@@ -1145,7 +1442,10 @@ declare namespace gapi.client {
1145
1442
  /** Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the `SignData` operation has finished. */
1146
1443
  signature?: string;
1147
1444
  /** Output only. The signature algorithm that the client and backend components use when processing `sign_data`. If the `profile_type` is a `GenericProfile`, this field will only be present after the `SignData` operation was initiated. If the `profile_type` is a `ScepProfile`, the field will always be present. */
1148
- signatureAlgorithm?: string;
1445
+ signatureAlgorithm?:
1446
+ | 'SIGNATURE_ALGORITHM_UNSPECIFIED'
1447
+ | 'SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256'
1448
+ | 'SIGNATURE_ALGORITHM_ECDSA_SHA256';
1149
1449
  /** Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated. */
1150
1450
  signData?: string;
1151
1451
  /** Output only. Server-generated timestamp of when the certificate provisioning process has been created. */
@@ -1155,7 +1455,13 @@ declare namespace gapi.client {
1155
1455
  }
1156
1456
  interface GoogleChromeManagementVersionsV1ChromeBrowserProfile {
1157
1457
  /** Output only. The specific affiliation state of the profile. */
1158
- affiliationState?: string;
1458
+ affiliationState?:
1459
+ | 'AFFILIATION_STATE_UNSPECIFIED'
1460
+ | 'UNAFFILIATED_GENERIC'
1461
+ | 'PROFILE_ONLY'
1462
+ | 'UNAFFILIATED_LOCAL_MACHINE'
1463
+ | 'UNAFFILIATED_CLOUD_MACHINE'
1464
+ | 'AFFILIATED_CLOUD_MANAGED';
1159
1465
  /** Optional. Location of the profile annotated by the admin. */
1160
1466
  annotatedLocation?: string;
1161
1467
  /** Optional. User of the profile annotated by the admin. */
@@ -1177,7 +1483,10 @@ declare namespace gapi.client {
1177
1483
  /** Output only. Timestamp of the first enrollment of the profile. */
1178
1484
  firstEnrollmentTime?: string;
1179
1485
  /** Output only. Identify provider of the profile. */
1180
- identityProvider?: string;
1486
+ identityProvider?:
1487
+ | 'IDENTITY_PROVIDER_UNSPECIFIED'
1488
+ | 'GOOGLE_IDENTITY_PROVIDER'
1489
+ | 'EXTERNAL_IDENTITY_PROVIDER';
1181
1490
  /** Output only. Timestamp of the latest activity by the profile. */
1182
1491
  lastActivityTime?: string;
1183
1492
  /** Output only. Timestamp of the latest policy fetch by the profile. */
@@ -1213,7 +1522,11 @@ declare namespace gapi.client {
1213
1522
  /** Output only. Result of the remote command. */
1214
1523
  commandResult?: GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult;
1215
1524
  /** Output only. State of the remote command. */
1216
- commandState?: string;
1525
+ commandState?:
1526
+ | 'COMMAND_STATE_UNSPECIFIED'
1527
+ | 'PENDING'
1528
+ | 'EXPIRED'
1529
+ | 'EXECUTED_BY_CLIENT';
1217
1530
  /** Required. Type of the remote command. The only supported command_type is "clearBrowsingData". */
1218
1531
  commandType?: string;
1219
1532
  /** Output only. Timestamp of the issurance of the remote command. */
@@ -1231,7 +1544,11 @@ declare namespace gapi.client {
1231
1544
  /** Output only. Result code that indicates the type of error or success of the command. */
1232
1545
  resultCode?: string;
1233
1546
  /** Output only. Result type of the remote command. */
1234
- resultType?: string;
1547
+ resultType?:
1548
+ | 'COMMAND_RESULT_TYPE_UNSPECIFIED'
1549
+ | 'IGNORED'
1550
+ | 'FAILURE'
1551
+ | 'SUCCESS';
1235
1552
  }
1236
1553
  interface GoogleChromeManagementVersionsV1ChromeOsDevice {
1237
1554
  /** Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab. */
@@ -1256,7 +1573,7 @@ declare namespace gapi.client {
1256
1573
  /** Output only. Device ID that identifies the affiliated device on which the profile exists. If the device type is CHROME_BROWSER, then this represents a unique Directory API ID of the device that can be used in Admin SDK Browsers API. */
1257
1574
  affiliatedDeviceId?: string;
1258
1575
  /** Output only. Type of the device on which the profile exists. */
1259
- deviceType?: string;
1576
+ deviceType?: 'DEVICE_TYPE_UNSPECIFIED' | 'CHROME_BROWSER';
1260
1577
  /** Output only. Hostname of the device on which the profile exists. */
1261
1578
  hostname?: string;
1262
1579
  /** Output only. Machine name of the device on which the profile exists. On platforms which do not report the machine name (currently iOS and Android) this is instead set to the browser's device_id - but note that this is a different device_id than the |affiliated_device_id|. */
@@ -1310,7 +1627,13 @@ declare namespace gapi.client {
1310
1627
  }
1311
1628
  interface GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData {
1312
1629
  /** Output only. Source of the policy. */
1313
- source?: string;
1630
+ source?:
1631
+ | 'POLICY_SOURCE_UNSPECIFIED'
1632
+ | 'MACHINE_PLATFORM'
1633
+ | 'USER_PLATFORM'
1634
+ | 'MACHINE_LEVEL_USER_CLOUD'
1635
+ | 'USER_CLOUD'
1636
+ | 'MACHINE_MERGED';
1314
1637
  }
1315
1638
  interface GoogleChromeManagementVersionsV1ReportingDataExtensionData {
1316
1639
  /** Output only. Description of the extension. */
@@ -1318,11 +1641,23 @@ declare namespace gapi.client {
1318
1641
  /** Output only. ID of the extension. */
1319
1642
  extensionId?: string;
1320
1643
  /** Output only. Type of the extension. */
1321
- extensionType?: string;
1644
+ extensionType?:
1645
+ | 'EXTENSION_TYPE_UNSPECIFIED'
1646
+ | 'EXTENSION'
1647
+ | 'APP'
1648
+ | 'THEME'
1649
+ | 'HOSTED_APP';
1322
1650
  /** Output only. The URL of the homepage of the extension. */
1323
1651
  homepageUri?: string;
1324
1652
  /** Output only. Installation type of the extension. */
1325
- installationType?: string;
1653
+ installationType?:
1654
+ | 'INSTALLATION_TYPE_UNSPECIFIED'
1655
+ | 'MULTIPLE'
1656
+ | 'NORMAL'
1657
+ | 'ADMIN'
1658
+ | 'DEVELOPMENT'
1659
+ | 'SIDELOAD'
1660
+ | 'OTHER';
1326
1661
  /** Output only. Represents whether the user disabled the extension. */
1327
1662
  isDisabled?: boolean;
1328
1663
  /** Output only. Represents whether the extension is from the webstore. */
@@ -1352,7 +1687,13 @@ declare namespace gapi.client {
1352
1687
  /** Output only. Name of the policy. */
1353
1688
  name?: string;
1354
1689
  /** Output only. Source of the policy. */
1355
- source?: string;
1690
+ source?:
1691
+ | 'POLICY_SOURCE_UNSPECIFIED'
1692
+ | 'MACHINE_PLATFORM'
1693
+ | 'USER_PLATFORM'
1694
+ | 'MACHINE_LEVEL_USER_CLOUD'
1695
+ | 'USER_CLOUD'
1696
+ | 'MACHINE_MERGED';
1356
1697
  /** Output only. Value of the policy. */
1357
1698
  value?: string;
1358
1699
  }
@@ -1366,7 +1707,10 @@ declare namespace gapi.client {
1366
1707
  /** Output only. The country of the subject. */
1367
1708
  country?: string;
1368
1709
  /** Output only. The allowed key usages for certificate's key. */
1369
- keyUsages?: string[];
1710
+ keyUsages?:
1711
+ | 'KEY_USAGE_UNSPECIFIED'
1712
+ | 'KEY_USAGE_SIGNING'
1713
+ | 'KEY_USAGE_KEY_ENCIPHERMENT'[];
1370
1714
  /** Output only. The locality of the subject. */
1371
1715
  locality?: string;
1372
1716
  /** Output only. The name of the organization the subject belongs to. */
@@ -1391,7 +1735,10 @@ declare namespace gapi.client {
1391
1735
  }
1392
1736
  interface GoogleChromeManagementVersionsV1SignDataRequest {
1393
1737
  /** Required. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. */
1394
- signatureAlgorithm?: string;
1738
+ signatureAlgorithm?:
1739
+ | 'SIGNATURE_ALGORITHM_UNSPECIFIED'
1740
+ | 'SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256'
1741
+ | 'SIGNATURE_ALGORITHM_ECDSA_SHA256';
1395
1742
  /** Required. The data that the client was asked to sign. */
1396
1743
  signData?: string;
1397
1744
  }
@@ -1401,7 +1748,12 @@ declare namespace gapi.client {
1401
1748
  }
1402
1749
  interface GoogleChromeManagementVersionsV1SubjectAltName {
1403
1750
  /** Output only. The type of the SubjectAltName extension. */
1404
- type?: string;
1751
+ type?:
1752
+ | 'SUBJECT_ALT_NAME_TYPE_UNSPECIFIED'
1753
+ | 'RFC822_NAME'
1754
+ | 'DNS_NAME'
1755
+ | 'OTHER_NAME_USER_PRINCIPAL_NAME'
1756
+ | 'UNIFORM_RESOURCE_IDENTIFIER';
1405
1757
  /** Output only. The value of the subject alternative name with respect to the `type`. */
1406
1758
  value?: string;
1407
1759
  }
@@ -1458,11 +1810,11 @@ declare namespace gapi.client {
1458
1810
  /** Get a specific app for a customer by its resource name. */
1459
1811
  get(request?: {
1460
1812
  /** V1 error format. */
1461
- '$.xgafv'?: string;
1813
+ '$.xgafv'?: '1' | '2';
1462
1814
  /** OAuth access token. */
1463
1815
  access_token?: string;
1464
1816
  /** Data format for response. */
1465
- alt?: string;
1817
+ alt?: 'json' | 'media' | 'proto';
1466
1818
  /** JSONP */
1467
1819
  callback?: string;
1468
1820
  /** Selector specifying which fields to include in a partial response. */
@@ -1487,11 +1839,11 @@ declare namespace gapi.client {
1487
1839
  /** Get a specific app for a customer by its resource name. */
1488
1840
  get(request?: {
1489
1841
  /** V1 error format. */
1490
- '$.xgafv'?: string;
1842
+ '$.xgafv'?: '1' | '2';
1491
1843
  /** OAuth access token. */
1492
1844
  access_token?: string;
1493
1845
  /** Data format for response. */
1494
- alt?: string;
1846
+ alt?: 'json' | 'media' | 'proto';
1495
1847
  /** JSONP */
1496
1848
  callback?: string;
1497
1849
  /** Selector specifying which fields to include in a partial response. */
@@ -1516,11 +1868,11 @@ declare namespace gapi.client {
1516
1868
  /** Get a specific app for a customer by its resource name. */
1517
1869
  get(request?: {
1518
1870
  /** V1 error format. */
1519
- '$.xgafv'?: string;
1871
+ '$.xgafv'?: '1' | '2';
1520
1872
  /** OAuth access token. */
1521
1873
  access_token?: string;
1522
1874
  /** Data format for response. */
1523
- alt?: string;
1875
+ alt?: 'json' | 'media' | 'proto';
1524
1876
  /** JSONP */
1525
1877
  callback?: string;
1526
1878
  /** Selector specifying which fields to include in a partial response. */
@@ -1545,11 +1897,11 @@ declare namespace gapi.client {
1545
1897
  /** Generate summary of app installation requests. */
1546
1898
  countChromeAppRequests(request?: {
1547
1899
  /** V1 error format. */
1548
- '$.xgafv'?: string;
1900
+ '$.xgafv'?: '1' | '2';
1549
1901
  /** OAuth access token. */
1550
1902
  access_token?: string;
1551
1903
  /** Data format for response. */
1552
- alt?: string;
1904
+ alt?: 'json' | 'media' | 'proto';
1553
1905
  /** JSONP */
1554
1906
  callback?: string;
1555
1907
  /** Required. Customer id or "my_customer" to use the customer associated to the account making the request. */
@@ -1580,11 +1932,11 @@ declare namespace gapi.client {
1580
1932
  /** Get a list of devices that have requested to install an extension. */
1581
1933
  fetchDevicesRequestingExtension(request?: {
1582
1934
  /** V1 error format. */
1583
- '$.xgafv'?: string;
1935
+ '$.xgafv'?: '1' | '2';
1584
1936
  /** OAuth access token. */
1585
1937
  access_token?: string;
1586
1938
  /** Data format for response. */
1587
- alt?: string;
1939
+ alt?: 'json' | 'media' | 'proto';
1588
1940
  /** JSONP */
1589
1941
  callback?: string;
1590
1942
  /** Required. The customer ID or "my_customer" prefixed with "customers/". */
@@ -1615,11 +1967,11 @@ declare namespace gapi.client {
1615
1967
  /** Get a list of users that have requested to install an extension. */
1616
1968
  fetchUsersRequestingExtension(request?: {
1617
1969
  /** V1 error format. */
1618
- '$.xgafv'?: string;
1970
+ '$.xgafv'?: '1' | '2';
1619
1971
  /** OAuth access token. */
1620
1972
  access_token?: string;
1621
1973
  /** Data format for response. */
1622
- alt?: string;
1974
+ alt?: 'json' | 'media' | 'proto';
1623
1975
  /** JSONP */
1624
1976
  callback?: string;
1625
1977
  /** Required. The customer ID or "my_customer" prefixed with "customers/". */
@@ -1655,11 +2007,11 @@ declare namespace gapi.client {
1655
2007
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
1656
2008
  get(request?: {
1657
2009
  /** V1 error format. */
1658
- '$.xgafv'?: string;
2010
+ '$.xgafv'?: '1' | '2';
1659
2011
  /** OAuth access token. */
1660
2012
  access_token?: string;
1661
2013
  /** Data format for response. */
1662
- alt?: string;
2014
+ alt?: 'json' | 'media' | 'proto';
1663
2015
  /** JSONP */
1664
2016
  callback?: string;
1665
2017
  /** Selector specifying which fields to include in a partial response. */
@@ -1684,11 +2036,11 @@ declare namespace gapi.client {
1684
2036
  /** Claims a certificate provisioning process. For each certificate provisioning process, this operation can succeed only for one `caller_instance_id`. */
1685
2037
  claim(request: {
1686
2038
  /** V1 error format. */
1687
- '$.xgafv'?: string;
2039
+ '$.xgafv'?: '1' | '2';
1688
2040
  /** OAuth access token. */
1689
2041
  access_token?: string;
1690
2042
  /** Data format for response. */
1691
- alt?: string;
2043
+ alt?: 'json' | 'media' | 'proto';
1692
2044
  /** JSONP */
1693
2045
  callback?: string;
1694
2046
  /** Selector specifying which fields to include in a partial response. */
@@ -1713,11 +2065,11 @@ declare namespace gapi.client {
1713
2065
  claim(
1714
2066
  request: {
1715
2067
  /** V1 error format. */
1716
- '$.xgafv'?: string;
2068
+ '$.xgafv'?: '1' | '2';
1717
2069
  /** OAuth access token. */
1718
2070
  access_token?: string;
1719
2071
  /** Data format for response. */
1720
- alt?: string;
2072
+ alt?: 'json' | 'media' | 'proto';
1721
2073
  /** JSONP */
1722
2074
  callback?: string;
1723
2075
  /** Selector specifying which fields to include in a partial response. */
@@ -1742,11 +2094,11 @@ declare namespace gapi.client {
1742
2094
  /** Retrieves a certificate provisioning process. */
1743
2095
  get(request?: {
1744
2096
  /** V1 error format. */
1745
- '$.xgafv'?: string;
2097
+ '$.xgafv'?: '1' | '2';
1746
2098
  /** OAuth access token. */
1747
2099
  access_token?: string;
1748
2100
  /** Data format for response. */
1749
- alt?: string;
2101
+ alt?: 'json' | 'media' | 'proto';
1750
2102
  /** JSONP */
1751
2103
  callback?: string;
1752
2104
  /** Selector specifying which fields to include in a partial response. */
@@ -1769,11 +2121,11 @@ declare namespace gapi.client {
1769
2121
  /** Marks a certificate provisioning process as failed. */
1770
2122
  setFailure(request: {
1771
2123
  /** V1 error format. */
1772
- '$.xgafv'?: string;
2124
+ '$.xgafv'?: '1' | '2';
1773
2125
  /** OAuth access token. */
1774
2126
  access_token?: string;
1775
2127
  /** Data format for response. */
1776
- alt?: string;
2128
+ alt?: 'json' | 'media' | 'proto';
1777
2129
  /** JSONP */
1778
2130
  callback?: string;
1779
2131
  /** Selector specifying which fields to include in a partial response. */
@@ -1798,11 +2150,11 @@ declare namespace gapi.client {
1798
2150
  setFailure(
1799
2151
  request: {
1800
2152
  /** V1 error format. */
1801
- '$.xgafv'?: string;
2153
+ '$.xgafv'?: '1' | '2';
1802
2154
  /** OAuth access token. */
1803
2155
  access_token?: string;
1804
2156
  /** Data format for response. */
1805
- alt?: string;
2157
+ alt?: 'json' | 'media' | 'proto';
1806
2158
  /** JSONP */
1807
2159
  callback?: string;
1808
2160
  /** Selector specifying which fields to include in a partial response. */
@@ -1827,11 +2179,11 @@ declare namespace gapi.client {
1827
2179
  /** Requests the client that initiated a certificate provisioning process to sign data. This should only be called after `ClaimCertificateProvisioningProcess` has been successfully executed. */
1828
2180
  signData(request: {
1829
2181
  /** V1 error format. */
1830
- '$.xgafv'?: string;
2182
+ '$.xgafv'?: '1' | '2';
1831
2183
  /** OAuth access token. */
1832
2184
  access_token?: string;
1833
2185
  /** Data format for response. */
1834
- alt?: string;
2186
+ alt?: 'json' | 'media' | 'proto';
1835
2187
  /** JSONP */
1836
2188
  callback?: string;
1837
2189
  /** Selector specifying which fields to include in a partial response. */
@@ -1856,11 +2208,11 @@ declare namespace gapi.client {
1856
2208
  signData(
1857
2209
  request: {
1858
2210
  /** V1 error format. */
1859
- '$.xgafv'?: string;
2211
+ '$.xgafv'?: '1' | '2';
1860
2212
  /** OAuth access token. */
1861
2213
  access_token?: string;
1862
2214
  /** Data format for response. */
1863
- alt?: string;
2215
+ alt?: 'json' | 'media' | 'proto';
1864
2216
  /** JSONP */
1865
2217
  callback?: string;
1866
2218
  /** Selector specifying which fields to include in a partial response. */
@@ -1885,11 +2237,11 @@ declare namespace gapi.client {
1885
2237
  /** Uploads a successfully issued certificate for a certificate provisioning process. */
1886
2238
  uploadCertificate(request: {
1887
2239
  /** V1 error format. */
1888
- '$.xgafv'?: string;
2240
+ '$.xgafv'?: '1' | '2';
1889
2241
  /** OAuth access token. */
1890
2242
  access_token?: string;
1891
2243
  /** Data format for response. */
1892
- alt?: string;
2244
+ alt?: 'json' | 'media' | 'proto';
1893
2245
  /** JSONP */
1894
2246
  callback?: string;
1895
2247
  /** Selector specifying which fields to include in a partial response. */
@@ -1914,11 +2266,11 @@ declare namespace gapi.client {
1914
2266
  uploadCertificate(
1915
2267
  request: {
1916
2268
  /** V1 error format. */
1917
- '$.xgafv'?: string;
2269
+ '$.xgafv'?: '1' | '2';
1918
2270
  /** OAuth access token. */
1919
2271
  access_token?: string;
1920
2272
  /** Data format for response. */
1921
- alt?: string;
2273
+ alt?: 'json' | 'media' | 'proto';
1922
2274
  /** JSONP */
1923
2275
  callback?: string;
1924
2276
  /** Selector specifying which fields to include in a partial response. */
@@ -1946,11 +2298,11 @@ declare namespace gapi.client {
1946
2298
  /** Creates a Chrome browser profile remote command. */
1947
2299
  create(request: {
1948
2300
  /** V1 error format. */
1949
- '$.xgafv'?: string;
2301
+ '$.xgafv'?: '1' | '2';
1950
2302
  /** OAuth access token. */
1951
2303
  access_token?: string;
1952
2304
  /** Data format for response. */
1953
- alt?: string;
2305
+ alt?: 'json' | 'media' | 'proto';
1954
2306
  /** JSONP */
1955
2307
  callback?: string;
1956
2308
  /** Selector specifying which fields to include in a partial response. */
@@ -1975,11 +2327,11 @@ declare namespace gapi.client {
1975
2327
  create(
1976
2328
  request: {
1977
2329
  /** V1 error format. */
1978
- '$.xgafv'?: string;
2330
+ '$.xgafv'?: '1' | '2';
1979
2331
  /** OAuth access token. */
1980
2332
  access_token?: string;
1981
2333
  /** Data format for response. */
1982
- alt?: string;
2334
+ alt?: 'json' | 'media' | 'proto';
1983
2335
  /** JSONP */
1984
2336
  callback?: string;
1985
2337
  /** Selector specifying which fields to include in a partial response. */
@@ -2004,11 +2356,11 @@ declare namespace gapi.client {
2004
2356
  /** Gets a Chrome browser profile remote command. */
2005
2357
  get(request?: {
2006
2358
  /** V1 error format. */
2007
- '$.xgafv'?: string;
2359
+ '$.xgafv'?: '1' | '2';
2008
2360
  /** OAuth access token. */
2009
2361
  access_token?: string;
2010
2362
  /** Data format for response. */
2011
- alt?: string;
2363
+ alt?: 'json' | 'media' | 'proto';
2012
2364
  /** JSONP */
2013
2365
  callback?: string;
2014
2366
  /** Selector specifying which fields to include in a partial response. */
@@ -2031,11 +2383,11 @@ declare namespace gapi.client {
2031
2383
  /** Lists remote commands of a Chrome browser profile. */
2032
2384
  list(request?: {
2033
2385
  /** V1 error format. */
2034
- '$.xgafv'?: string;
2386
+ '$.xgafv'?: '1' | '2';
2035
2387
  /** OAuth access token. */
2036
2388
  access_token?: string;
2037
2389
  /** Data format for response. */
2038
- alt?: string;
2390
+ alt?: 'json' | 'media' | 'proto';
2039
2391
  /** JSONP */
2040
2392
  callback?: string;
2041
2393
  /** Selector specifying which fields to include in a partial response. */
@@ -2064,11 +2416,11 @@ declare namespace gapi.client {
2064
2416
  /** Deletes the data collected from a Chrome browser profile. */
2065
2417
  delete(request?: {
2066
2418
  /** V1 error format. */
2067
- '$.xgafv'?: string;
2419
+ '$.xgafv'?: '1' | '2';
2068
2420
  /** OAuth access token. */
2069
2421
  access_token?: string;
2070
2422
  /** Data format for response. */
2071
- alt?: string;
2423
+ alt?: 'json' | 'media' | 'proto';
2072
2424
  /** JSONP */
2073
2425
  callback?: string;
2074
2426
  /** Selector specifying which fields to include in a partial response. */
@@ -2091,11 +2443,11 @@ declare namespace gapi.client {
2091
2443
  /** Gets a Chrome browser profile with customer ID and profile permanent ID. */
2092
2444
  get(request?: {
2093
2445
  /** V1 error format. */
2094
- '$.xgafv'?: string;
2446
+ '$.xgafv'?: '1' | '2';
2095
2447
  /** OAuth access token. */
2096
2448
  access_token?: string;
2097
2449
  /** Data format for response. */
2098
- alt?: string;
2450
+ alt?: 'json' | 'media' | 'proto';
2099
2451
  /** JSONP */
2100
2452
  callback?: string;
2101
2453
  /** Selector specifying which fields to include in a partial response. */
@@ -2118,11 +2470,11 @@ declare namespace gapi.client {
2118
2470
  /** Lists Chrome browser profiles of a customer based on the given search and sorting criteria. */
2119
2471
  list(request?: {
2120
2472
  /** V1 error format. */
2121
- '$.xgafv'?: string;
2473
+ '$.xgafv'?: '1' | '2';
2122
2474
  /** OAuth access token. */
2123
2475
  access_token?: string;
2124
2476
  /** Data format for response. */
2125
- alt?: string;
2477
+ alt?: 'json' | 'media' | 'proto';
2126
2478
  /** JSONP */
2127
2479
  callback?: string;
2128
2480
  /** Selector specifying which fields to include in a partial response. */
@@ -2156,11 +2508,11 @@ declare namespace gapi.client {
2156
2508
  /** Get a count of active devices per set time frames. */
2157
2509
  countActiveDevices(request?: {
2158
2510
  /** V1 error format. */
2159
- '$.xgafv'?: string;
2511
+ '$.xgafv'?: '1' | '2';
2160
2512
  /** OAuth access token. */
2161
2513
  access_token?: string;
2162
2514
  /** Data format for response. */
2163
- alt?: string;
2515
+ alt?: 'json' | 'media' | 'proto';
2164
2516
  /** JSONP */
2165
2517
  callback?: string;
2166
2518
  /** Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". */
@@ -2189,11 +2541,11 @@ declare namespace gapi.client {
2189
2541
  /** Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity. */
2190
2542
  countChromeBrowsersNeedingAttention(request?: {
2191
2543
  /** V1 error format. */
2192
- '$.xgafv'?: string;
2544
+ '$.xgafv'?: '1' | '2';
2193
2545
  /** OAuth access token. */
2194
2546
  access_token?: string;
2195
2547
  /** Data format for response. */
2196
- alt?: string;
2548
+ alt?: 'json' | 'media' | 'proto';
2197
2549
  /** JSONP */
2198
2550
  callback?: string;
2199
2551
  /** Required. The customer ID or "my_customer" prefixed with "customers/". */
@@ -2218,11 +2570,11 @@ declare namespace gapi.client {
2218
2570
  /** Get a count of Chrome crash events. */
2219
2571
  countChromeCrashEvents(request?: {
2220
2572
  /** V1 error format. */
2221
- '$.xgafv'?: string;
2573
+ '$.xgafv'?: '1' | '2';
2222
2574
  /** OAuth access token. */
2223
2575
  access_token?: string;
2224
2576
  /** Data format for response. */
2225
- alt?: string;
2577
+ alt?: 'json' | 'media' | 'proto';
2226
2578
  /** JSONP */
2227
2579
  callback?: string;
2228
2580
  /** Customer ID. */
@@ -2251,11 +2603,11 @@ declare namespace gapi.client {
2251
2603
  /** Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found [here](https://support.google.com/chrome/a/answer/10564947). */
2252
2604
  countChromeDevicesReachingAutoExpirationDate(request?: {
2253
2605
  /** V1 error format. */
2254
- '$.xgafv'?: string;
2606
+ '$.xgafv'?: '1' | '2';
2255
2607
  /** OAuth access token. */
2256
2608
  access_token?: string;
2257
2609
  /** Data format for response. */
2258
- alt?: string;
2610
+ alt?: 'json' | 'media' | 'proto';
2259
2611
  /** JSONP */
2260
2612
  callback?: string;
2261
2613
  /** Required. The customer ID or "my_customer" prefixed with "customers/". */
@@ -2284,11 +2636,11 @@ declare namespace gapi.client {
2284
2636
  /** Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947 */
2285
2637
  countChromeDevicesThatNeedAttention(request?: {
2286
2638
  /** V1 error format. */
2287
- '$.xgafv'?: string;
2639
+ '$.xgafv'?: '1' | '2';
2288
2640
  /** OAuth access token. */
2289
2641
  access_token?: string;
2290
2642
  /** Data format for response. */
2291
- alt?: string;
2643
+ alt?: 'json' | 'media' | 'proto';
2292
2644
  /** JSONP */
2293
2645
  callback?: string;
2294
2646
  /** Required. The customer ID or "my_customer" prefixed with "customers/". */
@@ -2315,11 +2667,11 @@ declare namespace gapi.client {
2315
2667
  /** Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947 */
2316
2668
  countChromeHardwareFleetDevices(request?: {
2317
2669
  /** V1 error format. */
2318
- '$.xgafv'?: string;
2670
+ '$.xgafv'?: '1' | '2';
2319
2671
  /** OAuth access token. */
2320
2672
  access_token?: string;
2321
2673
  /** Data format for response. */
2322
- alt?: string;
2674
+ alt?: 'json' | 'media' | 'proto';
2323
2675
  /** JSONP */
2324
2676
  callback?: string;
2325
2677
  /** Required. The customer ID or "my_customer". */
@@ -2346,11 +2698,11 @@ declare namespace gapi.client {
2346
2698
  /** Generate report of installed Chrome versions. */
2347
2699
  countChromeVersions(request?: {
2348
2700
  /** V1 error format. */
2349
- '$.xgafv'?: string;
2701
+ '$.xgafv'?: '1' | '2';
2350
2702
  /** OAuth access token. */
2351
2703
  access_token?: string;
2352
2704
  /** Data format for response. */
2353
- alt?: string;
2705
+ alt?: 'json' | 'media' | 'proto';
2354
2706
  /** JSONP */
2355
2707
  callback?: string;
2356
2708
  /** Required. Customer id or "my_customer" to use the customer associated to the account making the request. */
@@ -2381,11 +2733,11 @@ declare namespace gapi.client {
2381
2733
  /** Get a count of devices per boot type. */
2382
2734
  countDevicesPerBootType(request?: {
2383
2735
  /** V1 error format. */
2384
- '$.xgafv'?: string;
2736
+ '$.xgafv'?: '1' | '2';
2385
2737
  /** OAuth access token. */
2386
2738
  access_token?: string;
2387
2739
  /** Data format for response. */
2388
- alt?: string;
2740
+ alt?: 'json' | 'media' | 'proto';
2389
2741
  /** JSONP */
2390
2742
  callback?: string;
2391
2743
  /** Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". */
@@ -2414,11 +2766,11 @@ declare namespace gapi.client {
2414
2766
  /** Get a count of devices per channel. */
2415
2767
  countDevicesPerReleaseChannel(request?: {
2416
2768
  /** V1 error format. */
2417
- '$.xgafv'?: string;
2769
+ '$.xgafv'?: '1' | '2';
2418
2770
  /** OAuth access token. */
2419
2771
  access_token?: string;
2420
2772
  /** Data format for response. */
2421
- alt?: string;
2773
+ alt?: 'json' | 'media' | 'proto';
2422
2774
  /** JSONP */
2423
2775
  callback?: string;
2424
2776
  /** Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". */
@@ -2447,11 +2799,11 @@ declare namespace gapi.client {
2447
2799
  /** Generate report of app installations. */
2448
2800
  countInstalledApps(request?: {
2449
2801
  /** V1 error format. */
2450
- '$.xgafv'?: string;
2802
+ '$.xgafv'?: '1' | '2';
2451
2803
  /** OAuth access token. */
2452
2804
  access_token?: string;
2453
2805
  /** Data format for response. */
2454
- alt?: string;
2806
+ alt?: 'json' | 'media' | 'proto';
2455
2807
  /** JSONP */
2456
2808
  callback?: string;
2457
2809
  /** Required. Customer id or "my_customer" to use the customer associated to the account making the request. */
@@ -2484,11 +2836,11 @@ declare namespace gapi.client {
2484
2836
  /** Get a summary of printing done by each printer. */
2485
2837
  countPrintJobsByPrinter(request?: {
2486
2838
  /** V1 error format. */
2487
- '$.xgafv'?: string;
2839
+ '$.xgafv'?: '1' | '2';
2488
2840
  /** OAuth access token. */
2489
2841
  access_token?: string;
2490
2842
  /** Data format for response. */
2491
- alt?: string;
2843
+ alt?: 'json' | 'media' | 'proto';
2492
2844
  /** JSONP */
2493
2845
  callback?: string;
2494
2846
  /** Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request. */
@@ -2521,11 +2873,11 @@ declare namespace gapi.client {
2521
2873
  /** Get a summary of printing done by each user. */
2522
2874
  countPrintJobsByUser(request?: {
2523
2875
  /** V1 error format. */
2524
- '$.xgafv'?: string;
2876
+ '$.xgafv'?: '1' | '2';
2525
2877
  /** OAuth access token. */
2526
2878
  access_token?: string;
2527
2879
  /** Data format for response. */
2528
- alt?: string;
2880
+ alt?: 'json' | 'media' | 'proto';
2529
2881
  /** JSONP */
2530
2882
  callback?: string;
2531
2883
  /** Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request. */
@@ -2558,11 +2910,11 @@ declare namespace gapi.client {
2558
2910
  /** Get a list of print jobs. */
2559
2911
  enumeratePrintJobs(request?: {
2560
2912
  /** V1 error format. */
2561
- '$.xgafv'?: string;
2913
+ '$.xgafv'?: '1' | '2';
2562
2914
  /** OAuth access token. */
2563
2915
  access_token?: string;
2564
2916
  /** Data format for response. */
2565
- alt?: string;
2917
+ alt?: 'json' | 'media' | 'proto';
2566
2918
  /** JSONP */
2567
2919
  callback?: string;
2568
2920
  /** Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request. */
@@ -2595,15 +2947,21 @@ declare namespace gapi.client {
2595
2947
  /** Generate report of managed Chrome browser devices that have a specified app installed. */
2596
2948
  findInstalledAppDevices(request?: {
2597
2949
  /** V1 error format. */
2598
- '$.xgafv'?: string;
2950
+ '$.xgafv'?: '1' | '2';
2599
2951
  /** OAuth access token. */
2600
2952
  access_token?: string;
2601
2953
  /** Data format for response. */
2602
- alt?: string;
2954
+ alt?: 'json' | 'media' | 'proto';
2603
2955
  /** Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). */
2604
2956
  appId?: string;
2605
2957
  /** Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID. */
2606
- appType?: string;
2958
+ appType?:
2959
+ | 'APP_TYPE_UNSPECIFIED'
2960
+ | 'EXTENSION'
2961
+ | 'APP'
2962
+ | 'THEME'
2963
+ | 'HOSTED_APP'
2964
+ | 'ANDROID_APP';
2607
2965
  /** JSONP */
2608
2966
  callback?: string;
2609
2967
  /** Required. Customer id or "my_customer" to use the customer associated to the account making the request. */
@@ -2638,11 +2996,11 @@ declare namespace gapi.client {
2638
2996
  /** Get telemetry device. */
2639
2997
  get(request?: {
2640
2998
  /** V1 error format. */
2641
- '$.xgafv'?: string;
2999
+ '$.xgafv'?: '1' | '2';
2642
3000
  /** OAuth access token. */
2643
3001
  access_token?: string;
2644
3002
  /** Data format for response. */
2645
- alt?: string;
3003
+ alt?: 'json' | 'media' | 'proto';
2646
3004
  /** JSONP */
2647
3005
  callback?: string;
2648
3006
  /** Selector specifying which fields to include in a partial response. */
@@ -2667,11 +3025,11 @@ declare namespace gapi.client {
2667
3025
  /** List all telemetry devices. */
2668
3026
  list(request?: {
2669
3027
  /** V1 error format. */
2670
- '$.xgafv'?: string;
3028
+ '$.xgafv'?: '1' | '2';
2671
3029
  /** OAuth access token. */
2672
3030
  access_token?: string;
2673
3031
  /** Data format for response. */
2674
- alt?: string;
3032
+ alt?: 'json' | 'media' | 'proto';
2675
3033
  /** JSONP */
2676
3034
  callback?: string;
2677
3035
  /** Selector specifying which fields to include in a partial response. */
@@ -2704,11 +3062,11 @@ declare namespace gapi.client {
2704
3062
  /** List telemetry events. */
2705
3063
  list(request?: {
2706
3064
  /** V1 error format. */
2707
- '$.xgafv'?: string;
3065
+ '$.xgafv'?: '1' | '2';
2708
3066
  /** OAuth access token. */
2709
3067
  access_token?: string;
2710
3068
  /** Data format for response. */
2711
- alt?: string;
3069
+ alt?: 'json' | 'media' | 'proto';
2712
3070
  /** JSONP */
2713
3071
  callback?: string;
2714
3072
  /** Selector specifying which fields to include in a partial response. */
@@ -2741,11 +3099,11 @@ declare namespace gapi.client {
2741
3099
  /** Create a telemetry notification config. */
2742
3100
  create(request: {
2743
3101
  /** V1 error format. */
2744
- '$.xgafv'?: string;
3102
+ '$.xgafv'?: '1' | '2';
2745
3103
  /** OAuth access token. */
2746
3104
  access_token?: string;
2747
3105
  /** Data format for response. */
2748
- alt?: string;
3106
+ alt?: 'json' | 'media' | 'proto';
2749
3107
  /** JSONP */
2750
3108
  callback?: string;
2751
3109
  /** Selector specifying which fields to include in a partial response. */
@@ -2770,11 +3128,11 @@ declare namespace gapi.client {
2770
3128
  create(
2771
3129
  request: {
2772
3130
  /** V1 error format. */
2773
- '$.xgafv'?: string;
3131
+ '$.xgafv'?: '1' | '2';
2774
3132
  /** OAuth access token. */
2775
3133
  access_token?: string;
2776
3134
  /** Data format for response. */
2777
- alt?: string;
3135
+ alt?: 'json' | 'media' | 'proto';
2778
3136
  /** JSONP */
2779
3137
  callback?: string;
2780
3138
  /** Selector specifying which fields to include in a partial response. */
@@ -2799,11 +3157,11 @@ declare namespace gapi.client {
2799
3157
  /** Delete a telemetry notification config. */
2800
3158
  delete(request?: {
2801
3159
  /** V1 error format. */
2802
- '$.xgafv'?: string;
3160
+ '$.xgafv'?: '1' | '2';
2803
3161
  /** OAuth access token. */
2804
3162
  access_token?: string;
2805
3163
  /** Data format for response. */
2806
- alt?: string;
3164
+ alt?: 'json' | 'media' | 'proto';
2807
3165
  /** JSONP */
2808
3166
  callback?: string;
2809
3167
  /** Selector specifying which fields to include in a partial response. */
@@ -2826,11 +3184,11 @@ declare namespace gapi.client {
2826
3184
  /** List all telemetry notification configs. */
2827
3185
  list(request?: {
2828
3186
  /** V1 error format. */
2829
- '$.xgafv'?: string;
3187
+ '$.xgafv'?: '1' | '2';
2830
3188
  /** OAuth access token. */
2831
3189
  access_token?: string;
2832
3190
  /** Data format for response. */
2833
- alt?: string;
3191
+ alt?: 'json' | 'media' | 'proto';
2834
3192
  /** JSONP */
2835
3193
  callback?: string;
2836
3194
  /** Selector specifying which fields to include in a partial response. */
@@ -2859,11 +3217,11 @@ declare namespace gapi.client {
2859
3217
  /** Get telemetry user. */
2860
3218
  get(request?: {
2861
3219
  /** V1 error format. */
2862
- '$.xgafv'?: string;
3220
+ '$.xgafv'?: '1' | '2';
2863
3221
  /** OAuth access token. */
2864
3222
  access_token?: string;
2865
3223
  /** Data format for response. */
2866
- alt?: string;
3224
+ alt?: 'json' | 'media' | 'proto';
2867
3225
  /** JSONP */
2868
3226
  callback?: string;
2869
3227
  /** Selector specifying which fields to include in a partial response. */
@@ -2888,11 +3246,11 @@ declare namespace gapi.client {
2888
3246
  /** List all telemetry users. */
2889
3247
  list(request?: {
2890
3248
  /** V1 error format. */
2891
- '$.xgafv'?: string;
3249
+ '$.xgafv'?: '1' | '2';
2892
3250
  /** OAuth access token. */
2893
3251
  access_token?: string;
2894
3252
  /** Data format for response. */
2895
- alt?: string;
3253
+ alt?: 'json' | 'media' | 'proto';
2896
3254
  /** JSONP */
2897
3255
  callback?: string;
2898
3256
  /** Selector specifying which fields to include in a partial response. */
@@ -2931,11 +3289,11 @@ declare namespace gapi.client {
2931
3289
  /** Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU. */
2932
3290
  move(request: {
2933
3291
  /** V1 error format. */
2934
- '$.xgafv'?: string;
3292
+ '$.xgafv'?: '1' | '2';
2935
3293
  /** OAuth access token. */
2936
3294
  access_token?: string;
2937
3295
  /** Data format for response. */
2938
- alt?: string;
3296
+ alt?: 'json' | 'media' | 'proto';
2939
3297
  /** JSONP */
2940
3298
  callback?: string;
2941
3299
  /** Selector specifying which fields to include in a partial response. */
@@ -2960,11 +3318,11 @@ declare namespace gapi.client {
2960
3318
  move(
2961
3319
  request: {
2962
3320
  /** V1 error format. */
2963
- '$.xgafv'?: string;
3321
+ '$.xgafv'?: '1' | '2';
2964
3322
  /** OAuth access token. */
2965
3323
  access_token?: string;
2966
3324
  /** Data format for response. */
2967
- alt?: string;
3325
+ alt?: 'json' | 'media' | 'proto';
2968
3326
  /** JSONP */
2969
3327
  callback?: string;
2970
3328
  /** Selector specifying which fields to include in a partial response. */
@@ -2999,11 +3357,11 @@ declare namespace gapi.client {
2999
3357
  /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
3000
3358
  cancel(request: {
3001
3359
  /** V1 error format. */
3002
- '$.xgafv'?: string;
3360
+ '$.xgafv'?: '1' | '2';
3003
3361
  /** OAuth access token. */
3004
3362
  access_token?: string;
3005
3363
  /** Data format for response. */
3006
- alt?: string;
3364
+ alt?: 'json' | 'media' | 'proto';
3007
3365
  /** JSONP */
3008
3366
  callback?: string;
3009
3367
  /** Selector specifying which fields to include in a partial response. */
@@ -3028,11 +3386,11 @@ declare namespace gapi.client {
3028
3386
  cancel(
3029
3387
  request: {
3030
3388
  /** V1 error format. */
3031
- '$.xgafv'?: string;
3389
+ '$.xgafv'?: '1' | '2';
3032
3390
  /** OAuth access token. */
3033
3391
  access_token?: string;
3034
3392
  /** Data format for response. */
3035
- alt?: string;
3393
+ alt?: 'json' | 'media' | 'proto';
3036
3394
  /** JSONP */
3037
3395
  callback?: string;
3038
3396
  /** Selector specifying which fields to include in a partial response. */
@@ -3057,11 +3415,11 @@ declare namespace gapi.client {
3057
3415
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
3058
3416
  delete(request?: {
3059
3417
  /** V1 error format. */
3060
- '$.xgafv'?: string;
3418
+ '$.xgafv'?: '1' | '2';
3061
3419
  /** OAuth access token. */
3062
3420
  access_token?: string;
3063
3421
  /** Data format for response. */
3064
- alt?: string;
3422
+ alt?: 'json' | 'media' | 'proto';
3065
3423
  /** JSONP */
3066
3424
  callback?: string;
3067
3425
  /** Selector specifying which fields to include in a partial response. */
@@ -3084,11 +3442,11 @@ declare namespace gapi.client {
3084
3442
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
3085
3443
  list(request?: {
3086
3444
  /** V1 error format. */
3087
- '$.xgafv'?: string;
3445
+ '$.xgafv'?: '1' | '2';
3088
3446
  /** OAuth access token. */
3089
3447
  access_token?: string;
3090
3448
  /** Data format for response. */
3091
- alt?: string;
3449
+ alt?: 'json' | 'media' | 'proto';
3092
3450
  /** JSONP */
3093
3451
  callback?: string;
3094
3452
  /** Selector specifying which fields to include in a partial response. */