{
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/chrome.management.profiles.readonly": {
          "description": "See Chrome browser profiles managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.profiles": {
          "description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.reports.readonly": {
          "description": "See reports about devices and Chrome browsers managed within your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.telemetry.readonly": {
          "description": "See basic device and telemetry information collected from ChromeOS devices or users managed within your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.appdetails.readonly": {
          "description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization"
        }
      }
    }
  },
  "version_module": true,
  "protocol": "rest",
  "fullyEncodeReservedExpansion": true,
  "kind": "discovery#restDescription",
  "servicePath": "",
  "discoveryVersion": "v1",
  "resources": {
    "customers": {
      "resources": {
        "apps": {
          "methods": {
            "fetchDevicesRequestingExtension": {
              "flatPath": "v1/customers/{customersId}/apps:fetchDevicesRequestingExtension",
              "httpMethod": "GET",
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a list of devices that have requested to install an extension.",
              "path": "v1/{+customer}/apps:fetchDevicesRequestingExtension",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
              ],
              "id": "chromemanagement.customers.apps.fetchDevicesRequestingExtension",
              "parameters": {
                "extensionId": {
                  "type": "string",
                  "description": "Required. The extension for which we want to find requesting devices.",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. Token to specify the page of the request to be returned. Token expires after 1 day.",
                  "location": "query",
                  "type": "string"
                },
                "customer": {
                  "required": true,
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+$"
                },
                "orgUnitId": {
                  "description": "The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse"
              }
            },
            "countChromeAppRequests": {
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeAppRequestsResponse"
              },
              "id": "chromemanagement.customers.apps.countChromeAppRequests",
              "parameters": {
                "pageToken": {
                  "type": "string",
                  "description": "Token to specify the page of the request to be returned.",
                  "location": "query"
                },
                "customer": {
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "location": "path",
                  "required": true
                },
                "orgUnitId": {
                  "description": "The ID of the organizational unit.",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Maximum number of results to return. Maximum and default are 50, anything above will be coerced to 50.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. Supported fields: * request_count * latest_request_time",
                  "location": "query"
                }
              },
              "path": "v1/{+customer}/apps:countChromeAppRequests",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
              ],
              "flatPath": "v1/customers/{customersId}/apps:countChromeAppRequests",
              "parameterOrder": [
                "customer"
              ],
              "description": "Generate summary of app installation requests.",
              "httpMethod": "GET"
            },
            "fetchUsersRequestingExtension": {
              "id": "chromemanagement.customers.apps.fetchUsersRequestingExtension",
              "parameters": {
                "customer": {
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "type": "string"
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "extensionId": {
                  "type": "string",
                  "description": "Required. The extension for which we want to find the requesting users.",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. Token to specify the page of the request to be returned. Token expires after 1 day.",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1FetchUsersRequestingExtensionResponse"
              },
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a list of users that have requested to install an extension.",
              "httpMethod": "GET",
              "flatPath": "v1/customers/{customersId}/apps:fetchUsersRequestingExtension",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
              ],
              "path": "v1/{+customer}/apps:fetchUsersRequestingExtension"
            }
          },
          "resources": {
            "android": {
              "methods": {
                "get": {
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
                  ],
                  "flatPath": "v1/customers/{customersId}/apps/android/{androidId}",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Get a specific app for a customer by its resource name.",
                  "response": {
                    "$ref": "GoogleChromeManagementV1AppDetails"
                  },
                  "id": "chromemanagement.customers.apps.android.get",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^customers/[^/]+/apps/android/[^/]+$",
                      "required": true,
                      "description": "Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version.",
                      "location": "path"
                    }
                  }
                }
              }
            },
            "chrome": {
              "methods": {
                "get": {
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Get a specific app for a customer by its resource name.",
                  "flatPath": "v1/customers/{customersId}/apps/chrome/{chromeId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
                  ],
                  "path": "v1/{+name}",
                  "id": "chromemanagement.customers.apps.chrome.get",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^customers/[^/]+/apps/chrome/[^/]+$",
                      "required": true,
                      "description": "Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version.",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1AppDetails"
                  }
                }
              }
            },
            "web": {
              "methods": {
                "get": {
                  "id": "chromemanagement.customers.apps.web.get",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+/apps/web/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1AppDetails"
                  },
                  "flatPath": "v1/customers/{customersId}/apps/web/{webId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Get a specific app for a customer by its resource name.",
                  "httpMethod": "GET",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
                  ]
                }
              }
            }
          }
        },
        "telemetry": {
          "resources": {
            "devices": {
              "methods": {
                "get": {
                  "response": {
                    "$ref": "GoogleChromeManagementV1TelemetryDevice"
                  },
                  "id": "chromemanagement.customers.telemetry.devices.get",
                  "parameters": {
                    "readMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report ",
                      "location": "query"
                    },
                    "name": {
                      "required": true,
                      "description": "Required. Name of the `TelemetryDevice` to return.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+/telemetry/devices/[^/]+$"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Get telemetry device.",
                  "httpMethod": "GET",
                  "flatPath": "v1/customers/{customersId}/telemetry/devices/{devicesId}"
                },
                "list": {
                  "id": "chromemanagement.customers.telemetry.devices.list",
                  "parameters": {
                    "readMask": {
                      "description": "Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    },
                    "pageToken": {
                      "description": "Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+$"
                    },
                    "filter": {
                      "description": "Optional. Only include resources that match the filter. Requests that don't specify a \"reports_timestamp\" value will default to returning only recent reports. Specify \"reports_timestamp\u003e=0\" to get all report data. Supported filter fields: - org_unit_id - serial_number - device_id - reports_timestamp The \"reports_timestamp\" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC \"Zulu\" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: \"2014-10-02T15:01:23Z\", \"2014-10-02T15:01:23.045123456Z\", \"1679283943823\".",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryDevicesResponse"
                  },
                  "flatPath": "v1/customers/{customersId}/telemetry/devices",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List all telemetry devices.",
                  "path": "v1/{+parent}/telemetry/devices",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ]
                }
              }
            },
            "notificationConfigs": {
              "methods": {
                "list": {
                  "flatPath": "v1/customers/{customersId}/telemetry/notificationConfigs",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List all telemetry notification configs.",
                  "path": "v1/{+parent}/telemetry/notificationConfigs",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.list",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "description": "Required. The parent which owns the notification configs.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+$"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "The maximum number of notification configs to return. The service may return fewer than this value. If unspecified, at most 100 notification configs will be returned. The maximum value is 100; values above 100 will be coerced to 100.",
                      "location": "query"
                    },
                    "pageToken": {
                      "description": "A page token, received from a previous `ListTelemetryNotificationConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTelemetryNotificationConfigs` must match the call that provided the page token.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse"
                  }
                },
                "create": {
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.create",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource where this notification config will be created. Format: `customers/{customer}`",
                      "location": "path",
                      "required": true,
                      "pattern": "^customers/[^/]+$",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1TelemetryNotificationConfig"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Create a telemetry notification config.",
                  "httpMethod": "POST",
                  "flatPath": "v1/customers/{customersId}/telemetry/notificationConfigs",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "path": "v1/{+parent}/telemetry/notificationConfigs",
                  "request": {
                    "$ref": "GoogleChromeManagementV1TelemetryNotificationConfig"
                  }
                },
                "delete": {
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Delete a telemetry notification config.",
                  "flatPath": "v1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.delete",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^customers/[^/]+/telemetry/notificationConfigs/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the notification config to delete. Format: `customers/{customer}/telemetry/notificationConfigs/{notification_config}`",
                      "location": "path"
                    }
                  }
                }
              }
            },
            "users": {
              "methods": {
                "get": {
                  "id": "chromemanagement.customers.telemetry.users.get",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. Name of the `TelemetryUser` to return.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+/telemetry/users/[^/]+$"
                    },
                    "readMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1TelemetryUser"
                  },
                  "flatPath": "v1/customers/{customersId}/telemetry/users/{usersId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Get telemetry user.",
                  "httpMethod": "GET",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ]
                },
                "list": {
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryUsersResponse"
                  },
                  "id": "chromemanagement.customers.telemetry.users.list",
                  "parameters": {
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query"
                    },
                    "parent": {
                      "pattern": "^customers/[^/]+$",
                      "type": "string",
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "location": "path",
                      "required": true
                    },
                    "filter": {
                      "description": "Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id ",
                      "location": "query",
                      "type": "string"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Token to specify next page in the list.",
                      "location": "query"
                    },
                    "readMask": {
                      "description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "path": "v1/{+parent}/telemetry/users",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List all telemetry users.",
                  "flatPath": "v1/customers/{customersId}/telemetry/users"
                }
              }
            },
            "events": {
              "methods": {
                "list": {
                  "id": "chromemanagement.customers.telemetry.events.list",
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "parent": {
                      "type": "string",
                      "pattern": "^customers/[^/]+$",
                      "required": true,
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "location": "path"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. Only include resources that match the filter. Although this parameter is currently optional, this parameter will be required- please specify at least 1 event type. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The \"timestamp\" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC \"Zulu\" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: \"2014-10-02T15:01:23Z\", \"2014-10-02T15:01:23.045123456Z\", \"1679283943823\".",
                      "location": "query"
                    },
                    "pageToken": {
                      "description": "Optional. Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    },
                    "readMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Required. Read mask to specify which fields to return. Although currently required, this field will become optional, while the filter parameter with an event type will be come required. Supported read_mask paths are: - device - user - audio_severe_underrun_event - usb_peripherals_event - https_latency_change_event - network_state_change_event - wifi_signal_strength_event - vpn_connection_state_change_event - app_install_event - app_uninstall_event - app_launch_event - os_crash_event - external_displays_event ",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryEventsResponse"
                  },
                  "flatPath": "v1/customers/{customersId}/telemetry/events",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List telemetry events.",
                  "path": "v1/{+parent}/telemetry/events",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ]
                }
              }
            }
          }
        },
        "certificateProvisioningProcesses": {
          "methods": {
            "uploadCertificate": {
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1UploadCertificateResponse"
              },
              "id": "chromemanagement.customers.certificateProvisioningProcesses.uploadCertificate",
              "parameters": {
                "name": {
                  "required": true,
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$"
                }
              },
              "path": "v1/{+name}:uploadCertificate",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1UploadCertificateRequest"
              },
              "httpMethod": "POST",
              "parameterOrder": [
                "name"
              ],
              "description": "Uploads a successfully issued certificate for a certificate provisioning process.",
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:uploadCertificate"
            },
            "get": {
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess"
              },
              "path": "v1/{+name}",
              "id": "chromemanagement.customers.certificateProvisioningProcesses.get",
              "httpMethod": "GET",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "required": true,
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
                  "location": "path"
                }
              },
              "parameterOrder": [
                "name"
              ],
              "description": "Retrieves a certificate provisioning process.",
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}"
            },
            "signData": {
              "path": "v1/{+name}:signData",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1SignDataRequest"
              },
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:signData",
              "parameterOrder": [
                "name"
              ],
              "description": "Requests the client that initiated a certificate provisioning process to sign data. This should only be called after `ClaimCertificateProvisioningProcess` has been successfully executed.",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "id": "chromemanagement.customers.certificateProvisioningProcesses.signData",
              "parameters": {
                "name": {
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "type": "string"
                }
              }
            },
            "setFailure": {
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:setFailure",
              "parameterOrder": [
                "name"
              ],
              "description": "Marks a certificate provisioning process as failed.",
              "httpMethod": "POST",
              "path": "v1/{+name}:setFailure",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1SetFailureRequest"
              },
              "id": "chromemanagement.customers.certificateProvisioningProcesses.setFailure",
              "parameters": {
                "name": {
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1SetFailureResponse"
              }
            },
            "claim": {
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse"
              },
              "id": "chromemanagement.customers.certificateProvisioningProcesses.claim",
              "parameters": {
                "name": {
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to claim. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "type": "string"
                }
              },
              "path": "v1/{+name}:claim",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest"
              },
              "parameterOrder": [
                "name"
              ],
              "description": "Claims a certificate provisioning process. For each certificate provisioning process, this operation can succeed only for one `caller_instance_id`.",
              "httpMethod": "POST",
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:claim"
            }
          },
          "resources": {
            "operations": {
              "methods": {
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "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.",
                  "id": "chromemanagement.customers.certificateProvisioningProcesses.operations.get",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+/operations/[^/]+$",
                      "required": true,
                      "description": "The name of the operation resource.",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}/operations/{operationsId}",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "path": "v1/{+name}"
                }
              }
            }
          }
        },
        "profiles": {
          "methods": {
            "delete": {
              "path": "v1/{+name}",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "flatPath": "v1/customers/{customersId}/profiles/{profilesId}",
              "parameterOrder": [
                "name"
              ],
              "description": "Deletes the data collected from a Chrome browser profile.",
              "httpMethod": "DELETE",
              "response": {
                "$ref": "GoogleProtobufEmpty"
              },
              "id": "chromemanagement.customers.profiles.delete",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "required": true,
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "location": "path"
                }
              }
            },
            "get": {
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "description": "Gets a Chrome browser profile with customer ID and profile permanent ID.",
              "flatPath": "v1/customers/{customersId}/profiles/{profilesId}",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "path": "v1/{+name}",
              "id": "chromemanagement.customers.profiles.get",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "required": true,
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
              }
            },
            "list": {
              "path": "v1/{+parent}/profiles",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "flatPath": "v1/customers/{customersId}/profiles",
              "parameterOrder": [
                "parent"
              ],
              "description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse"
              },
              "id": "chromemanagement.customers.profiles.list",
              "parameters": {
                "pageSize": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Optional. The maximum number of profiles to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 200.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version By default, sorting is in ascending order, to specify descending order for a field, a suffix \" desc\" should be added to the field name. The default ordering is the descending order of last_status_report_time.",
                  "location": "query"
                },
                "parent": {
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Format: customers/{customer_id}",
                  "location": "path",
                  "required": true
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support '=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '\u003c', '\u003e', '\u003c=' and '\u003e=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition, string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Optional. The page token used to retrieve a specific page of the listing request.",
                  "location": "query",
                  "type": "string"
                }
              }
            }
          },
          "resources": {
            "commands": {
              "methods": {
                "create": {
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a Chrome browser profile remote command.",
                  "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles"
                  ],
                  "path": "v1/{+parent}/commands",
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
                  },
                  "id": "chromemanagement.customers.profiles.commands.create",
                  "parameters": {
                    "parent": {
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "type": "string",
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                      "location": "path",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
                  }
                },
                "list": {
                  "path": "v1/{+parent}/commands",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists remote commands of a Chrome browser profile.",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse"
                  },
                  "id": "chromemanagement.customers.profiles.commands.list",
                  "parameters": {
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.",
                      "location": "query"
                    },
                    "pageToken": {
                      "description": "Optional. The page token used to retrieve a specific page of the listing request.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "type": "string",
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                      "location": "path",
                      "required": true
                    }
                  }
                },
                "get": {
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands/{commandsId}",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets a Chrome browser profile remote command.",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
                  },
                  "id": "chromemanagement.customers.profiles.commands.get",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+/profiles/[^/]+/commands/[^/]+$"
                    }
                  }
                }
              }
            }
          }
        },
        "thirdPartyProfileUsers": {
          "methods": {
            "move": {
              "id": "chromemanagement.customers.thirdPartyProfileUsers.move",
              "parameters": {
                "name": {
                  "type": "string",
                  "pattern": "^customers/[^/]+/thirdPartyProfileUsers/[^/]+$",
                  "required": true,
                  "description": "Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse"
              },
              "flatPath": "v1/customers/{customersId}/thirdPartyProfileUsers/{thirdPartyProfileUsersId}:move",
              "httpMethod": "POST",
              "parameterOrder": [
                "name"
              ],
              "description": "Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.",
              "path": "v1/{+name}:move",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ]
            }
          }
        },
        "reports": {
          "methods": {
            "countDevicesPerReleaseChannel": {
              "id": "chromemanagement.customers.reports.countDevicesPerReleaseChannel",
              "parameters": {
                "date.day": {
                  "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "date.year": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "location": "query"
                },
                "customer": {
                  "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "type": "string"
                },
                "date.month": {
                  "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse"
              },
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a count of devices per channel.",
              "httpMethod": "GET",
              "flatPath": "v1/customers/{customersId}/reports:countDevicesPerReleaseChannel",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countDevicesPerReleaseChannel"
            },
            "findInstalledAppDevices": {
              "response": {
                "$ref": "GoogleChromeManagementV1FindInstalledAppDevicesResponse"
              },
              "id": "chromemanagement.customers.reports.findInstalledAppDevices",
              "parameters": {
                "pageToken": {
                  "description": "Token to specify the page of the request to be returned.",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date",
                  "location": "query",
                  "type": "string"
                },
                "customer": {
                  "required": true,
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+$"
                },
                "orgUnitId": {
                  "description": "The ID of the organizational unit.",
                  "location": "query",
                  "type": "string"
                },
                "appId": {
                  "type": "string",
                  "description": "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).",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. Supported order by fields: * machine * device_id",
                  "location": "query"
                },
                "appType": {
                  "type": "string",
                  "enum": [
                    "APP_TYPE_UNSPECIFIED",
                    "EXTENSION",
                    "APP",
                    "THEME",
                    "HOSTED_APP",
                    "ANDROID_APP"
                  ],
                  "enumDescriptions": [
                    "App type not specified.",
                    "Chrome extension.",
                    "Chrome app.",
                    "Chrome theme.",
                    "Chrome hosted app.",
                    "ARC++ app."
                  ],
                  "description": "Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.",
                  "location": "query"
                }
              },
              "path": "v1/{+customer}/reports:findInstalledAppDevices",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "flatPath": "v1/customers/{customersId}/reports:findInstalledAppDevices",
              "parameterOrder": [
                "customer"
              ],
              "description": "Generate report of managed Chrome browser devices that have a specified app installed.",
              "httpMethod": "GET"
            },
            "countInstalledApps": {
              "httpMethod": "GET",
              "parameterOrder": [
                "customer"
              ],
              "description": "Generate report of app installations.",
              "flatPath": "v1/customers/{customersId}/reports:countInstalledApps",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countInstalledApps",
              "id": "chromemanagement.customers.reports.countInstalledApps",
              "parameters": {
                "customer": {
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "required": true,
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "location": "path"
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit.",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "orderBy": {
                  "description": "Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * app_id * manifest_versions * risk_score",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name * app_id * manifest_versions * risk_score",
                  "location": "query",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Token to specify the page of the request to be returned.",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountInstalledAppsResponse"
              }
            },
            "countPrintJobsByUser": {
              "response": {
                "$ref": "GoogleChromeManagementV1CountPrintJobsByUserResponse"
              },
              "id": "chromemanagement.customers.reports.countPrintJobsByUser",
              "parameters": {
                "customer": {
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.",
                  "location": "path",
                  "required": true
                },
                "pageSize": {
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. If omitted, results will be ordered in ascending order of the 'user_email' field. Supported order_by fields: * user_email * job_count * printer_count * device_count",
                  "location": "query"
                },
                "printerOrgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit for printers. If specified, only print jobs initiated with printers from the specified organizational unit will be counted. If omitted, all print jobs will be counted.",
                  "location": "query"
                },
                "filter": {
                  "type": "string",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported in this filter. Supported filter fields: * complete_time",
                  "location": "query"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Token to specify the page of the response to be returned.",
                  "location": "query"
                }
              },
              "path": "v1/{+customer}/reports:countPrintJobsByUser",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countPrintJobsByUser",
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a summary of printing done by each user.",
              "httpMethod": "GET"
            },
            "enumeratePrintJobs": {
              "response": {
                "$ref": "GoogleChromeManagementV1EnumeratePrintJobsResponse"
              },
              "id": "chromemanagement.customers.reports.enumeratePrintJobs",
              "parameters": {
                "printerOrgUnitId": {
                  "description": "The ID of the organizational unit for printers. If specified, only print jobs submitted to printers from the specified organizational unit will be returned.",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported for `complete_time`. Note: Only = comparator supported for `user_id` and `printer_id`. Supported filter fields: * complete_time * printer_id * user_id",
                  "location": "query",
                  "type": "string"
                },
                "customer": {
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "required": true,
                  "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.",
                  "location": "path"
                },
                "pageSize": {
                  "description": "The number of print jobs in the page from 0 to 100 inclusive, if page_size is not specified or zero, the size will be 50.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. If not specified, results will be ordered in descending order of the `complete_time` field. Supported order by fields: * title * state * create_time * complete_time * document_page_count * color_mode * duplex_mode * printer * user_email",
                  "location": "query"
                },
                "pageToken": {
                  "description": "A page token received from a previous `EnumeratePrintJobs` call. Provide this to retrieve the subsequent page. If omitted, the first page of results will be returned. When paginating, all other parameters provided to `EnumeratePrintJobs` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:enumeratePrintJobs",
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a list of print jobs.",
              "httpMethod": "GET",
              "flatPath": "v1/customers/{customersId}/reports:enumeratePrintJobs"
            },
            "countChromeCrashEvents": {
              "httpMethod": "GET",
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a count of Chrome crash events.",
              "flatPath": "v1/customers/{customersId}/reports:countChromeCrashEvents",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countChromeCrashEvents",
              "id": "chromemanagement.customers.reports.countChromeCrashEvents",
              "parameters": {
                "filter": {
                  "type": "string",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Supported filter fields: * major_browser_version * minor_browser_version * browser_channel * device_platform * past_number_days Example: `major_browser_version = 'M115' AND past_number_days = '28'`.",
                  "location": "query"
                },
                "customer": {
                  "required": true,
                  "description": "Customer ID.",
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+$"
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "If specified, only count the number of crash events of the devices in this organizational unit.",
                  "location": "query"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. Supported order by fields: * browser_version * count * date",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeCrashEventsResponse"
              }
            },
            "countDevicesPerBootType": {
              "flatPath": "v1/customers/{customersId}/reports:countDevicesPerBootType",
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a count of devices per boot type.",
              "httpMethod": "GET",
              "path": "v1/{+customer}/reports:countDevicesPerBootType",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "id": "chromemanagement.customers.reports.countDevicesPerBootType",
              "parameters": {
                "date.day": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
                  "location": "query"
                },
                "date.year": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "location": "query"
                },
                "customer": {
                  "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "type": "string"
                },
                "date.month": {
                  "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountDevicesPerBootTypeResponse"
              }
            },
            "countChromeBrowsersNeedingAttention": {
              "id": "chromemanagement.customers.reports.countChromeBrowsersNeedingAttention",
              "parameters": {
                "customer": {
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "location": "path",
                  "required": true
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse"
              },
              "flatPath": "v1/customers/{customersId}/reports:countChromeBrowsersNeedingAttention",
              "parameterOrder": [
                "customer"
              ],
              "description": "Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.",
              "httpMethod": "GET",
              "path": "v1/{+customer}/reports:countChromeBrowsersNeedingAttention",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ]
            },
            "countChromeHardwareFleetDevices": {
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse"
              },
              "id": "chromemanagement.customers.reports.countChromeHardwareFleetDevices",
              "parameters": {
                "customer": {
                  "description": "Required. The customer ID or \"my_customer\".",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "type": "string"
                },
                "orgUnitId": {
                  "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.",
                  "location": "query",
                  "type": "string"
                },
                "readMask": {
                  "description": "Required. Mask of the fields that should be populated in the returned report.",
                  "location": "query",
                  "type": "string",
                  "format": "google-fieldmask"
                }
              },
              "path": "v1/{+customer}/reports:countChromeHardwareFleetDevices",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countChromeHardwareFleetDevices",
              "parameterOrder": [
                "customer"
              ],
              "description": "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",
              "httpMethod": "GET"
            },
            "countChromeVersions": {
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeVersionsResponse"
              },
              "id": "chromemanagement.customers.reports.countChromeVersions",
              "parameters": {
                "pageToken": {
                  "type": "string",
                  "description": "Token to specify the page of the request to be returned.",
                  "location": "query"
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date",
                  "location": "query",
                  "type": "string"
                },
                "customer": {
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "type": "string"
                },
                "orgUnitId": {
                  "description": "The ID of the organizational unit.",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "location": "query"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countChromeVersions",
              "httpMethod": "GET",
              "parameterOrder": [
                "customer"
              ],
              "description": "Generate report of installed Chrome versions.",
              "flatPath": "v1/customers/{customersId}/reports:countChromeVersions"
            },
            "countChromeDevicesReachingAutoExpirationDate": {
              "parameterOrder": [
                "customer"
              ],
              "description": "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).",
              "httpMethod": "GET",
              "flatPath": "v1/customers/{customersId}/reports:countChromeDevicesReachingAutoExpirationDate",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countChromeDevicesReachingAutoExpirationDate",
              "id": "chromemanagement.customers.reports.countChromeDevicesReachingAutoExpirationDate",
              "parameters": {
                "customer": {
                  "required": true,
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+$"
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "Optional. The organizational unit ID, if omitted, will return data for all organizational units.",
                  "location": "query"
                },
                "minAueDate": {
                  "description": "Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or later than the minimum date.",
                  "location": "query",
                  "type": "string"
                },
                "maxAueDate": {
                  "type": "string",
                  "description": "Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or earlier than the maximum date.",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse"
              }
            },
            "countChromeDevicesThatNeedAttention": {
              "parameterOrder": [
                "customer"
              ],
              "description": "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",
              "httpMethod": "GET",
              "flatPath": "v1/customers/{customersId}/reports:countChromeDevicesThatNeedAttention",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countChromeDevicesThatNeedAttention",
              "id": "chromemanagement.customers.reports.countChromeDevicesThatNeedAttention",
              "parameters": {
                "customer": {
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "required": true,
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "location": "path"
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.",
                  "location": "query"
                },
                "readMask": {
                  "description": "Required. Mask of the fields that should be populated in the returned report.",
                  "location": "query",
                  "type": "string",
                  "format": "google-fieldmask"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse"
              }
            },
            "countPrintJobsByPrinter": {
              "id": "chromemanagement.customers.reports.countPrintJobsByPrinter",
              "parameters": {
                "pageToken": {
                  "description": "Token to specify the page of the response to be returned.",
                  "location": "query",
                  "type": "string"
                },
                "customer": {
                  "required": true,
                  "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.",
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+$"
                },
                "pageSize": {
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. If omitted, results will be ordered in ascending order of the 'printer' field. Supported order_by fields: * printer * job_count * device_count * user_count",
                  "location": "query"
                },
                "printerOrgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit for printers. If specified, only data for printers from the specified organizational unit will be returned. If omitted, data for printers from all organizational units will be returned.",
                  "location": "query"
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported in this filter. Supported filter fields: * complete_time",
                  "location": "query",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountPrintJobsByPrinterResponse"
              },
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a summary of printing done by each printer.",
              "httpMethod": "GET",
              "flatPath": "v1/customers/{customersId}/reports:countPrintJobsByPrinter",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countPrintJobsByPrinter"
            },
            "countActiveDevices": {
              "path": "v1/{+customer}/reports:countActiveDevices",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countActiveDevices",
              "httpMethod": "GET",
              "parameterOrder": [
                "customer"
              ],
              "description": "Get a count of active devices per set time frames.",
              "response": {
                "$ref": "GoogleChromeManagementV1CountActiveDevicesResponse"
              },
              "id": "chromemanagement.customers.reports.countActiveDevices",
              "parameters": {
                "customer": {
                  "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".",
                  "location": "path",
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "type": "string"
                },
                "date.month": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
                  "location": "query"
                },
                "date.year": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "location": "query"
                },
                "date.day": {
                  "type": "integer",
                  "format": "int32",
                  "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
                  "location": "query"
                }
              }
            }
          }
        }
      }
    },
    "operations": {
      "methods": {
        "list": {
          "response": {
            "$ref": "GoogleLongrunningListOperationsResponse"
          },
          "path": "v1/{+name}",
          "id": "chromemanagement.operations.list",
          "httpMethod": "GET",
          "parameters": {
            "pageSize": {
              "type": "integer",
              "format": "int32",
              "description": "The standard list page size.",
              "location": "query"
            },
            "filter": {
              "type": "string",
              "description": "The standard list filter.",
              "location": "query"
            },
            "name": {
              "type": "string",
              "pattern": "^operations$",
              "required": true,
              "description": "The name of the operation's parent resource.",
              "location": "path"
            },
            "pageToken": {
              "description": "The standard list page token.",
              "location": "query",
              "type": "string"
            },
            "returnPartialSuccess": {
              "type": "boolean",
              "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
              "location": "query"
            }
          },
          "parameterOrder": [
            "name"
          ],
          "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
          "flatPath": "v1/operations"
        },
        "cancel": {
          "response": {
            "$ref": "GoogleProtobufEmpty"
          },
          "id": "chromemanagement.operations.cancel",
          "parameters": {
            "name": {
              "required": true,
              "description": "The name of the operation resource to be cancelled.",
              "location": "path",
              "type": "string",
              "pattern": "^operations/.*$"
            }
          },
          "path": "v1/{+name}:cancel",
          "request": {
            "$ref": "GoogleLongrunningCancelOperationRequest"
          },
          "flatPath": "v1/operations/{operationsId}:cancel",
          "httpMethod": "POST",
          "parameterOrder": [
            "name"
          ],
          "description": "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`."
        },
        "delete": {
          "path": "v1/{+name}",
          "response": {
            "$ref": "GoogleProtobufEmpty"
          },
          "flatPath": "v1/operations/{operationsId}",
          "parameterOrder": [
            "name"
          ],
          "description": "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`.",
          "id": "chromemanagement.operations.delete",
          "httpMethod": "DELETE",
          "parameters": {
            "name": {
              "required": true,
              "description": "The name of the operation resource to be deleted.",
              "location": "path",
              "type": "string",
              "pattern": "^operations/.*$"
            }
          }
        }
      }
    }
  },
  "mtlsRootUrl": "https://chromemanagement.mtls.googleapis.com/",
  "id": "chromemanagement:v1",
  "ownerName": "Google",
  "baseUrl": "https://chromemanagement.googleapis.com/",
  "parameters": {
    "quotaUser": {
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query",
      "type": "string"
    },
    "key": {
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query",
      "type": "string"
    },
    "access_token": {
      "description": "OAuth access token.",
      "location": "query",
      "type": "string"
    },
    "$.xgafv": {
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "enum": [
        "1",
        "2"
      ],
      "description": "V1 error format.",
      "location": "query"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "alt": {
      "description": "Data format for response.",
      "location": "query",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string",
      "default": "json"
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "location": "query",
      "type": "string"
    },
    "prettyPrint": {
      "description": "Returns response with indentations and line breaks.",
      "location": "query",
      "type": "boolean",
      "default": "true"
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    }
  },
  "basePath": "",
  "revision": "20260413",
  "ownerDomain": "google.com",
  "documentationLink": "https://developers.google.com/chrome/management/",
  "title": "Chrome Management API",
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "version": "v1",
  "description": "The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices.",
  "canonicalName": "Chrome Management",
  "name": "chromemanagement",
  "schemas": {
    "GoogleChromeManagementV1CountInstalledAppsResponse": {
      "type": "object",
      "description": "Response containing details of queried installed apps.",
      "id": "GoogleChromeManagementV1CountInstalledAppsResponse",
      "properties": {
        "totalSize": {
          "type": "integer",
          "format": "int32",
          "description": "Total number of installed apps matching request."
        },
        "installedApps": {
          "description": "List of installed apps matching request.",
          "items": {
            "$ref": "GoogleChromeManagementV1InstalledApp"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "Token to specify the next page of the request.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1CountPrintJobsByUserResponse": {
      "description": "Response containing a summary printing report for each user that has initiated a print job with a printer from the specified organizational unit during the requested time interval.",
      "id": "GoogleChromeManagementV1CountPrintJobsByUserResponse",
      "properties": {
        "totalSize": {
          "description": "Total number of users matching request.",
          "type": "string",
          "format": "int64"
        },
        "userPrintReports": {
          "type": "array",
          "description": "List of UserPrintReports matching request.",
          "items": {
            "$ref": "GoogleChromeManagementV1UserPrintReport"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token for requesting the next page."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryUsbPeripheralsEvent": {
      "description": "`TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT",
      "id": "GoogleChromeManagementV1TelemetryUsbPeripheralsEvent",
      "properties": {
        "usbPeripheralReport": {
          "type": "array",
          "description": "List of usb devices that were either added or removed.",
          "items": {
            "$ref": "GoogleChromeManagementV1UsbPeripheralReport"
          }
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1BrowserVersion": {
      "id": "GoogleChromeManagementV1BrowserVersion",
      "properties": {
        "channel": {
          "type": "string",
          "description": "Output only. The release channel of the installed browser.",
          "enum": [
            "RELEASE_CHANNEL_UNSPECIFIED",
            "CANARY",
            "DEV",
            "BETA",
            "STABLE"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "No release channel specified.",
            "Canary release channel.",
            "Dev release channel.",
            "Beta release channel.",
            "Stable release channel."
          ]
        },
        "system": {
          "type": "string",
          "description": "Output only. The device operating system.",
          "enum": [
            "DEVICE_SYSTEM_UNSPECIFIED",
            "SYSTEM_OTHER",
            "SYSTEM_ANDROID",
            "SYSTEM_IOS",
            "SYSTEM_CROS",
            "SYSTEM_WINDOWS",
            "SYSTEM_MAC",
            "SYSTEM_LINUX"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "No operating system specified.",
            "Other operating system.",
            "Android operating system.",
            "Apple iOS operating system.",
            "ChromeOS operating system.",
            "Microsoft Windows operating system.",
            "Apple macOS operating system.",
            "Linux operating system."
          ]
        },
        "deviceOsVersion": {
          "description": "Output only. Version of the system-specified operating system.",
          "readOnly": true,
          "type": "string"
        },
        "count": {
          "description": "Output only. Count grouped by device_system and major version",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "version": {
          "description": "Output only. The full version of the installed browser.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Describes a browser version and its install count.",
      "type": "object"
    },
    "GoogleChromeManagementV1Device": {
      "type": "object",
      "description": "Describes a device reporting Chrome browser information.",
      "id": "GoogleChromeManagementV1Device",
      "properties": {
        "deviceId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the device that reported this Chrome browser information."
        },
        "machine": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The name of the machine within its local network."
        }
      }
    },
    "GoogleChromeManagementV1GraphicsAdapterInfo": {
      "type": "object",
      "description": "Information of a graphics adapter (GPU).",
      "id": "GoogleChromeManagementV1GraphicsAdapterInfo",
      "properties": {
        "adapter": {
          "description": "Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).",
          "type": "string",
          "readOnly": true
        },
        "driverVersion": {
          "description": "Output only. Version of the GPU driver.",
          "readOnly": true,
          "type": "string"
        },
        "deviceId": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Represents the graphics card device id."
        }
      }
    },
    "GoogleProtobufEmpty": {
      "type": "object",
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "id": "GoogleProtobufEmpty",
      "properties": {}
    },
    "GoogleChromeManagementV1BatteryInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1BatteryInfo",
      "properties": {
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery serial number."
        },
        "manufacturer": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery manufacturer."
        },
        "designCapacity": {
          "description": "Output only. Design capacity (mAmpere-hours).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "designMinVoltage": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. Designed minimum output voltage (mV)"
        },
        "manufactureDate": {
          "readOnly": true,
          "$ref": "GoogleTypeDate",
          "description": "Output only. The date the battery was manufactured."
        },
        "technology": {
          "description": "Output only. Technology of the battery. Example: Li-ion",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * 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 * Granular permission needed: TELEMETRY_API_BATTERY_INFO"
    },
    "GoogleTypeDate": {
      "type": "object",
      "id": "GoogleTypeDate",
      "properties": {
        "year": {
          "type": "integer",
          "format": "int32",
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year."
        },
        "month": {
          "type": "integer",
          "format": "int32",
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day."
        },
        "day": {
          "type": "integer",
          "format": "int32",
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant."
        }
      },
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp"
    },
    "GoogleChromeManagementV1TelemetryAppUninstallEvent": {
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryAppUninstallEvent",
      "properties": {
        "appUninstallSource": {
          "type": "string",
          "enum": [
            "APPLICATION_UNINSTALL_SOURCE_UNSPECIFIED",
            "APPLICATION_UNINSTALL_SOURCE_APP_LIST",
            "APPLICATION_UNINSTALL_SOURCE_APP_MANAGEMENT",
            "APPLICATION_UNINSTALL_SOURCE_SHELF",
            "APPLICATION_UNINSTALL_SOURCE_MIGRATION"
          ],
          "enumDescriptions": [
            "Application uninstall source unknown.",
            "Application uninstalled from the App List (Launcher).",
            "Application uninstalled from the App Managedment page.",
            "Application uninstalled from the Shelf.",
            "Application uninstalled by app migration."
          ],
          "description": "App uninstall source."
        },
        "appType": {
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "description": "Type of app.",
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ]
        },
        "appId": {
          "type": "string",
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id."
        }
      },
      "description": "App uninstall data."
    },
    "GoogleChromeManagementV1BatteryStatusReport": {
      "description": "Status data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * 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 * Granular permission needed: TELEMETRY_API_BATTERY_REPORT",
      "id": "GoogleChromeManagementV1BatteryStatusReport",
      "properties": {
        "serialNumber": {
          "description": "Output only. Battery serial number.",
          "type": "string",
          "readOnly": true
        },
        "fullChargeCapacity": {
          "type": "string",
          "format": "int64",
          "readOnly": true,
          "description": "Output only. Full charge capacity (mAmpere-hours)."
        },
        "sample": {
          "description": "Output only. Sampling data for the battery sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1BatterySampleReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "cycleCount": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. Cycle count."
        },
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the sample was collected on device"
        },
        "batteryHealth": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Health unknown.",
            "Battery is healthy, full charge capacity / design capacity \u003e 80%",
            "Battery is moderately unhealthy and suggested to be replaced soon, full charge capacity / design capacity 75% - 80%",
            "Battery is unhealthy and suggested to be replaced, full charge capacity / design capacity \u003c 75%"
          ],
          "enum": [
            "BATTERY_HEALTH_UNSPECIFIED",
            "BATTERY_HEALTH_NORMAL",
            "BATTERY_REPLACE_SOON",
            "BATTERY_REPLACE_NOW"
          ],
          "description": "Output only. Battery health."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryExternalDisplayData": {
      "id": "GoogleChromeManagementV1TelemetryExternalDisplayData",
      "properties": {
        "edidVersion": {
          "type": "string",
          "description": "The EDID version."
        },
        "resolutionHorizontal": {
          "description": "The horizontal resolution.",
          "type": "integer",
          "format": "int32"
        },
        "displayName": {
          "description": "The display name.",
          "type": "string"
        },
        "refreshRate": {
          "description": "The refresh rate.",
          "type": "string",
          "format": "int64"
        },
        "serialNumber": {
          "description": "The serial number.",
          "type": "integer",
          "format": "int32"
        },
        "resolutionVertical": {
          "type": "integer",
          "format": "int32",
          "description": "The vertical resolution."
        }
      },
      "description": "External display data.",
      "type": "object"
    },
    "GoogleChromeManagementV1StorageInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1StorageInfo",
      "properties": {
        "availableDiskBytes": {
          "description": "The available space for user data storage in the device in bytes.",
          "type": "string",
          "format": "int64"
        },
        "totalDiskBytes": {
          "type": "string",
          "format": "int64",
          "description": "The total space for user data storage in the device in bytes."
        },
        "volume": {
          "type": "array",
          "description": "Information for disk volumes",
          "items": {
            "$ref": "GoogleChromeManagementV1StorageInfoDiskVolume"
          }
        }
      },
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * 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 * Granular permission needed: TELEMETRY_API_STORAGE_INFO"
    },
    "GoogleChromeManagementVersionsV1SetFailureRequest": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SetFailureRequest",
      "properties": {
        "errorMessage": {
          "description": "Required. A message describing the failure details. It is displayed on the ChromeOS client device.",
          "type": "string"
        }
      },
      "description": "Request message for marking a certificate provisioning process as failed."
    },
    "GoogleChromeManagementV1PrinterReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1PrinterReport",
      "properties": {
        "printerModel": {
          "type": "string",
          "description": "Printer model."
        },
        "printerId": {
          "description": "Printer API ID.",
          "type": "string"
        },
        "printer": {
          "description": "Printer name.",
          "type": "string"
        },
        "jobCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of print jobs sent to the printer."
        },
        "userCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of users that have sent print jobs to the printer."
        },
        "deviceCount": {
          "description": "Number of chrome devices that have been used to send print jobs to the specified printer.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Report for CountPrintJobsByPrinter, contains statistics on printer usage. Contains the total number of print jobs initiated with this printer, the number of users and the number of devices that have initiated at least one print job with this printer."
    },
    "GoogleChromeManagementV1TouchScreenInfo": {
      "description": "Information on the device touch screen.",
      "id": "GoogleChromeManagementV1TouchScreenInfo",
      "properties": {
        "touchpadLibrary": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Touchpad library name used by the input stack."
        },
        "devices": {
          "description": "Output only. List of the internal touch screen devices.",
          "items": {
            "$ref": "GoogleChromeManagementV1TouchScreenDevice"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1AppReport": {
      "description": "App report.",
      "id": "GoogleChromeManagementV1AppReport",
      "properties": {
        "usageData": {
          "type": "array",
          "description": "App usage data.",
          "items": {
            "$ref": "GoogleChromeManagementV1AppUsageData"
          }
        },
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp when the report was collected."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1CpuTemperatureInfo": {
      "description": "CPU temperature of a device. Sampled per CPU core in Celsius. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * 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",
      "id": "GoogleChromeManagementV1CpuTemperatureInfo",
      "properties": {
        "temperatureCelsius": {
          "description": "Output only. CPU temperature in Celsius.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "label": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. CPU label. Example: Core 0"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1HeartbeatStatusReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1HeartbeatStatusReport",
      "properties": {
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp of when status changed was detected"
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "UNKNOWN",
            "ONLINE",
            "OFFLINE",
            "DEVICE_OUTDATED"
          ],
          "enumDescriptions": [
            "State not specified",
            "Device is not eligible for heartbeat monitoring",
            "Device is online",
            "Device is offline",
            "Device is outdated"
          ],
          "description": "State the device changed to"
        }
      },
      "description": "Heartbeat status report of a device. * Available for Kiosks * This field provides online/offline/unknown status of a device and will only be included if the status has changed (e.g. Online -\u003e Offline) * Data for this field is controlled via policy: [HeartbeatEnabled](https://chromeenterprise.google/policies/#HeartbeatEnabled) [More Info](https://support.google.com/chrome/a/answer/6179663#:~:text=On%20the%20Chrome,device%20status%20alerts) * Heartbeat Frequency: 2 mins * Note: If a device goes offline, it can take up to 12 minutes for the online status of the device to be updated * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: N/A * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT"
    },
    "GoogleChromeManagementV1PrintJob": {
      "id": "GoogleChromeManagementV1PrintJob",
      "properties": {
        "completeTime": {
          "description": "Print job completion timestamp.",
          "type": "string",
          "format": "google-datetime"
        },
        "title": {
          "description": "The title of the document.",
          "type": "string"
        },
        "documentPageCount": {
          "description": "Number of pages in the document.",
          "type": "integer",
          "format": "int32"
        },
        "colorMode": {
          "enumDescriptions": [
            "Unspecified.",
            "Black and white.",
            "Color."
          ],
          "type": "string",
          "enum": [
            "COLOR_MODE_UNSPECIFIED",
            "BLACK_AND_WHITE",
            "COLOR"
          ],
          "description": "Color mode."
        },
        "id": {
          "description": "Unique ID of the print job.",
          "type": "string"
        },
        "userEmail": {
          "description": "The primary e-mail address of the user who submitted the print job.",
          "type": "string"
        },
        "copyCount": {
          "type": "integer",
          "format": "int32",
          "description": "Number of copies."
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Print job creation timestamp."
        },
        "state": {
          "description": "The final state of the job.",
          "enumDescriptions": [
            "Print job is in an unspecified state.",
            "The document was successfully printed.",
            "Print job was cancelled.",
            "Print job failed."
          ],
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "PRINTED",
            "CANCELLED",
            "FAILED"
          ]
        },
        "userId": {
          "type": "string",
          "description": "The unique Directory API ID of the user who submitted the print job."
        },
        "printerId": {
          "description": "API ID of the printer used for printing.",
          "type": "string"
        },
        "printer": {
          "type": "string",
          "description": "Name of the printer used for printing."
        },
        "duplexMode": {
          "description": "Duplex mode.",
          "enumDescriptions": [
            "Unspecified.",
            "One-sided.",
            "Two-sided flipping over long edge.",
            "Two-sided flipping over short edge."
          ],
          "type": "string",
          "enum": [
            "DUPLEX_MODE_UNSPECIFIED",
            "ONE_SIDED",
            "TWO_SIDED_LONG_EDGE",
            "TWO_SIDED_SHORT_EDGE"
          ]
        }
      },
      "description": "Represents a request to print a document that has been submitted to a printer.",
      "type": "object"
    },
    "GoogleChromeManagementV1HttpsLatencyRoutineData": {
      "type": "object",
      "id": "GoogleChromeManagementV1HttpsLatencyRoutineData",
      "properties": {
        "problem": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "HTTPS latency problem not specified.",
            "One or more DNS resolutions resulted in a failure.",
            "One or more HTTPS requests resulted in a failure.",
            "Average HTTPS request latency time between 500ms and 1000ms is high.",
            "Average HTTPS request latency time greater than 1000ms is very high."
          ],
          "enum": [
            "HTTPS_LATENCY_PROBLEM_UNSPECIFIED",
            "FAILED_DNS_RESOLUTIONS",
            "FAILED_HTTPS_REQUESTS",
            "HIGH_LATENCY",
            "VERY_HIGH_LATENCY"
          ],
          "description": "Output only. HTTPS latency routine problem if a problem occurred."
        },
        "latency": {
          "description": "Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.",
          "type": "string",
          "format": "google-duration",
          "readOnly": true
        }
      },
      "description": "Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites."
    },
    "GoogleChromeManagementV1BootPerformanceReport": {
      "description": "Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT",
      "id": "GoogleChromeManagementV1BootPerformanceReport",
      "properties": {
        "shutdownReason": {
          "description": "The shutdown reason.",
          "enumDescriptions": [
            "Shutdown reason is not specified.",
            "User initiated.",
            "System update initiated.",
            "Shutdown due to low battery.",
            "Shutdown due to other reasons."
          ],
          "type": "string",
          "enum": [
            "SHUTDOWN_REASON_UNSPECIFIED",
            "USER_REQUEST",
            "SYSTEM_UPDATE",
            "LOW_BATTERY",
            "OTHER"
          ]
        },
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp when the report was collected."
        },
        "bootUpTime": {
          "description": "The timestamp when power came on.",
          "type": "string",
          "format": "google-datetime"
        },
        "shutdownDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "Total time since shutdown start to power off."
        },
        "shutdownTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The timestamp when shutdown."
        },
        "bootUpDuration": {
          "description": "Total time to boot up.",
          "type": "string",
          "format": "google-duration"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1FetchUsersRequestingExtensionResponse": {
      "id": "GoogleChromeManagementV1FetchUsersRequestingExtensionResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page in the list."
        },
        "userDetails": {
          "description": "Details of users that have requested the queried extension.",
          "items": {
            "$ref": "GoogleChromeManagementV1UserRequestingExtensionDetails"
          },
          "type": "array"
        },
        "totalSize": {
          "description": "Total number of users in response.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Response containing a list of users that have requested the queried extension.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeVersionsResponse": {
      "type": "object",
      "description": "Response containing requested browser versions details and counts.",
      "id": "GoogleChromeManagementV1CountChromeVersionsResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page of the request."
        },
        "browserVersions": {
          "description": "List of all browser versions and their install counts.",
          "items": {
            "$ref": "GoogleChromeManagementV1BrowserVersion"
          },
          "type": "array"
        },
        "totalSize": {
          "description": "Total number browser versions matching request.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementV1UsbPeripheralReport": {
      "type": "object",
      "description": "USB connected peripheral report.",
      "id": "GoogleChromeManagementV1UsbPeripheralReport",
      "properties": {
        "pid": {
          "description": "Output only. Product ID",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Device name, model name, or product name"
        },
        "classId": {
          "description": "Output only. Class ID https://www.usb.org/defined-class-codes",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "vid": {
          "description": "Output only. Vendor ID",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "categories": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Categories the device belongs to https://www.usb.org/defined-class-codes",
          "items": {
            "type": "string"
          }
        },
        "firmwareVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Firmware version"
        },
        "vendor": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Vendor name"
        },
        "subclassId": {
          "description": "Output only. Subclass ID https://www.usb.org/defined-class-codes",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementV1AppUsageData": {
      "description": "App usage data.",
      "id": "GoogleChromeManagementV1AppUsageData",
      "properties": {
        "runningDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "App foreground running time."
        },
        "appId": {
          "description": "App id.",
          "type": "string"
        },
        "appType": {
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "description": "Type of app."
        },
        "appInstanceId": {
          "description": "Application instance id. This will be unique per window/instance.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ChromeBrowserProfile": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfile",
      "properties": {
        "profileId": {
          "description": "Output only. Chrome client side profile ID.",
          "type": "string",
          "readOnly": true
        },
        "browserVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Version of the browser on which the profile exists."
        },
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
          "type": "string"
        },
        "etag": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Etag of this ChromeBrowserProfile resource. This etag can be used with UPDATE operation to ensure consistency."
        },
        "extensionCount": {
          "description": "Output only. Number of extensions installed on the profile.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "annotatedUser": {
          "description": "Optional. User of the profile annotated by the admin.",
          "type": "string"
        },
        "attestationCredential": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1AttestationCredential",
          "description": "Output only. Attestation credential information of the profile."
        },
        "affiliationState": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified affiliation state.",
            "Unaffiliated - but we do not have the details for the type of unaffiliated profile.",
            "Unaffiliated - A managed profile that appears on a totally unamanaged browser.",
            "Unaffiliated - A managed profile that appears on a machine that is locally managed by a different organization (through platform management mechanisms like GPO).",
            "Unaffiliated - A managed profile that appears on a managed browser that is cloud managed by a different organization (using Chrome Browser Cloud Management).",
            "Affiliated - Both the profile and the managed browser are managed by the same organization."
          ],
          "enum": [
            "AFFILIATION_STATE_UNSPECIFIED",
            "UNAFFILIATED_GENERIC",
            "PROFILE_ONLY",
            "UNAFFILIATED_LOCAL_MACHINE",
            "UNAFFILIATED_CLOUD_MACHINE",
            "AFFILIATED_CLOUD_MANAGED"
          ],
          "description": "Output only. The specific affiliation state of the profile."
        },
        "annotatedLocation": {
          "type": "string",
          "description": "Optional. Location of the profile annotated by the admin."
        },
        "lastStatusReportTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Timestamp of the latest status report by the profile."
        },
        "identityProvider": {
          "type": "string",
          "description": "Output only. Identify provider of the profile.",
          "enum": [
            "IDENTITY_PROVIDER_UNSPECIFIED",
            "GOOGLE_IDENTITY_PROVIDER",
            "EXTERNAL_IDENTITY_PROVIDER"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified identity provider.",
            "Represents a Google identity provider.",
            "Represents an external identity provider."
          ]
        },
        "lastPolicyFetchTime": {
          "description": "Output only. Timestamp of the latest policy fetch by the profile.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "reportingData": {
          "$ref": "GoogleChromeManagementVersionsV1ReportingData",
          "readOnly": true,
          "description": "Output only. Detailed reporting data of the profile. This information is only available when the profile reporting policy is enabled."
        },
        "lastPolicySyncTime": {
          "description": "Output only. Timestamp of the latest policy sync by the profile.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "osPlatformVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Major OS platform version of the device on which the profile exists, from profile reporting."
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Profile display name set by client."
        },
        "userEmail": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Email address of the user to which the profile belongs."
        },
        "browserChannel": {
          "description": "Output only. Channel of the browser on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "supportsFcmNotifications": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether the profile supports FCM notifications."
        },
        "userId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Unique Directory API ID of the user that can be used in Admin SDK Users API."
        },
        "deviceInfo": {
          "$ref": "GoogleChromeManagementVersionsV1DeviceInfo",
          "readOnly": true,
          "description": "Output only. Basic information of the device on which the profile exists. This information is only available for the affiliated profiles."
        },
        "profilePermanentId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Profile permanent ID is the unique identifier of a profile within one customer."
        },
        "osPlatformType": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OS platform of the device on which the profile exists."
        },
        "policyCount": {
          "description": "Output only. Number of policies applied on the profile.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "firstEnrollmentTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Timestamp of the first enrollment of the profile."
        },
        "osVersion": {
          "description": "Output only. OS version of the device on which the profile exists.",
          "type": "string",
          "readOnly": true
        },
        "lastActivityTime": {
          "description": "Output only. Timestamp of the latest activity by the profile.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "description": "A representation of a Chrome browser profile."
    },
    "GoogleChromeManagementV1ChromeAppInfo": {
      "id": "GoogleChromeManagementV1ChromeAppInfo",
      "properties": {
        "isExtensionPolicySupported": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether an app supports policy for extensions."
        },
        "isTheme": {
          "description": "Output only. Whether the app or extension is a theme.",
          "type": "boolean",
          "readOnly": true
        },
        "permissions": {
          "description": "Output only. Every custom permission requested by the app. Version-specific field that will only be set when the requested app version is found.",
          "items": {
            "$ref": "GoogleChromeManagementV1ChromeAppPermission"
          },
          "readOnly": true,
          "type": "array"
        },
        "isKioskOnly": {
          "description": "Output only. Whether the app is only for Kiosk mode on ChromeOS devices",
          "readOnly": true,
          "type": "boolean"
        },
        "siteAccess": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Every permission giving access to domains or broad host patterns. ( e.g. www.google.com). This includes the matches from content scripts as well as hosts in the permissions node of the manifest. Version-specific field that will only be set when the requested app version is found.",
          "items": {
            "$ref": "GoogleChromeManagementV1ChromeAppSiteAccess"
          }
        },
        "isCwsHosted": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether the app or extension is in a published state in the Chrome Web Store."
        },
        "manifestVersion": {
          "description": "Output only. The version of this extension's manifest.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "supportEnabled": {
          "description": "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.",
          "readOnly": true,
          "type": "boolean"
        },
        "minUserCount": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The minimum number of users using this app."
        },
        "googleOwned": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the app or extension is built and maintained by Google. Version-specific field that will only be set when the requested app version is found."
        },
        "kioskEnabled": {
          "description": "Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices",
          "readOnly": true,
          "type": "boolean"
        },
        "type": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified ItemType.",
            "Chrome Extensions.",
            "Any other type than extension."
          ],
          "enum": [
            "ITEM_TYPE_UNSPECIFIED",
            "EXTENSION",
            "OTHERS"
          ],
          "description": "Output only. Types of an item in the Chrome Web Store"
        }
      },
      "description": "Chrome Web Store app information.",
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent": {
      "id": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent",
      "properties": {
        "guid": {
          "type": "string",
          "description": "Unique identifier of the network."
        },
        "connectionState": {
          "enumDescriptions": [
            "Network connection state unspecified.",
            "The network is connected and internet connectivity is available.",
            "The network is connected and not in a detected portal state, but internet connectivity may not be available.",
            "The network is connected but a portal state was detected. Internet connectivity may be limited.",
            "The network is in the process of connecting.",
            "The network is not connected."
          ],
          "type": "string",
          "enum": [
            "NETWORK_CONNECTION_STATE_UNSPECIFIED",
            "ONLINE",
            "CONNECTED",
            "PORTAL",
            "CONNECTING",
            "NOT_CONNECTED"
          ],
          "description": "Current connection state of the network."
        }
      },
      "description": "`TelemetryNetworkConnectionStateChangeEvent` is triggered on network connection state changes. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1DeviceActivityReport": {
      "type": "object",
      "description": "Device activity report. * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT",
      "id": "GoogleChromeManagementV1DeviceActivityReport",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "deviceActivityState": {
          "description": "Output only. Device activity state.",
          "readOnly": true,
          "enumDescriptions": [
            "Device activity state is unspecified.",
            "Device is currently being used.",
            "Device is currently idle.",
            "Device is currently locked."
          ],
          "enum": [
            "DEVICE_ACTIVITY_STATE_UNSPECIFIED",
            "ACTIVE",
            "IDLE",
            "LOCKED"
          ],
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryNotificationConfig": {
      "description": "Configuration to receive notifications of telemetry data.",
      "id": "GoogleChromeManagementV1TelemetryNotificationConfig",
      "properties": {
        "name": {
          "description": "Output only. Resource name of the notification configuration.",
          "readOnly": true,
          "type": "string"
        },
        "customer": {
          "description": "Output only. Google Workspace customer that owns the resource.",
          "type": "string",
          "readOnly": true
        },
        "googleCloudPubsubTopic": {
          "description": "The pubsub topic to which notifications are published to.",
          "type": "string"
        },
        "filter": {
          "$ref": "GoogleChromeManagementV1TelemetryNotificationFilter",
          "description": "Only send notifications for telemetry data matching this filter."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryOsCrashEvent": {
      "id": "GoogleChromeManagementV1TelemetryOsCrashEvent",
      "properties": {
        "crashType": {
          "description": "Crash type.",
          "enumDescriptions": [
            "Crash type unknown.",
            "Kernel crash.",
            "Embedded controller crash."
          ],
          "type": "string",
          "enum": [
            "CRASH_TYPE_UNSPECIFIED",
            "CRASH_TYPE_KERNEL",
            "CRASH_TYPE_EMBEDDED_CONTROLLER"
          ]
        },
        "sessionType": {
          "enumDescriptions": [
            "Session type unknown.",
            "Signed in user.",
            "Kiosk.",
            "Managed guest session.",
            "Active directory session."
          ],
          "type": "string",
          "enum": [
            "SESSION_TYPE_UNSPECIFIED",
            "SESSION_TYPE_SIGNED_IN_USER",
            "SESSION_TYPE_KIOSK",
            "SESSION_TYPE_MANAGED_GUEST",
            "SESSION_TYPE_ACTIVE_DIRECTORY"
          ],
          "description": "Session type."
        },
        "crashId": {
          "description": "Crash id.",
          "type": "string"
        }
      },
      "description": "OS crash data.",
      "type": "object"
    },
    "GoogleChromeManagementV1ChromeAppSiteAccess": {
      "type": "object",
      "id": "GoogleChromeManagementV1ChromeAppSiteAccess",
      "properties": {
        "hostMatch": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. This can contain very specific hosts, or patterns like \"*.com\" for instance."
        }
      },
      "description": "Represent one host permission."
    },
    "GoogleChromeManagementV1ChromeAppPermission": {
      "id": "GoogleChromeManagementV1ChromeAppPermission",
      "properties": {
        "type": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The type of the permission."
        },
        "accessUserData": {
          "description": "Output only. If available, whether this permissions grants the app/extension access to user data.",
          "type": "boolean",
          "readOnly": true
        },
        "documentationUri": {
          "description": "Output only. If available, a URI to a page that has documentation for the current permission.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Permission requested by a Chrome app or extension.",
      "type": "object"
    },
    "GoogleChromeManagementV1NetworkDevice": {
      "id": "GoogleChromeManagementV1NetworkDevice",
      "properties": {
        "imei": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. IMEI (if applicable) of the corresponding network device."
        },
        "iccid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The integrated circuit card ID associated with the device's sim card."
        },
        "mdn": {
          "description": "Output only. The mobile directory number associated with the device's sim card.",
          "type": "string",
          "readOnly": true
        },
        "meid": {
          "description": "Output only. MEID (if applicable) of the corresponding network device.",
          "readOnly": true,
          "type": "string"
        },
        "macAddress": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. MAC address (if applicable) of the corresponding network device."
        },
        "type": {
          "type": "string",
          "description": "Output only. Network device type.",
          "readOnly": true,
          "enumDescriptions": [
            "Network device type not specified.",
            "Cellular device.",
            "Ethernet device.",
            "Wifi device."
          ],
          "enum": [
            "NETWORK_DEVICE_TYPE_UNSPECIFIED",
            "CELLULAR_DEVICE",
            "ETHERNET_DEVICE",
            "WIFI_DEVICE"
          ]
        }
      },
      "description": "Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1DeviceInfo": {
      "description": "Information of a device that runs a Chrome browser profile.",
      "id": "GoogleChromeManagementVersionsV1DeviceInfo",
      "properties": {
        "machine": {
          "readOnly": true,
          "type": "string",
          "description": "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|."
        },
        "deviceType": {
          "type": "string",
          "enum": [
            "DEVICE_TYPE_UNSPECIFIED",
            "CHROME_BROWSER"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified device type.",
            "Represents a Chrome browser device."
          ],
          "description": "Output only. Type of the device on which the profile exists."
        },
        "affiliatedDeviceId": {
          "readOnly": true,
          "type": "string",
          "description": "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."
        },
        "hostname": {
          "description": "Output only. Hostname of the device on which the profile exists.",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1InstalledApp": {
      "type": "object",
      "description": "Describes an installed app.",
      "id": "GoogleChromeManagementV1InstalledApp",
      "properties": {
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Name of the installed app."
        },
        "appInstallType": {
          "type": "string",
          "description": "Output only. How the app was installed.",
          "readOnly": true,
          "enumDescriptions": [
            "Application install type not specified.",
            "Multiple app install types.",
            "Normal app install type.",
            "Administrator app install type.",
            "Development app install type.",
            "Sideloaded app install type.",
            "Other app install type."
          ],
          "enum": [
            "APP_INSTALL_TYPE_UNSPECIFIED",
            "MULTIPLE",
            "NORMAL",
            "ADMIN",
            "DEVELOPMENT",
            "SIDELOAD",
            "OTHER"
          ]
        },
        "homepageUri": {
          "description": "Output only. Homepage uri of the installed app.",
          "readOnly": true,
          "type": "string"
        },
        "appType": {
          "enum": [
            "APP_TYPE_UNSPECIFIED",
            "EXTENSION",
            "APP",
            "THEME",
            "HOSTED_APP",
            "ANDROID_APP"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "App type not specified.",
            "Chrome extension.",
            "Chrome app.",
            "Chrome theme.",
            "Chrome hosted app.",
            "ARC++ app."
          ],
          "description": "Output only. Type of the app.",
          "type": "string"
        },
        "appId": {
          "description": "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).",
          "readOnly": true,
          "type": "string"
        },
        "browserDeviceCount": {
          "description": "Output only. Count of browser devices with this app installed.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "description": {
          "description": "Output only. Description of the installed app.",
          "type": "string",
          "readOnly": true
        },
        "permissions": {
          "description": "Output only. Permissions of the installed app.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "disabled": {
          "description": "Output only. Whether the app is disabled.",
          "readOnly": true,
          "type": "boolean"
        },
        "appSource": {
          "enum": [
            "APP_SOURCE_UNSPECIFIED",
            "CHROME_WEBSTORE",
            "PLAY_STORE"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Application source not specified.",
            "Generally for extensions and Chrome apps.",
            "Play Store app."
          ],
          "description": "Output only. Source of the installed app.",
          "type": "string"
        },
        "osUserCount": {
          "description": "Output only. Count of ChromeOS users with this app installed.",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "riskAssessment": {
          "description": "Output only. If available, the risk assessment data about this extension.",
          "$ref": "GoogleChromeManagementV1RiskAssessmentData",
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementV1ListTelemetryUsersResponse": {
      "description": "Response message for listing telemetry users for a customer.",
      "id": "GoogleChromeManagementV1ListTelemetryUsersResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify next page in the list."
        },
        "telemetryUsers": {
          "type": "array",
          "description": "Telemetry users returned in the response.",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryUser"
          }
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1MemoryInfo": {
      "id": "GoogleChromeManagementV1MemoryInfo",
      "properties": {
        "availableRamBytes": {
          "description": "Output only. Amount of available RAM in bytes.",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "totalRamBytes": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Total RAM in bytes."
        },
        "totalMemoryEncryption": {
          "description": "Output only. Total memory encryption info for the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TotalMemoryEncryptionInfo"
        }
      },
      "description": "Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - 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: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO",
      "type": "object"
    },
    "GoogleChromeManagementV1StorageStatusReport": {
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * 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 * Granular permission needed: TELEMETRY_API_STORAGE_REPORT",
      "id": "GoogleChromeManagementV1StorageStatusReport",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the sample was collected on device"
        },
        "disk": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Reports on disk.",
          "items": {
            "$ref": "GoogleChromeManagementV1DiskInfo"
          }
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1RuntimeCountersReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1RuntimeCountersReport",
      "properties": {
        "enterPoweroffCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of times that the device has entered into the power-off state. Currently obtained via the PSR, count from S0-\u003eS5."
        },
        "reportTime": {
          "description": "Timestamp when the report was collected.",
          "type": "string",
          "format": "google-datetime"
        },
        "enterSleepCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-\u003eS3."
        },
        "enterHibernationCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0-\u003eS4."
        },
        "uptimeRuntimeDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR."
        }
      },
      "description": "Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+."
    },
    "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse": {
      "id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse",
      "properties": {
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned. Not guaranteed to be accurate above 10k profiles.",
          "type": "string",
          "format": "int64"
        },
        "chromeBrowserProfiles": {
          "description": "The list of profiles returned.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The pagination token that can be used to list the next page."
        }
      },
      "description": "Response to ListChromeBrowserProfiles method.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse": {
      "id": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse",
      "properties": {
        "modelReports": {
          "description": "The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook).",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          },
          "type": "array"
        },
        "cpuReports": {
          "description": "The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz).",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          },
          "type": "array"
        },
        "storageReports": {
          "type": "array",
          "description": "The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          }
        },
        "memoryReports": {
          "description": "The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16).",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          },
          "type": "array"
        }
      },
      "description": "Response containing a list of devices with a specific type of hardware specification from the requested hardware type.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountPrintJobsByPrinterResponse": {
      "id": "GoogleChromeManagementV1CountPrintJobsByPrinterResponse",
      "properties": {
        "printerReports": {
          "type": "array",
          "description": "List of PrinterReports matching request.",
          "items": {
            "$ref": "GoogleChromeManagementV1PrinterReport"
          }
        },
        "nextPageToken": {
          "description": "Pagination token for requesting the next page.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total number of printers matching request.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Response containing a summary printing report for each printer from the specified organizational unit for the requested time interval.",
      "type": "object"
    },
    "GoogleChromeManagementV1AppDetails": {
      "type": "object",
      "description": "Resource representing app details.",
      "id": "GoogleChromeManagementV1AppDetails",
      "properties": {
        "latestPublishTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Latest published time."
        },
        "revisionId": {
          "description": "Output only. App version. A new revision is committed whenever a new version of the app is published.",
          "type": "string",
          "readOnly": true
        },
        "privacyPolicyUri": {
          "description": "Output only. The URI pointing to the privacy policy of the app, if it was provided by the developer. Version-specific field that will only be set when the requested app version is found.",
          "type": "string",
          "readOnly": true
        },
        "serviceError": {
          "$ref": "GoogleRpcStatus",
          "readOnly": true,
          "description": "Output only. Information about a partial service error if applicable."
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{app_id}@{version}"
        },
        "detailUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The uri for the detail page of the item."
        },
        "androidAppInfo": {
          "description": "Output only. Android app information.",
          "$ref": "GoogleChromeManagementV1AndroidAppInfo",
          "readOnly": true
        },
        "description": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. App's description."
        },
        "chromeAppInfo": {
          "description": "Output only. Chrome Web Store app information.",
          "$ref": "GoogleChromeManagementV1ChromeAppInfo",
          "readOnly": true
        },
        "isPaidApp": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Indicates if the app has to be paid for OR has paid content."
        },
        "reviewRating": {
          "readOnly": true,
          "type": "number",
          "format": "float",
          "description": "Output only. The rating of the app (on 5 stars). Chrome Web Store review information will always be for the latest version of an app."
        },
        "iconUri": {
          "description": "Output only. A link to an image that can be used as an icon for the product.",
          "type": "string",
          "readOnly": true
        },
        "displayName": {
          "description": "Output only. App's display name.",
          "type": "string",
          "readOnly": true
        },
        "type": {
          "type": "string",
          "enum": [
            "APP_ITEM_TYPE_UNSPECIFIED",
            "CHROME",
            "ANDROID",
            "WEB"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "App type unspecified.",
            "Chrome app.",
            "ARC++ app.",
            "Web app."
          ],
          "description": "Output only. App type."
        },
        "appId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Unique store identifier for the item. Examples: \"gmbmikajjgmnabiglmofipeabaddhgne\" for the Save to Google Drive Chrome extension, \"com.google.android.apps.docs\" for the Google Drive Android app."
        },
        "publisher": {
          "description": "Output only. The publisher of the item.",
          "type": "string",
          "readOnly": true
        },
        "reviewNumber": {
          "description": "Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "homepageUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Home page or Website uri."
        },
        "firstPublishTime": {
          "description": "Output only. First published time.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      }
    },
    "GoogleLongrunningOperation": {
      "type": "object",
      "id": "GoogleLongrunningOperation",
      "properties": {
        "response": {
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object"
        },
        "done": {
          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
          "type": "boolean"
        },
        "name": {
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
          "type": "string"
        },
        "metadata": {
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object"
        },
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "GoogleRpcStatus"
        }
      },
      "description": "This resource represents a long-running operation that is the result of a network API call."
    },
    "GoogleChromeManagementV1NetworkStatusReport": {
      "description": "State of visible/configured networks. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 minutes * 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: Yes * Reported for affiliated users only: Yes * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "id": "GoogleChromeManagementV1NetworkStatusReport",
      "properties": {
        "lanIpAddress": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. LAN IP address."
        },
        "transmissionPowerDbm": {
          "description": "Output only. Transmission power measured in decibels.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "linkDownSpeedKbps": {
          "description": "Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "guid": {
          "description": "Output only. Network connection guid.",
          "readOnly": true,
          "type": "string"
        },
        "metered": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether the network was detected as metered."
        },
        "signalStrengthDbm": {
          "description": "Output only. Signal strength for wireless networks measured in decibels.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "gatewayIpv6Address": {
          "description": "Output only. The gateway IPv6 for this interface, if detected",
          "readOnly": true,
          "type": "string"
        },
        "gatewayIpAddress": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Gateway IP address."
        },
        "encryptionOn": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether the wifi encryption key is turned off."
        },
        "connectionState": {
          "readOnly": true,
          "enumDescriptions": [
            "Network connection state unspecified.",
            "The network is connected and internet connectivity is available.",
            "The network is connected and not in a detected portal state, but internet connectivity may not be available.",
            "The network is connected but a portal state was detected. Internet connectivity may be limited.",
            "The network is in the process of connecting.",
            "The network is not connected."
          ],
          "enum": [
            "NETWORK_CONNECTION_STATE_UNSPECIFIED",
            "ONLINE",
            "CONNECTED",
            "PORTAL",
            "CONNECTING",
            "NOT_CONNECTED"
          ],
          "description": "Output only. Current connection state of the network.",
          "type": "string"
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "type": "string",
          "format": "google-duration",
          "readOnly": true
        },
        "ipv6Address": {
          "description": "Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text representation (e.g., \"2001:db8::1\").",
          "items": {
            "type": "string"
          },
          "type": "array",
          "readOnly": true
        },
        "reportTime": {
          "description": "Output only. Time at which the network state was reported.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "wifiLinkQuality": {
          "description": "Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "connectionType": {
          "enum": [
            "NETWORK_TYPE_UNSPECIFIED",
            "CELLULAR",
            "ETHERNET",
            "TETHER",
            "VPN",
            "WIFI"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Network connection type unspecified",
            "Cellular network connection.",
            "Ethernet network connection.",
            "Tether network connection.",
            "VPN network connection.",
            "Wifi network connection."
          ],
          "description": "Output only. Network connection type.",
          "type": "string"
        },
        "wifiPowerManagementEnabled": {
          "description": "Output only. Wifi power management enabled",
          "type": "boolean",
          "readOnly": true
        },
        "transmissionBitRateMbps": {
          "type": "string",
          "format": "int64",
          "readOnly": true,
          "description": "Output only. Transmission bit rate measured in Megabits per second."
        },
        "receivingBitRateMbps": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Receiving bit rate measured in Megabits per second."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1PeripheralsReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1PeripheralsReport",
      "properties": {
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Timestamp of when the report was collected."
        },
        "usbPeripheralReport": {
          "description": "Reports of all usb connected devices.",
          "items": {
            "$ref": "GoogleChromeManagementV1UsbPeripheralReport"
          },
          "type": "array"
        }
      },
      "description": "Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT"
    },
    "GoogleChromeManagementV1TelemetryDeviceInfo": {
      "type": "object",
      "description": "Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE",
      "id": "GoogleChromeManagementV1TelemetryDeviceInfo",
      "properties": {
        "deviceId": {
          "description": "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.",
          "type": "string",
          "readOnly": true
        },
        "orgUnitId": {
          "description": "Output only. Organization unit ID of the device.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryUserInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryUserInfo",
      "properties": {
        "email": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. User's email."
        },
        "orgUnitId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Organization unit ID of the user."
        }
      },
      "description": "Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER"
    },
    "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse": {
      "type": "object",
      "description": "Response containing the number of devices with the given channel.",
      "id": "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse",
      "properties": {
        "unsupportedChannelCount": {
          "description": "Number of devices with unsupported release channel.",
          "type": "string",
          "format": "int64"
        },
        "devChannelCount": {
          "description": "Number of devices with dev release channel.",
          "type": "string",
          "format": "int64"
        },
        "betaChannelCount": {
          "description": "Number of devices with beta release channel.",
          "type": "string",
          "format": "int64"
        },
        "unreportedChannelCount": {
          "description": "Number of devices with an unreported release channel.",
          "type": "string",
          "format": "int64"
        },
        "canaryChannelCount": {
          "description": "Number of devices with canary release channel.",
          "type": "string",
          "format": "int64"
        },
        "stableChannelCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of devices with stable release channel."
        },
        "ltsChannelCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of devices with lts release channel."
        },
        "ltcChannelCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of devices with ltc release channel."
        }
      }
    },
    "GoogleChromeManagementV1GraphicsInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1GraphicsInfo",
      "properties": {
        "touchScreenInfo": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TouchScreenInfo",
          "description": "Output only. Information about the internal touch screen(s) of the device."
        },
        "adapterInfo": {
          "description": "Output only. Information about the graphics adapter (GPU).",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1GraphicsAdapterInfo"
        },
        "eprivacySupported": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Is ePrivacy screen supported or not."
        },
        "displayDevices": {
          "description": "Output only. Information about the display(s) of the device.",
          "items": {
            "$ref": "GoogleChromeManagementV1DisplayDevice"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "description": "Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceGraphicsStatus](https://chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * 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 * Granular permission needed: TELEMETRY_API_GRAPHICS_INFO"
    },
    "GoogleChromeManagementV1EnumeratePrintJobsResponse": {
      "type": "object",
      "id": "GoogleChromeManagementV1EnumeratePrintJobsResponse",
      "properties": {
        "totalSize": {
          "type": "string",
          "format": "int64",
          "description": "Total number of print jobs matching request."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be used in a subsequent request to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "printJobs": {
          "description": "List of requested print jobs.",
          "items": {
            "$ref": "GoogleChromeManagementV1PrintJob"
          },
          "type": "array"
        }
      },
      "description": "Response containing a list of print jobs."
    },
    "GoogleChromeManagementVersionsV1SignDataResponse": {
      "description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
      "id": "GoogleChromeManagementVersionsV1SignDataResponse",
      "properties": {
        "certificateProvisioningProcess": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
          "description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryDevice": {
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryDevice",
      "properties": {
        "audioStatusReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1AudioStatusReport"
          }
        },
        "graphicsInfo": {
          "$ref": "GoogleChromeManagementV1GraphicsInfo",
          "readOnly": true,
          "description": "Output only. Contains information regarding Graphic peripherals for the device."
        },
        "runtimeCountersReport": {
          "description": "Output only. Runtime counters reports collected device lifetime runtime, as well as the counts of S0-\u003eS3, S0-\u003eS4, and S0-\u003eS5 transitions, meaning entering into sleep, hibernation, and power-off states",
          "items": {
            "$ref": "GoogleChromeManagementV1RuntimeCountersReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "storageStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Storage reports collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1StorageStatusReport"
          }
        },
        "networkDiagnosticsReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Network diagnostics collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkDiagnosticsReport"
          }
        },
        "graphicsStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Graphics reports collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1GraphicsStatusReport"
          }
        },
        "cpuStatusReport": {
          "description": "Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1CpuStatusReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "kioskAppStatusReport": {
          "description": "Output only. Kiosk app status report for the kiosk device",
          "items": {
            "$ref": "GoogleChromeManagementV1KioskAppStatusReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "thunderboltInfo": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Information on Thunderbolt bus.",
          "items": {
            "$ref": "GoogleChromeManagementV1ThunderboltInfo"
          }
        },
        "osUpdateStatus": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Contains relevant information regarding ChromeOS update status.",
          "items": {
            "$ref": "GoogleChromeManagementV1OsUpdateStatus"
          }
        },
        "networkStatusReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Network specs collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkStatusReport"
          }
        },
        "batteryStatusReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Battery reports collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1BatteryStatusReport"
          }
        },
        "deviceId": {
          "type": "string",
          "readOnly": true,
          "description": "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"
        },
        "serialNumber": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab."
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Resource name of the device."
        },
        "memoryStatusReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Memory status reports collected periodically sorted decreasing by report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1MemoryStatusReport"
          }
        },
        "batteryInfo": {
          "description": "Output only. Information on battery specs for the device.",
          "items": {
            "$ref": "GoogleChromeManagementV1BatteryInfo"
          },
          "type": "array",
          "readOnly": true
        },
        "networkBandwidthReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkBandwidthReport"
          }
        },
        "networkInfo": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1NetworkInfo",
          "description": "Output only. Network devices information."
        },
        "appReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1AppReport"
          }
        },
        "storageInfo": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1StorageInfo",
          "description": "Output only. Information of storage specs for the device."
        },
        "bootPerformanceReport": {
          "description": "Output only. Boot performance reports of the device.",
          "items": {
            "$ref": "GoogleChromeManagementV1BootPerformanceReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "heartbeatStatusReport": {
          "description": "Output only. Heartbeat status report containing timestamps periodically sorted in decreasing order of report_time",
          "items": {
            "$ref": "GoogleChromeManagementV1HeartbeatStatusReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "orgUnitId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Organization unit ID of the device."
        },
        "peripheralsReport": {
          "description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1PeripheralsReport"
          },
          "readOnly": true,
          "type": "array"
        },
        "customer": {
          "description": "Output only. Google Workspace Customer whose enterprise enrolled the device.",
          "type": "string",
          "readOnly": true
        },
        "cpuInfo": {
          "description": "Output only. Information regarding CPU specs for the device.",
          "items": {
            "$ref": "GoogleChromeManagementV1CpuInfo"
          },
          "type": "array",
          "readOnly": true
        },
        "memoryInfo": {
          "description": "Output only. Information regarding memory specs for the device.",
          "$ref": "GoogleChromeManagementV1MemoryInfo",
          "readOnly": true
        }
      },
      "description": "Telemetry data collected from a managed device. * Granular permission needed: TELEMETRY_API_DEVICE"
    },
    "GoogleChromeManagementVersionsV1SignDataMetadata": {
      "id": "GoogleChromeManagementVersionsV1SignDataMetadata",
      "properties": {
        "startTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Start time of the SignData operation."
        }
      },
      "description": "Metadata for the long-running operation returned by signData.",
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent": {
      "description": "`TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out of buffer data for more than 5 seconds. * Granular permission needed: TELEMETRY_API_AUDIO_REPORT",
      "id": "GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent",
      "properties": {},
      "type": "object"
    },
    "GoogleChromeManagementV1FindInstalledAppDevicesResponse": {
      "description": "Response containing a list of devices with queried app installed.",
      "id": "GoogleChromeManagementV1FindInstalledAppDevicesResponse",
      "properties": {
        "nextPageToken": {
          "description": "Token to specify the next page of the request.",
          "type": "string"
        },
        "devices": {
          "type": "array",
          "description": "A list of devices which have the app installed. Sorted in ascending alphabetical order on the Device.machine field.",
          "items": {
            "$ref": "GoogleChromeManagementV1Device"
          }
        },
        "totalSize": {
          "description": "Total number of devices matching request.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryAppInstallEvent": {
      "type": "object",
      "description": "App installation data.",
      "id": "GoogleChromeManagementV1TelemetryAppInstallEvent",
      "properties": {
        "appInstallTime": {
          "description": "App installation time depending on the app lifecycle.",
          "enumDescriptions": [
            "Application install time unknown.",
            "Application install is initialized.",
            "Application install is currently running."
          ],
          "type": "string",
          "enum": [
            "APPLICATION_INSTALL_TIME_UNSPECIFIED",
            "APPLICATION_INSTALL_TIME_INIT",
            "APPLICATION_INSTALL_TIME_RUNNING"
          ]
        },
        "appInstallSource": {
          "type": "string",
          "enum": [
            "APPLICATION_INSTALL_SOURCE_UNSPECIFIED",
            "APPLICATION_INSTALL_SOURCE_SYSTEM",
            "APPLICATION_INSTALL_SOURCE_SYNC",
            "APPLICATION_INSTALL_SOURCE_PLAY_STORE",
            "APPLICATION_INSTALL_SOURCE_CHROME_WEB_STORE",
            "APPLICATION_INSTALL_SOURCE_BROWSER"
          ],
          "enumDescriptions": [
            "Application install source is unknown.",
            "Application installed as part of Chrome OS.",
            "Application install source is a sync.",
            "Application install source is the Play store.",
            "Application install source is the Chrome web store.",
            "Application install source is a browser."
          ],
          "description": "App installation source."
        },
        "appInstallReason": {
          "description": "App installation reason.",
          "type": "string",
          "enum": [
            "APPLICATION_INSTALL_REASON_UNSPECIFIED",
            "APPLICATION_INSTALL_REASON_SYSTEM",
            "APPLICATION_INSTALL_REASON_POLICY",
            "APPLICATION_INSTALL_REASON_OEM",
            "APPLICATION_INSTALL_REASON_DEFAULT",
            "APPLICATION_INSTALL_REASON_SYNC",
            "APPLICATION_INSTALL_REASON_USER",
            "APPLICATION_INSTALL_REASON_SUB_APP",
            "APPLICATION_INSTALL_REASON_KIOSK",
            "APPLICATION_INSTALL_REASON_COMMAND_LINE"
          ],
          "enumDescriptions": [
            "Application install reason is unknown.",
            "Application installed with the system and is considered part of the OS.",
            "Application installed by policy.",
            "Application installed by an original equipment manufacturer (OEM).",
            "Application installed by default, but is not considered a system app.",
            "Application installed by sync.",
            "Application installed by user action.",
            "Application installed bt SubApp API call.",
            "Application installed by Kiosk on Chrome OS.",
            "Application installed by command line argument."
          ]
        },
        "appId": {
          "type": "string",
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id."
        },
        "appType": {
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "description": "Type of app.",
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ]
        }
      }
    },
    "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent": {
      "type": "object",
      "description": "`TelemetryNetworkSignalStrengthEvent` is triggered on WiFi signal strength events. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "id": "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent",
      "properties": {
        "guid": {
          "description": "Unique identifier of the network.",
          "type": "string"
        },
        "signalStrengthDbm": {
          "type": "integer",
          "format": "int32",
          "description": "Signal strength RSSI value."
        }
      }
    },
    "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest",
      "properties": {
        "callerInstanceId": {
          "description": "Required. The instance id of the caller.",
          "type": "string"
        }
      },
      "description": "Request message for claiming a certificate provisioning process."
    },
    "GoogleChromeManagementV1NetworkBandwidthReport": {
      "id": "GoogleChromeManagementV1NetworkBandwidthReport",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the report was collected."
        },
        "downloadSpeedKbps": {
          "description": "Output only. Download speed in kilobits per second.",
          "type": "string",
          "format": "int64",
          "readOnly": true
        }
      },
      "description": "Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryUser": {
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryUser",
      "properties": {
        "name": {
          "type": "string",
          "description": "Resource name of the user."
        },
        "userId": {
          "description": "Directory ID of the user.",
          "type": "string"
        },
        "customer": {
          "type": "string",
          "description": "G Suite Customer whose enterprise enrolled the device."
        },
        "orgUnitId": {
          "type": "string",
          "description": "Organization unit of the user."
        },
        "userEmail": {
          "description": "Email address of the user.",
          "type": "string"
        },
        "userDevice": {
          "type": "array",
          "description": "Telemetry data collected from a managed user and device.",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryUserDevice"
          }
        }
      },
      "description": "Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER"
    },
    "GoogleChromeManagementVersionsV1ReportingData": {
      "id": "GoogleChromeManagementVersionsV1ReportingData",
      "properties": {
        "profilePath": {
          "description": "Output only. Path of the profile. A valid path is included only in affiliated profiles.",
          "readOnly": true,
          "type": "string"
        },
        "browserExecutablePath": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Executable path of the installed Chrome browser. A valid path is included only in affiliated profiles."
        },
        "extensionData": {
          "description": "Output only. Information of the extensions installed on the profile.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataExtensionData"
          },
          "type": "array",
          "readOnly": true
        },
        "policyData": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Information of the policies applied on the profile.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataPolicyData"
          }
        },
        "installedBrowserVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Updated version of a browser, if it is different from the active browser version."
        },
        "extensionPolicyData": {
          "description": "Output only. Information of the policies applied on the extensions.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData"
          },
          "type": "array",
          "readOnly": true
        }
      },
      "description": "Reporting data of a Chrome browser profile.",
      "type": "object"
    },
    "GoogleChromeManagementV1DisplayDevice": {
      "type": "object",
      "id": "GoogleChromeManagementV1DisplayDevice",
      "properties": {
        "edidVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. EDID version."
        },
        "displayHeightMm": {
          "description": "Output only. Display height in millimeters.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "serialNumber": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Serial number."
        },
        "manufactureYear": {
          "description": "Output only. Year of manufacture.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "internal": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Is display internal or not."
        },
        "modelId": {
          "description": "Output only. Manufacturer product code.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Display device name."
        },
        "displayWidthMm": {
          "description": "Output only. Display width in millimeters.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "manufacturerId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Three letter manufacturer ID."
        }
      },
      "description": "Information of a display device."
    },
    "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse": {
      "type": "object",
      "description": "Response to ListChromeBrowserProfileCommands method.",
      "id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse",
      "properties": {
        "nextPageToken": {
          "description": "The pagination token that can be used to list the next page.",
          "type": "string"
        },
        "chromeBrowserProfileCommands": {
          "type": "array",
          "description": "The list of commands returned.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
          }
        },
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleLongrunningCancelOperationRequest": {
      "type": "object",
      "description": "The request message for Operations.CancelOperation.",
      "id": "GoogleLongrunningCancelOperationRequest",
      "properties": {}
    },
    "GoogleChromeManagementV1CountActiveDevicesResponse": {
      "type": "object",
      "description": "Response containing the number of active devices.",
      "id": "GoogleChromeManagementV1CountActiveDevicesResponse",
      "properties": {
        "sevenDaysCount": {
          "description": "Number of active devices in the 7 days leading up to the date specified in the request.",
          "type": "string",
          "format": "int64"
        },
        "thirtyDaysCount": {
          "description": "Number of active devices in the 30 days leading up to the date specified in the request.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryAppLaunchEvent": {
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryAppLaunchEvent",
      "properties": {
        "appLaunchSource": {
          "enumDescriptions": [
            "Application launch source unknown.",
            "Application launched from the grid of apps, not the search box.",
            "Application launched from the grid of apps, off of the context menu.",
            "Application launched from query-dependent results (larger icons).",
            "Application launched from query-dependent results, off of the context menu.",
            "Application launched from query-less recommendations (smaller icons).",
            "Application launched from the Parental Controls Settings section and Per App time notification.",
            "Application launched from shelf.",
            "Application launched from the file manager",
            "Application launched from left click on a link in the browser.",
            "Application launched from entering a URL in the Omnibox on the browser.",
            "Application launched from a Chrome internal call.",
            "Application launched from keyboard shortcut for opening app.",
            "Application launched from clicking a link in another app or WebUI.",
            "Application launched from menu.",
            "Application launched from the installed notification.",
            "Application launched from a test.",
            "Application launched from Arc.",
            "Application launched from Sharesheet.",
            "Application launched from the release notes notification.",
            "Application launched from a full restore.",
            "Application launched from a smart text selection context menu.",
            "Application launched from a discover tab notification.",
            "Application launched from the Management API.",
            "Application launched from kiosk.",
            "Application launched from the command line.",
            "Application launched from background mode.",
            "Application launched from the new tab page.",
            "Application launched from an intent URL.",
            "Application launched from OS login.",
            "Application launched from protocol handler.",
            "Application launched from URL handler.",
            "Application launched from lock screen app launcher.",
            "Application launched from app home (chrome://apps) page.",
            "Application launched from moving content into an app.",
            "Application launched from profile menu of installable chrome://password-manager WebUI.",
            "Application launched from system tray calendar.",
            "Application launched from source installer.",
            "Count first-run Help app launches separately so that we can understand the number of user-triggered launches.",
            "Application launched from welcome tour.",
            "Applicationed launched from focus panel.",
            "Application launched from experimental feature Sparky.",
            "Application launched from navigation capturing.",
            "Application launched from web install API."
          ],
          "type": "string",
          "enum": [
            "APPLICATION_LAUNCH_SOURCE_UNSPECIFIED",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_RECOMMENDATION",
            "APPLICATION_LAUNCH_SOURCE_PARENTAL_CONTROLS",
            "APPLICATION_LAUNCH_SOURCE_SHELF",
            "APPLICATION_LAUNCH_SOURCE_FILE_MANAGER",
            "APPLICATION_LAUNCH_SOURCE_LINK",
            "APPLICATION_LAUNCH_SOURCE_OMNIBOX",
            "APPLICATION_LAUNCH_SOURCE_CHROME_INTERNAL",
            "APPLICATION_LAUNCH_SOURCE_KEYBOARD",
            "APPLICATION_LAUNCH_SOURCE_OTHER_APP",
            "APPLICATION_LAUNCH_SOURCE_MENU",
            "APPLICATION_LAUNCH_SOURCE_INSTALLED_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_TEST",
            "APPLICATION_LAUNCH_SOURCE_ARC",
            "APPLICATION_LAUNCH_SOURCE_SHARESHEET",
            "APPLICATION_LAUNCH_SOURCE_RELEASE_NOTES_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_FULL_RESTORE",
            "APPLICATION_LAUNCH_SOURCE_SMART_TEXT_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_DISCOVER_TAB_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_MANAGEMENT_API",
            "APPLICATION_LAUNCH_SOURCE_KIOSK",
            "APPLICATION_LAUNCH_SOURCE_COMMAND_LINE",
            "APPLICATION_LAUNCH_SOURCE_BACKGROUND_MODE",
            "APPLICATION_LAUNCH_SOURCE_NEW_TAB_PAGE",
            "APPLICATION_LAUNCH_SOURCE_INTENT_URL",
            "APPLICATION_LAUNCH_SOURCE_OS_LOGIN",
            "APPLICATION_LAUNCH_SOURCE_PROTOCOL_HANDLER",
            "APPLICATION_LAUNCH_SOURCE_URL_HANDLER",
            "APPLICATION_LAUNCH_SOURCE_LOCK_SCREEN",
            "APPLICATION_LAUNCH_SOURCE_APP_HOME_PAGE",
            "APPLICATION_LAUNCH_SOURCE_REPARENTING",
            "APPLICATION_LAUNCH_SOURCE_PROFILE_MENU",
            "APPLICATION_LAUNCH_SOURCE_SYSTEM_TRAY_CALENDAR",
            "APPLICATION_LAUNCH_SOURCE_INSTALLER",
            "APPLICATION_LAUNCH_SOURCE_FIRST_RUN",
            "APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR",
            "APPLICATION_LAUNCH_SOURCE_FOCUS_MODE",
            "APPLICATION_LAUNCH_SOURCE_SPARKY",
            "APPLICATION_LAUNCH_SOURCE_NAVIGATION_CAPTURING",
            "APPLICATION_LAUNCH_SOURCE_WEB_INSTALL_API"
          ],
          "description": "App launch source."
        },
        "appType": {
          "description": "Type of app.",
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ]
        },
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        }
      },
      "description": "App launch data."
    },
    "GoogleChromeManagementV1MemoryStatusReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1MemoryStatusReport",
      "properties": {
        "systemRamFreeBytes": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection)."
        },
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled."
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "type": "string",
          "format": "google-duration",
          "readOnly": true
        },
        "pageFaults": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. Number of page faults during this collection"
        }
      },
      "description": "Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 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 * Granular permission needed: TELEMETRY_API_MEMORY_REPORT"
    },
    "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult": {
      "description": "Result of the execution of a command.",
      "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult",
      "properties": {
        "resultCode": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Result code that indicates the type of error or success of the command."
        },
        "resultType": {
          "type": "string",
          "enum": [
            "COMMAND_RESULT_TYPE_UNSPECIFIED",
            "IGNORED",
            "FAILURE",
            "SUCCESS"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified command result.",
            "Represents a command with an ignored result.",
            "Represents a failed command.",
            "Represents a succeeded command."
          ],
          "description": "Output only. Result type of the remote command."
        },
        "clientExecutionTime": {
          "description": "Output only. Timestamp of the client execution of the remote command.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1UserRequestingExtensionDetails": {
      "type": "object",
      "id": "GoogleChromeManagementV1UserRequestingExtensionDetails",
      "properties": {
        "email": {
          "type": "string",
          "description": "The e-mail address of a user that has requested the extension."
        },
        "justification": {
          "description": "Request justification as entered by the user.",
          "type": "string"
        }
      },
      "description": "Details of a user requesting an extension, including the email and the justification."
    },
    "GoogleChromeManagementV1OsUpdateStatus": {
      "type": "object",
      "description": "Contains information regarding the current OS update status. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * 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 * Granular permission needed: TELEMETRY_API_OS_REPORT",
      "id": "GoogleChromeManagementV1OsUpdateStatus",
      "properties": {
        "lastUpdateTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Timestamp of the last successful update."
        },
        "lastUpdateCheckTime": {
          "description": "Output only. Timestamp of the last update check.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "lastRebootTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Timestamp of the last reboot."
        },
        "newRequestedPlatformVersion": {
          "description": "Output only. New requested platform version from the pending updated kiosk app.",
          "readOnly": true,
          "type": "string"
        },
        "newPlatformVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. New platform version of the os image being downloaded and applied. It is only set when update status is OS_IMAGE_DOWNLOAD_IN_PROGRESS or OS_UPDATE_NEED_REBOOT. Note this could be a dummy \"0.0.0.0\" for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot."
        },
        "updateState": {
          "type": "string",
          "description": "Output only. Current state of the os update.",
          "readOnly": true,
          "enumDescriptions": [
            "State unspecified.",
            "OS has not started downloading.",
            "OS has started download on device.",
            "Device needs reboot to finish upload."
          ],
          "enum": [
            "UPDATE_STATE_UNSPECIFIED",
            "OS_IMAGE_DOWNLOAD_NOT_STARTED",
            "OS_IMAGE_DOWNLOAD_IN_PROGRESS",
            "OS_UPDATE_NEED_REBOOT"
          ]
        }
      }
    },
    "GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse": {
      "id": "GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse",
      "properties": {
        "telemetryNotificationConfigs": {
          "type": "array",
          "description": "The telemetry notification configs from the specified customer.",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryNotificationConfig"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      },
      "description": "Response message for listing notification configs for a customer.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse": {
      "description": "Response message for claiming a certificate provisioning process.",
      "id": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse",
      "properties": {},
      "type": "object"
    },
    "GoogleChromeManagementV1DiskInfo": {
      "id": "GoogleChromeManagementV1DiskInfo",
      "properties": {
        "discardTimeThisSession": {
          "description": "Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.",
          "type": "string",
          "format": "google-duration",
          "readOnly": true
        },
        "readTimeThisSession": {
          "description": "Output only. Time spent reading from disk since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "volumeIds": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Disk volumes.",
          "items": {
            "type": "string"
          }
        },
        "ioTimeThisSession": {
          "type": "string",
          "format": "google-duration",
          "readOnly": true,
          "description": "Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times."
        },
        "serialNumber": {
          "description": "Output only. Disk serial number.",
          "readOnly": true,
          "type": "string"
        },
        "model": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Disk model."
        },
        "writeTimeThisSession": {
          "description": "Output only. Time spent writing to disk since last boot.",
          "type": "string",
          "format": "google-duration",
          "readOnly": true
        },
        "sizeBytes": {
          "description": "Output only. Disk size.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "bytesReadThisSession": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Number of bytes read since last boot."
        },
        "bytesWrittenThisSession": {
          "description": "Output only. Number of bytes written since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "type": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Disk type: eMMC / NVMe / ATA / SCSI."
        },
        "health": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Disk health."
        },
        "manufacturer": {
          "description": "Output only. Disk manufacturer.",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Status of the single storage device.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ChromeOsUserSession": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
      "properties": {
        "userPrimaryEmail": {
          "description": "Output only. The primary e-mail address of the user.",
          "type": "string",
          "readOnly": true
        },
        "userDirectoryApiId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The unique Directory API ID of the user."
        },
        "chromeOsDevice": {
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
          "readOnly": true,
          "description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user is affiliated, i.e., if the user is managed by the same organization that manages the ChromeOS device."
        }
      },
      "description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to."
    },
    "GoogleChromeManagementVersionsV1UploadCertificateRequest": {
      "type": "object",
      "description": "Request message for uploading an issued certificate for a certificate provisioning process.",
      "id": "GoogleChromeManagementVersionsV1UploadCertificateRequest",
      "properties": {
        "certificatePem": {
          "type": "string",
          "description": "Required. The issued certificate in PEM format."
        }
      }
    },
    "GoogleChromeManagementVersionsV1SubjectAltName": {
      "description": "Describes a subject alternative name.",
      "id": "GoogleChromeManagementVersionsV1SubjectAltName",
      "properties": {
        "type": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "The subject alternative name type is unspecified.",
            "The subject alternative name type is an email address adhering to RFC822.",
            "The subject alternative name type is a Domain Name System (DNS).",
            "The subject alternative name type is a User Principal Name (UPN).",
            "The subject alternative name type is a Uniform Resource Identifier (URI)."
          ],
          "enum": [
            "SUBJECT_ALT_NAME_TYPE_UNSPECIFIED",
            "RFC822_NAME",
            "DNS_NAME",
            "OTHER_NAME_USER_PRINCIPAL_NAME",
            "UNIFORM_RESOURCE_IDENTIFIER"
          ],
          "description": "Output only. The type of the SubjectAltName extension."
        },
        "value": {
          "description": "Output only. The value of the subject alternative name with respect to the `type`.",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1DeviceAueCountReport": {
      "id": "GoogleChromeManagementV1DeviceAueCountReport",
      "properties": {
        "model": {
          "type": "string",
          "description": "Public model name of the devices."
        },
        "expired": {
          "description": "Boolean value for whether or not the device has already expired.",
          "type": "boolean"
        },
        "count": {
          "description": "Count of devices of this model.",
          "type": "string",
          "format": "int64"
        },
        "aueMonth": {
          "enumDescriptions": [
            "The unspecified month.",
            "The month of January.",
            "The month of February.",
            "The month of March.",
            "The month of April.",
            "The month of May.",
            "The month of June.",
            "The month of July.",
            "The month of August.",
            "The month of September.",
            "The month of October.",
            "The month of November.",
            "The month of December."
          ],
          "type": "string",
          "enum": [
            "MONTH_UNSPECIFIED",
            "JANUARY",
            "FEBRUARY",
            "MARCH",
            "APRIL",
            "MAY",
            "JUNE",
            "JULY",
            "AUGUST",
            "SEPTEMBER",
            "OCTOBER",
            "NOVEMBER",
            "DECEMBER"
          ],
          "description": "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."
        },
        "aueYear": {
          "description": "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.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Report for CountChromeDevicesPerAueDateResponse, contains the count of devices of a specific model and auto update expiration range.",
      "type": "object"
    },
    "GoogleChromeManagementV1TotalMemoryEncryptionInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1TotalMemoryEncryptionInfo",
      "properties": {
        "encryptionState": {
          "description": "The state of memory encryption on the device.",
          "type": "string",
          "enum": [
            "MEMORY_ENCRYPTION_STATE_UNSPECIFIED",
            "MEMORY_ENCRYPTION_STATE_UNKNOWN",
            "MEMORY_ENCRYPTION_STATE_DISABLED",
            "MEMORY_ENCRYPTION_STATE_TME",
            "MEMORY_ENCRYPTION_STATE_MKTME"
          ],
          "enumDescriptions": [
            "Memory encryption state is not set.",
            "The memory encryption state is unknown.",
            "Memory encrpytion on the device is disabled.",
            "Memory encryption on the device uses total memory encryption.",
            "Memory encryption on the device uses multi-key total memory encryption."
          ]
        },
        "keyLength": {
          "type": "string",
          "format": "int64",
          "description": "The length of the encryption keys."
        },
        "encryptionAlgorithm": {
          "type": "string",
          "enum": [
            "MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED",
            "MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN",
            "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128",
            "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256"
          ],
          "enumDescriptions": [
            "Memory encryption algorithm is not set.",
            "The memory encryption algorithm being used is unknown.",
            "The memory encryption algorithm is using the AES_XTS encryption algorithm with a 128 bit block cypher.",
            "The memory encryption algorithm is using the AES_XTS encryption algorithm with a 256 bit block cypher."
          ],
          "description": "Memory encryption algorithm."
        },
        "maxKeys": {
          "description": "The maximum number of keys that can be used for encryption.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A"
    },
    "GoogleChromeManagementV1RiskAssessment": {
      "type": "object",
      "description": "Risk assessment for a Chrome extension.",
      "id": "GoogleChromeManagementV1RiskAssessment",
      "properties": {
        "version": {
          "type": "string",
          "description": "The version of the extension that this assessment applies to."
        },
        "detailsUrl": {
          "type": "string",
          "description": "A URL that a user can navigate to for more information about the risk assessment."
        },
        "assessment": {
          "type": "string",
          "description": "Risk assessment for the extension. Currently, this is a numerical value, and its interpretation is specific to each risk assessment provider."
        }
      }
    },
    "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand": {
      "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand",
      "properties": {
        "payload": {
          "type": "object",
          "description": "Required. Payload of the remote command. The payload for \"clearBrowsingData\" command supports: - fields \"clearCache\" and \"clearCookies\" - values of boolean type.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        },
        "validDuration": {
          "description": "Output only. Valid duration of the remote command.",
          "type": "string",
          "format": "google-duration",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}"
        },
        "commandResult": {
          "description": "Output only. Result of the remote command.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult"
        },
        "issueTime": {
          "description": "Output only. Timestamp of the issurance of the remote command.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "commandType": {
          "description": "Required. Type of the remote command. The only supported command_type is \"clearBrowsingData\".",
          "type": "string"
        },
        "commandState": {
          "type": "string",
          "enum": [
            "COMMAND_STATE_UNSPECIFIED",
            "PENDING",
            "EXPIRED",
            "EXECUTED_BY_CLIENT"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified command state.",
            "Represents a command in a pending state.",
            "Represents a command that has expired.",
            "Represents a command that has been executed by the client."
          ],
          "description": "Output only. State of the remote command."
        }
      },
      "description": "A representation of a remote command for a Chrome browser profile.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest": {
      "id": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest",
      "properties": {
        "destinationOrgUnit": {
          "description": "Required. Destination organizational unit where the third party chrome profile user will be moved to.",
          "type": "string"
        }
      },
      "description": "Request to MoveThirdPartyProfileUser method.",
      "type": "object"
    },
    "GoogleChromeManagementV1KioskAppStatusReport": {
      "id": "GoogleChromeManagementV1KioskAppStatusReport",
      "properties": {
        "appId": {
          "type": "string",
          "description": "App id of kiosk app for example \"mdmkkicfmmkgmpkmkdikhlbggogpicma\""
        },
        "appVersion": {
          "description": "App version number of kiosk app for example \"1.10.118\"",
          "type": "string"
        },
        "reportTime": {
          "description": "Timestamp of when report was collected",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "description": "Kiosk app status report of a device. * Available for Kiosks * This field provides the app id and version number running on a kiosk device and the timestamp of when the report was last updated * Data for this field is controlled via policy: [ReportDeviceSessionStatus](https://chromeenterprise.google/policies/#ReportDeviceSessionStatus) * 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 * Granular permission needed: TELEMETRY_API_APPS_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse": {
      "id": "GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse",
      "properties": {
        "noRecentPolicySyncCount": {
          "description": "Number of ChromeOS devices have not synced policies in the past 28 days.",
          "type": "string",
          "format": "int64"
        },
        "noRecentUserActivityCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of ChromeOS devices that have not seen any user activity in the past 28 days."
        },
        "pendingUpdate": {
          "description": "Number of devices that are pending an OS update.",
          "type": "string",
          "format": "int64"
        },
        "osVersionNotCompliantCount": {
          "description": "Number of devices whose OS version is not compliant.",
          "type": "string",
          "format": "int64"
        },
        "unsupportedPolicyCount": {
          "description": "Number of devices that are unable to apply a policy due to an OS version mismatch.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Response containing counts for devices that need attention.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1SetFailureResponse": {
      "type": "object",
      "description": "Response message for publishing a failure for a certificate provisioning process.",
      "id": "GoogleChromeManagementVersionsV1SetFailureResponse",
      "properties": {}
    },
    "GoogleChromeManagementV1NetworkInfo": {
      "id": "GoogleChromeManagementV1NetworkInfo",
      "properties": {
        "networkDevices": {
          "description": "Output only. List of network devices.",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkDevice"
          },
          "type": "array",
          "readOnly": true
        }
      },
      "description": "Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_NETWORK_INFO",
      "type": "object"
    },
    "GoogleChromeManagementV1DeviceHardwareCountReport": {
      "type": "object",
      "description": "Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.",
      "id": "GoogleChromeManagementV1DeviceHardwareCountReport",
      "properties": {
        "bucket": {
          "description": "Public name of the hardware specification.",
          "type": "string"
        },
        "count": {
          "type": "string",
          "format": "int64",
          "description": "Count of devices with a unique hardware specification."
        }
      }
    },
    "GoogleChromeManagementV1RiskAssessmentData": {
      "type": "object",
      "description": "Risk assessment data about an extension/app.",
      "id": "GoogleChromeManagementV1RiskAssessmentData",
      "properties": {
        "entries": {
          "type": "array",
          "description": "Individual risk assessments.",
          "items": {
            "$ref": "GoogleChromeManagementV1RiskAssessmentEntry"
          }
        },
        "overallRiskLevel": {
          "enumDescriptions": [
            "Risk level not specified.",
            "Extension that represents a low risk.",
            "Extension that represents a medium risk.",
            "Extension that represents a high risk."
          ],
          "type": "string",
          "enum": [
            "RISK_LEVEL_UNSPECIFIED",
            "RISK_LEVEL_LOW",
            "RISK_LEVEL_MEDIUM",
            "RISK_LEVEL_HIGH"
          ],
          "description": "Overall assessed risk level across all entries. This will be the highest risk level from all entries."
        }
      }
    },
    "GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount": {
      "description": "The `count` of the Chrome crash events at the `date`.",
      "id": "GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount",
      "properties": {
        "count": {
          "description": "Total count of crash events.",
          "type": "string",
          "format": "int64"
        },
        "date": {
          "$ref": "GoogleTypeDate",
          "description": "Date of the crash event."
        },
        "browserVersion": {
          "type": "string",
          "description": "Browser version this is counting."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryEventNotificationFilter": {
      "id": "GoogleChromeManagementV1TelemetryEventNotificationFilter",
      "properties": {
        "eventTypes": {
          "type": "array",
          "description": "Only sends the notifications for events of these types. Must not be empty.",
          "items": {
            "enumDescriptions": [
              "Event type unknown.",
              "Triggered when a audio devices run out of buffer data for more than 5 seconds.",
              "Triggered immediately on any changes to a network connection.",
              "Triggered when USB devices are added.",
              "Triggered when USB devices are removed.",
              "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem.",
              "Triggered when connected WiFi network signal strength drops below -70dBm.",
              "Triggered when connected WiFi network signal strength is recovered from a signal drop.",
              "Triggered on changes to VPN connections.",
              "Triggered when an app is installed.",
              "Triggered when an app is uninstalled.",
              "Triggered when an app is launched.",
              "Triggered when a crash occurs.",
              "Triggered when an external display is connected.",
              "Triggered when an external display is disconnected."
            ],
            "type": "string",
            "enum": [
              "EVENT_TYPE_UNSPECIFIED",
              "AUDIO_SEVERE_UNDERRUN",
              "NETWORK_STATE_CHANGE",
              "USB_ADDED",
              "USB_REMOVED",
              "NETWORK_HTTPS_LATENCY_CHANGE",
              "WIFI_SIGNAL_STRENGTH_LOW",
              "WIFI_SIGNAL_STRENGTH_RECOVERED",
              "VPN_CONNECTION_STATE_CHANGE",
              "APP_INSTALLED",
              "APP_UNINSTALLED",
              "APP_LAUNCHED",
              "OS_CRASH",
              "EXTERNAL_DISPLAY_CONNECTED",
              "EXTERNAL_DISPLAY_DISCONNECTED"
            ]
          }
        }
      },
      "description": "Configures how the telemetry events should be filtered.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse": {
      "description": "Response containing a list of devices expiring in each month of a selected time frame. Counts are grouped by model and Auto Update Expiration date.",
      "id": "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse",
      "properties": {
        "deviceAueCountReports": {
          "description": "The list of reports sorted by auto update expiration date in ascending order.",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceAueCountReport"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryEvent": {
      "id": "GoogleChromeManagementV1TelemetryEvent",
      "properties": {
        "eventType": {
          "type": "string",
          "enum": [
            "EVENT_TYPE_UNSPECIFIED",
            "AUDIO_SEVERE_UNDERRUN",
            "NETWORK_STATE_CHANGE",
            "USB_ADDED",
            "USB_REMOVED",
            "NETWORK_HTTPS_LATENCY_CHANGE",
            "WIFI_SIGNAL_STRENGTH_LOW",
            "WIFI_SIGNAL_STRENGTH_RECOVERED",
            "VPN_CONNECTION_STATE_CHANGE",
            "APP_INSTALLED",
            "APP_UNINSTALLED",
            "APP_LAUNCHED",
            "OS_CRASH",
            "EXTERNAL_DISPLAY_CONNECTED",
            "EXTERNAL_DISPLAY_DISCONNECTED"
          ],
          "enumDescriptions": [
            "Event type unknown.",
            "Triggered when a audio devices run out of buffer data for more than 5 seconds.",
            "Triggered immediately on any changes to a network connection.",
            "Triggered when USB devices are added.",
            "Triggered when USB devices are removed.",
            "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem.",
            "Triggered when connected WiFi network signal strength drops below -70dBm.",
            "Triggered when connected WiFi network signal strength is recovered from a signal drop.",
            "Triggered on changes to VPN connections.",
            "Triggered when an app is installed.",
            "Triggered when an app is uninstalled.",
            "Triggered when an app is launched.",
            "Triggered when a crash occurs.",
            "Triggered when an external display is connected.",
            "Triggered when an external display is disconnected."
          ],
          "description": "The event type of the current event."
        },
        "appUninstallEvent": {
          "description": "Output only. Payload for app uninstall event. Present only when `event_type` is `APP_UNINSTALLED`.",
          "$ref": "GoogleChromeManagementV1TelemetryAppUninstallEvent",
          "readOnly": true
        },
        "device": {
          "description": "Output only. Information about the device associated with the event.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryDeviceInfo"
        },
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp that represents when the event was reported."
        },
        "audioSevereUnderrunEvent": {
          "description": "Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.",
          "$ref": "GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent",
          "readOnly": true
        },
        "usbPeripheralsEvent": {
          "description": "Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryUsbPeripheralsEvent"
        },
        "networkStateChangeEvent": {
          "description": "Output only. Payload for network connection state change event. Present only when `event_type` is `NETWORK_STATE_CHANGE`.",
          "$ref": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent",
          "readOnly": true
        },
        "httpsLatencyChangeEvent": {
          "description": "Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent"
        },
        "appLaunchEvent": {
          "description": "Output only. Payload for app launch event.Present only when `event_type` is `APP_LAUNCHED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryAppLaunchEvent"
        },
        "name": {
          "description": "Output only. Resource name of the event.",
          "readOnly": true,
          "type": "string"
        },
        "osCrashEvent": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryOsCrashEvent",
          "description": "Output only. Payload for OS crash event. Present only when `event_type` is `OS_CRASH`."
        },
        "wifiSignalStrengthEvent": {
          "$ref": "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent",
          "readOnly": true,
          "description": "Output only. Payload for WiFi signal strength events. Present only when `event_type` is `WIFI_SIGNAL_STRENGTH_LOW` or `WIFI_SIGNAL_STRENGTH_RECOVERED`."
        },
        "user": {
          "description": "Output only. Information about the user associated with the event.",
          "$ref": "GoogleChromeManagementV1TelemetryUserInfo",
          "readOnly": true
        },
        "appInstallEvent": {
          "description": "Output only. Payload for app install event. Present only when `event_type` is `APP_INSTALLED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryAppInstallEvent"
        },
        "vpnConnectionStateChangeEvent": {
          "description": "Output only. Payload for VPN connection state change event. Present only when `event_type` is `VPN_CONNECTION_STATE_CHANGE`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent"
        },
        "externalDisplaysEvent": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryExternalDisplayEvent",
          "description": "Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`."
        }
      },
      "description": "Telemetry data reported by a managed device.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ReportingDataExtensionData": {
      "description": "Information of an extension installed on a Chrome browser profile.",
      "id": "GoogleChromeManagementVersionsV1ReportingDataExtensionData",
      "properties": {
        "homepageUri": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The URL of the homepage of the extension."
        },
        "extensionType": {
          "type": "string",
          "description": "Output only. Type of the extension.",
          "enum": [
            "EXTENSION_TYPE_UNSPECIFIED",
            "EXTENSION",
            "APP",
            "THEME",
            "HOSTED_APP"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified extension type.",
            "Represents an extension.",
            "Represents an app.",
            "Represents a theme.",
            "Represents a hosted app."
          ]
        },
        "installationType": {
          "type": "string",
          "enum": [
            "INSTALLATION_TYPE_UNSPECIFIED",
            "MULTIPLE",
            "NORMAL",
            "ADMIN",
            "DEVELOPMENT",
            "SIDELOAD",
            "OTHER"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified installation type.",
            "Represents instances of the extension having mixed installation types.",
            "Represents a normal installation type.",
            "Represents an installation by admin.",
            "Represents a development installation type.",
            "Represents a sideload installation type.",
            "Represents an installation type that is not covered in the other options."
          ],
          "description": "Output only. Installation type of the extension."
        },
        "extensionId": {
          "description": "Output only. ID of the extension.",
          "type": "string",
          "readOnly": true
        },
        "manifestVersion": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. Manifest version of the extension."
        },
        "isDisabled": {
          "description": "Output only. Represents whether the user disabled the extension.",
          "readOnly": true,
          "type": "boolean"
        },
        "version": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Version of the extension."
        },
        "permissions": {
          "description": "Output only. Permissions requested by the extension.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "name": {
          "description": "Output only. Name of the extension.",
          "type": "string",
          "readOnly": true
        },
        "isWebstoreExtension": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Represents whether the extension is from the webstore."
        },
        "description": {
          "description": "Output only. Description of the extension.",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleLongrunningListOperationsResponse": {
      "type": "object",
      "id": "GoogleLongrunningListOperationsResponse",
      "properties": {
        "unreachable": {
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        },
        "operations": {
          "description": "A list of operations that matches the specified filter in the request.",
          "items": {
            "$ref": "GoogleLongrunningOperation"
          },
          "type": "array"
        }
      },
      "description": "The response message for Operations.ListOperations."
    },
    "GoogleChromeManagementVersionsV1ScepCaConnection": {
      "type": "object",
      "description": "Describes a SCEP Certificate Authority Connection.",
      "id": "GoogleChromeManagementVersionsV1ScepCaConnection",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service."
        }
      }
    },
    "GoogleChromeManagementV1CountChromeAppRequestsResponse": {
      "type": "object",
      "description": "Response containing summary of requested app installations.",
      "id": "GoogleChromeManagementV1CountChromeAppRequestsResponse",
      "properties": {
        "requestedApps": {
          "type": "array",
          "description": "Count of requested apps matching request.",
          "items": {
            "$ref": "GoogleChromeManagementV1ChromeAppRequest"
          }
        },
        "totalSize": {
          "type": "integer",
          "format": "int32",
          "description": "Total number of matching app requests."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page in the list."
        }
      }
    },
    "GoogleChromeManagementV1DeviceRequestingExtensionDetails": {
      "type": "object",
      "description": "Details of a device requesting an extension, including the name of the device and the justification of the request.",
      "id": "GoogleChromeManagementV1DeviceRequestingExtensionDetails",
      "properties": {
        "deviceName": {
          "type": "string",
          "description": "The name of a device that has requested the extension."
        },
        "justification": {
          "description": "Request justification as entered by the user.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData": {
      "description": "Information of conflicting policy applied on a Chrome browser profile.",
      "id": "GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData",
      "properties": {
        "source": {
          "description": "Output only. Source of the policy.",
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified policy source.",
            "Represents a machine level platform policy.",
            "Represents a user level platform policy.",
            "Represents a machine level user cloud policy.",
            "Represents a user level cloud policy.",
            "Represents a machine level merged policy."
          ],
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ],
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1GenericCaConnection": {
      "id": "GoogleChromeManagementVersionsV1GenericCaConnection",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Describes a generic Certificate Authority Connection.",
      "type": "object"
    },
    "GoogleChromeManagementV1AndroidAppPermission": {
      "description": "Permission requested by an Android app.",
      "id": "GoogleChromeManagementV1AndroidAppPermission",
      "properties": {
        "type": {
          "description": "Output only. The type of the permission.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
      "id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id."
        },
        "startTime": {
          "description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "genericCaConnection": {
          "description": "Output only. The CA connection is a generic CA connection.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1GenericCaConnection"
        },
        "subjectPublicKeyInfo": {
          "type": "string",
          "format": "byte",
          "readOnly": true,
          "description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo."
        },
        "signatureAlgorithm": {
          "description": "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.",
          "readOnly": true,
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The server-side builds the PKCS#1 DigestInfo and sends a SHA256 hash of it to the client. The client should sign using RSA with PKCS#1 v1.5 padding.",
            "The server-side builds the PKCS#1 DigestInfo and sends it unhashed to the client. The client is responsible for signing and hashing using the P-256 curve."
          ],
          "enum": [
            "SIGNATURE_ALGORITHM_UNSPECIFIED",
            "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
            "SIGNATURE_ALGORITHM_ECDSA_SHA256"
          ],
          "type": "string"
        },
        "genericProfile": {
          "$ref": "GoogleChromeManagementVersionsV1GenericProfile",
          "readOnly": true,
          "description": "Output only. The profile is a generic certificate provisioning profile."
        },
        "chromeOsUserSession": {
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
          "readOnly": true,
          "description": "Output only. The client certificate is being provisioned for a ChromeOS user. This contains information about the current user session."
        },
        "failureMessage": {
          "description": "Output only. A message describing why this `CertificateProvisioningProcess` has failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
          "type": "string",
          "readOnly": true
        },
        "chromeOsDevice": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
          "description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device."
        },
        "issuedCertificate": {
          "description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
          "readOnly": true,
          "type": "string"
        },
        "scepProfile": {
          "$ref": "GoogleChromeManagementVersionsV1ScepProfile",
          "readOnly": true,
          "description": "Output only. The profile is a SCEP certificate provisioning profile."
        },
        "provisioningProfileId": {
          "description": "Output only. The ID of the certificate provisioning profile.",
          "readOnly": true,
          "type": "string"
        },
        "scepCaConnection": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ScepCaConnection",
          "description": "Output only. The CA connection is a SCEP CA connection."
        },
        "signData": {
          "readOnly": true,
          "type": "string",
          "format": "byte",
          "description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated."
        },
        "signature": {
          "readOnly": true,
          "type": "string",
          "format": "byte",
          "description": "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."
        }
      },
      "description": "A certificate provisioning process.",
      "type": "object"
    },
    "GoogleChromeManagementV1ListTelemetryDevicesResponse": {
      "type": "object",
      "id": "GoogleChromeManagementV1ListTelemetryDevicesResponse",
      "properties": {
        "devices": {
          "type": "array",
          "description": "Telemetry devices returned in the response.",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryDevice"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify next page in the list."
        }
      }
    },
    "GoogleChromeManagementV1TouchScreenDevice": {
      "id": "GoogleChromeManagementV1TouchScreenDevice",
      "properties": {
        "stylusCapable": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Touch screen device is stylus capable or not."
        },
        "displayName": {
          "description": "Output only. Touch screen device display name.",
          "type": "string",
          "readOnly": true
        },
        "touchPointCount": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. Number of touch points supported on the device."
        }
      },
      "description": "Information of an internal touch screen device.",
      "type": "object"
    },
    "GoogleChromeManagementV1UserPrintReport": {
      "id": "GoogleChromeManagementV1UserPrintReport",
      "properties": {
        "userEmail": {
          "type": "string",
          "description": "The primary e-mail address of the user."
        },
        "deviceCount": {
          "description": "Number of chrome devices that have been used to initiate print jobs by the user.",
          "type": "string",
          "format": "int64"
        },
        "userId": {
          "type": "string",
          "description": "The unique Directory API ID of the user."
        },
        "jobCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of print jobs initiated by the user."
        },
        "printerCount": {
          "description": "Number of printers used by the user.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Report for CountPrintJobsByUser, contains printing statistics for a user. Contains the number of printers, the number of devices used to initiate print jobs, and the number of print jobs initiated.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ChromeOsDevice": {
      "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
      "id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
      "properties": {
        "deviceDirectoryApiId": {
          "readOnly": true,
          "type": "string",
          "description": "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."
        },
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1CpuStatusReport": {
      "description": "Provides information about the status of the CPU. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * 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 * Granular permission needed: TELEMETRY_API_CPU_REPORT",
      "id": "GoogleChromeManagementV1CpuStatusReport",
      "properties": {
        "cpuUtilizationPct": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Sample of CPU utilization (0-100 percent)."
        },
        "reportTime": {
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "cpuTemperatureInfo": {
          "description": "Output only. CPU temperature sample info per CPU core in Celsius",
          "items": {
            "$ref": "GoogleChromeManagementV1CpuTemperatureInfo"
          },
          "type": "array",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1NetworkDiagnosticsReport": {
      "id": "GoogleChromeManagementV1NetworkDiagnosticsReport",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the diagnostics were collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "httpsLatencyData": {
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1HttpsLatencyRoutineData",
          "description": "Output only. HTTPS latency test data."
        }
      },
      "description": "Network testing results to determine the health of the device's network connection, for example whether the HTTPS latency is high or normal. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1TelemetryUserDevice": {
      "id": "GoogleChromeManagementV1TelemetryUserDevice",
      "properties": {
        "appReport": {
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1AppReport"
          },
          "type": "array",
          "readOnly": true
        },
        "deviceId": {
          "type": "string",
          "description": "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."
        },
        "peripheralsReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1PeripheralsReport"
          }
        },
        "audioStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1AudioStatusReport"
          }
        },
        "deviceActivityReport": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Device activity reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceActivityReport"
          }
        },
        "networkBandwidthReport": {
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkBandwidthReport"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "description": "Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1SignDataRequest": {
      "type": "object",
      "description": "Request message for requesting a signature from the client that initated a certificate provisioning process.",
      "id": "GoogleChromeManagementVersionsV1SignDataRequest",
      "properties": {
        "signData": {
          "description": "Required. The data that the client was asked to sign.",
          "type": "string",
          "format": "byte"
        },
        "signatureAlgorithm": {
          "description": "Required. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`.",
          "type": "string",
          "enum": [
            "SIGNATURE_ALGORITHM_UNSPECIFIED",
            "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
            "SIGNATURE_ALGORITHM_ECDSA_SHA256"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The server-side builds the PKCS#1 DigestInfo and sends a SHA256 hash of it to the client. The client should sign using RSA with PKCS#1 v1.5 padding.",
            "The server-side builds the PKCS#1 DigestInfo and sends it unhashed to the client. The client is responsible for signing and hashing using the P-256 curve."
          ]
        }
      }
    },
    "GoogleChromeManagementV1CountDevicesPerBootTypeResponse": {
      "id": "GoogleChromeManagementV1CountDevicesPerBootTypeResponse",
      "properties": {
        "verifiedBootTypeCount": {
          "description": "Number of devices with verified boot type.",
          "type": "string",
          "format": "int64"
        },
        "unreportedBootTypeCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of devices with unreported boot type."
        },
        "devBootTypeCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of devices with dev boot type."
        }
      },
      "description": "Response containing the number of devices with the given boot type.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1GenericProfile": {
      "id": "GoogleChromeManagementVersionsV1GenericProfile",
      "properties": {
        "profileAdapterConfigReference": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile."
        }
      },
      "description": "Describes a generic certificate provisioning profile.",
      "type": "object"
    },
    "GoogleChromeManagementV1AndroidAppInfo": {
      "type": "object",
      "description": "Android app information.",
      "id": "GoogleChromeManagementV1AndroidAppInfo",
      "properties": {
        "permissions": {
          "description": "Output only. Permissions requested by an Android app.",
          "items": {
            "$ref": "GoogleChromeManagementV1AndroidAppPermission"
          },
          "readOnly": true,
          "type": "array"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ReportingDataPolicyData": {
      "id": "GoogleChromeManagementVersionsV1ReportingDataPolicyData",
      "properties": {
        "error": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Error message of the policy, if any."
        },
        "conflicts": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Conflicting policy information.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData"
          }
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Name of the policy."
        },
        "source": {
          "description": "Output only. Source of the policy.",
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified policy source.",
            "Represents a machine level platform policy.",
            "Represents a user level platform policy.",
            "Represents a machine level user cloud policy.",
            "Represents a user level cloud policy.",
            "Represents a machine level merged policy."
          ],
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ],
          "type": "string"
        },
        "value": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Value of the policy."
        }
      },
      "description": "Information of a policy applied on a Chrome browser profile.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1UploadCertificateResponse": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1UploadCertificateResponse",
      "properties": {},
      "description": "Response message for publishing an issued certificate for a certificate provisioning process."
    },
    "GoogleChromeManagementV1ListTelemetryEventsResponse": {
      "description": "Response message for listing telemetry events for a customer.",
      "id": "GoogleChromeManagementV1ListTelemetryEventsResponse",
      "properties": {
        "telemetryEvents": {
          "type": "array",
          "description": "Telemetry events returned in the response.",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryEvent"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify next page in the list."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse",
      "properties": {
        "thirdPartyProfileUser": {
          "$ref": "GoogleChromeManagementVersionsV1ThirdPartyProfileUser",
          "readOnly": true,
          "description": "Output only. The moved third party profile user."
        }
      },
      "description": "Response for MoveThirdPartyProfileUser method."
    },
    "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse": {
      "type": "object",
      "id": "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse",
      "properties": {
        "recentlyEnrolledCount": {
          "description": "Number of browsers that have been recently enrolled",
          "type": "string",
          "format": "int64"
        },
        "noRecentActivityCount": {
          "description": "Number of browsers that haven’t had any recent activity",
          "type": "string",
          "format": "int64"
        },
        "pendingBrowserUpdateCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of browsers that are pending an OS update"
        }
      },
      "description": "Response containing counts for browsers that need attention."
    },
    "GoogleChromeManagementV1TelemetryExternalDisplayEvent": {
      "id": "GoogleChromeManagementV1TelemetryExternalDisplayEvent",
      "properties": {
        "externalDisplayData": {
          "type": "array",
          "description": "List of external displays that were connected/disconnected.",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryExternalDisplayData"
          }
        }
      },
      "description": "External display connected/disconnected event payload.",
      "type": "object"
    },
    "GoogleChromeManagementV1AudioStatusReport": {
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * 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 * Granular permission needed: TELEMETRY_API_AUDIO_REPORT",
      "id": "GoogleChromeManagementV1AudioStatusReport",
      "properties": {
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Timestamp of when the sample was collected on device."
        },
        "inputMute": {
          "description": "Output only. Is active input device mute or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "outputDevice": {
          "description": "Output only. Active output device's name.",
          "type": "string",
          "readOnly": true
        },
        "inputDevice": {
          "description": "Output only. Active input device's name.",
          "readOnly": true,
          "type": "string"
        },
        "outputMute": {
          "description": "Output only. Is active output device mute or not.",
          "type": "boolean",
          "readOnly": true
        },
        "outputVolume": {
          "description": "Output only. Active output device's volume in [0, 100].",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "inputGain": {
          "description": "Output only. Active input device's gain in [0, 100].",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ScepProfile": {
      "description": "Describes a SCEP certificate provisioning profile.",
      "id": "GoogleChromeManagementVersionsV1ScepProfile",
      "properties": {
        "subjectCommonName": {
          "description": "Output only. The common name of the subject.",
          "type": "string",
          "readOnly": true
        },
        "organizationalUnits": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The organizational units of the subject.",
          "items": {
            "type": "string"
          }
        },
        "certificateTemplateName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The certificate template name as defined by the admin on their on-prem infrastructure. The Certificate Authority uses this name to identify the certificate template."
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The state of the subject."
        },
        "country": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The country of the subject."
        },
        "keyUsages": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. The allowed key usages for certificate's key.",
          "items": {
            "enumDescriptions": [
              "The key usage is unspecified.",
              "The key can be used for signing.",
              "The key can be used for key encipherment."
            ],
            "type": "string",
            "enum": [
              "KEY_USAGE_UNSPECIFIED",
              "KEY_USAGE_SIGNING",
              "KEY_USAGE_KEY_ENCIPHERMENT"
            ]
          }
        },
        "locality": {
          "description": "Output only. The locality of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "organization": {
          "description": "Output only. The name of the organization the subject belongs to.",
          "readOnly": true,
          "type": "string"
        },
        "subjectAltNames": {
          "description": "Output only. The subject alternative names.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1SubjectAltName"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1ChromeAppRequest": {
      "type": "object",
      "description": "Details of an app installation request.",
      "id": "GoogleChromeManagementV1ChromeAppRequest",
      "properties": {
        "appId": {
          "description": "Output only. Unique store identifier for the app. Example: \"gmbmikajjgmnabiglmofipeabaddhgne\" for the Save to Google Drive Chrome extension.",
          "type": "string",
          "readOnly": true
        },
        "appDetails": {
          "description": "Output only. Format: app_details=customers/{customer_id}/apps/chrome/{app_id}",
          "readOnly": true,
          "type": "string"
        },
        "latestRequestTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The timestamp of the most recently made request for this app."
        },
        "iconUri": {
          "description": "Output only. A link to an image that can be used as an icon for the product.",
          "readOnly": true,
          "type": "string"
        },
        "detailUri": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The uri for the detail page of the item."
        },
        "requestCount": {
          "description": "Output only. Total count of requests for this app.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "displayName": {
          "description": "Output only. App's display name.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1BatterySampleReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1BatterySampleReport",
      "properties": {
        "voltage": {
          "type": "string",
          "format": "int64",
          "readOnly": true,
          "description": "Output only. Battery voltage (millivolt)."
        },
        "current": {
          "description": "Output only. Battery current (mA).",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "chargeRate": {
          "description": "Output only. Battery charge percentage.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "status": {
          "description": "Output only. Battery status read from sysfs. Example: Discharging",
          "type": "string",
          "readOnly": true
        },
        "dischargeRate": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged."
        },
        "remainingCapacity": {
          "description": "Output only. Battery remaining capacity (mAmpere-hours).",
          "type": "string",
          "format": "int64",
          "readOnly": true
        },
        "temperature": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Temperature in Celsius degrees."
        },
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the sample was collected on device"
        }
      },
      "description": "Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * 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"
    },
    "GoogleChromeManagementV1CpuInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1CpuInfo",
      "properties": {
        "keylockerConfigured": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`."
        },
        "model": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz"
        },
        "keylockerSupported": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether keylocker is supported."
        },
        "architecture": {
          "description": "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",
          "readOnly": true,
          "enumDescriptions": [
            "Architecture unknown.",
            "x64 architecture"
          ],
          "enum": [
            "ARCHITECTURE_UNSPECIFIED",
            "X64"
          ],
          "type": "string"
        },
        "maxClockSpeed": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The max CPU clock speed in kHz."
        }
      },
      "description": "CPU specifications for the device * 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 * Granular permission needed: TELEMETRY_API_CPU_INFO"
    },
    "GoogleChromeManagementV1TelemetryNotificationFilter": {
      "description": "Configures how the telemetry data should be filtered.",
      "id": "GoogleChromeManagementV1TelemetryNotificationFilter",
      "properties": {
        "userEmail": {
          "description": "If set, only sends notifications for telemetry data coming from devices owned by this user.",
          "type": "string"
        },
        "userOrgUnitId": {
          "type": "string",
          "description": "If set, only sends notifications for telemetry data coming from devices owned by users in this org unit."
        },
        "deviceId": {
          "description": "If set, only sends notifications for telemetry data coming from this device.",
          "type": "string"
        },
        "telemetryEventNotificationFilter": {
          "$ref": "GoogleChromeManagementV1TelemetryEventNotificationFilter",
          "description": "Only sends notifications for the telemetry events matching this filter."
        },
        "deviceOrgUnitId": {
          "description": "If set, only sends notifications for telemetry data coming from devices in this org unit.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1RiskAssessmentEntry": {
      "id": "GoogleChromeManagementV1RiskAssessmentEntry",
      "properties": {
        "riskLevel": {
          "description": "Output only. The bucketed risk level for the risk assessment.",
          "readOnly": true,
          "enumDescriptions": [
            "Risk level not specified.",
            "Extension that represents a low risk.",
            "Extension that represents a medium risk.",
            "Extension that represents a high risk."
          ],
          "enum": [
            "RISK_LEVEL_UNSPECIFIED",
            "RISK_LEVEL_LOW",
            "RISK_LEVEL_MEDIUM",
            "RISK_LEVEL_HIGH"
          ],
          "type": "string"
        },
        "provider": {
          "type": "string",
          "enum": [
            "RISK_ASSESSMENT_PROVIDER_UNSPECIFIED",
            "RISK_ASSESSMENT_PROVIDER_CRXCAVATOR",
            "RISK_ASSESSMENT_PROVIDER_SPIN_AI",
            "RISK_ASSESSMENT_PROVIDER_LAYERX",
            "RISK_ASSESSMENT_PROVIDER_SPIN_AI_V2"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Default value when no provider is specified.",
            "CRXcavator.",
            "Spin.Ai.",
            "LayerX Security.",
            "Spin.AI V2."
          ],
          "description": "Output only. The risk assessment provider from which this entry comes from."
        },
        "riskAssessment": {
          "$ref": "GoogleChromeManagementV1RiskAssessment",
          "readOnly": true,
          "description": "Output only. The details of the provider's risk assessment."
        }
      },
      "description": "One risk assessment entry.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData": {
      "type": "object",
      "description": "Information of the policies applied on an extension.",
      "id": "GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData",
      "properties": {
        "extensionName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Name of the extension."
        },
        "extensionId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. ID of the extension."
        },
        "policyData": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Information of the policies applied on the extension.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataPolicyData"
          }
        }
      }
    },
    "GoogleChromeManagementV1StorageInfoDiskVolume": {
      "type": "object",
      "description": "Information for disk volumes",
      "id": "GoogleChromeManagementV1StorageInfoDiskVolume",
      "properties": {
        "storageFreeBytes": {
          "description": "Free storage space in bytes.",
          "type": "string",
          "format": "int64"
        },
        "storageTotalBytes": {
          "description": "Total storage space in bytes.",
          "type": "string",
          "format": "int64"
        },
        "volumeId": {
          "description": "Disk volume id.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent": {
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent",
      "properties": {
        "httpsLatencyRoutineData": {
          "description": "HTTPS latency routine data that triggered the event.",
          "$ref": "GoogleChromeManagementV1HttpsLatencyRoutineData"
        },
        "httpsLatencyState": {
          "enumDescriptions": [
            "HTTPS latency state is unspecified.",
            "HTTPS latency recovered from a problem.",
            "HTTPS latency problem."
          ],
          "type": "string",
          "enum": [
            "HTTPS_LATENCY_STATE_UNSPECIFIED",
            "RECOVERY",
            "PROBLEM"
          ],
          "description": "Current HTTPS latency state."
        }
      },
      "description": "Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT"
    },
    "GoogleChromeManagementVersionsV1AttestationCredential": {
      "type": "object",
      "description": "Information of public key associated with a Chrome browser profile.",
      "id": "GoogleChromeManagementVersionsV1AttestationCredential",
      "properties": {
        "publicKey": {
          "readOnly": true,
          "type": "string",
          "format": "byte",
          "description": "Output only. Value of the public key."
        },
        "keyRotationTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Latest rotation timestamp of the public key rotation."
        },
        "keyTrustLevel": {
          "type": "string",
          "description": "Output only. Trust level of the public key.",
          "enum": [
            "KEY_TRUST_LEVEL_UNSPECIFIED",
            "CHROME_BROWSER_HW_KEY",
            "CHROME_BROWSER_OS_KEY"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified public key trust level.",
            "Represents a HW key.",
            "Represents an OS key."
          ]
        },
        "keyType": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified public key type.",
            "Represents a RSA key.",
            "Represents an EC key."
          ],
          "enum": [
            "KEY_TYPE_UNSPECIFIED",
            "RSA_KEY",
            "EC_KEY"
          ],
          "description": "Output only. Type of the public key."
        }
      }
    },
    "GoogleChromeManagementVersionsV1ThirdPartyProfileUser": {
      "id": "GoogleChromeManagementVersionsV1ThirdPartyProfileUser",
      "properties": {
        "orgUnitId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The ID of the organizational unit assigned to the user."
        },
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}",
          "type": "string"
        }
      },
      "description": "A representation of non-Google (third party) user that is associated with a managed Chrome profile.",
      "type": "object"
    },
    "GoogleChromeManagementV1GraphicsStatusReport": {
      "id": "GoogleChromeManagementV1GraphicsStatusReport",
      "properties": {
        "reportTime": {
          "description": "Output only. Time at which the graphics data was reported.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "displays": {
          "description": "Output only. Information about the displays for the device.",
          "items": {
            "$ref": "GoogleChromeManagementV1DisplayInfo"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "description": "Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: 3 hours. * 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 * Granular permission needed: TELEMETRY_API_GRAPHICS_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse": {
      "description": "Response containing a list of devices that have requested the queried extension.",
      "id": "GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Optional. Token to specify the next page in the list. Token expires after 1 day."
        },
        "deviceDetails": {
          "description": "Details of devices that have requested the queried extension.",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceRequestingExtensionDetails"
          },
          "type": "array"
        },
        "totalSize": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Total number of devices in response."
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1ThunderboltInfo": {
      "type": "object",
      "description": "Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BUS_DEVICE_INFO",
      "id": "GoogleChromeManagementV1ThunderboltInfo",
      "properties": {
        "securityLevel": {
          "description": "Security level of the Thunderbolt bus.",
          "type": "string",
          "enum": [
            "THUNDERBOLT_SECURITY_LEVEL_UNSPECIFIED",
            "THUNDERBOLT_SECURITY_NONE_LEVEL",
            "THUNDERBOLT_SECURITY_USER_LEVEL",
            "THUNDERBOLT_SECURITY_SECURE_LEVEL",
            "THUNDERBOLT_SECURITY_DP_ONLY_LEVEL",
            "THUNDERBOLT_SECURITY_USB_ONLY_LEVEL",
            "THUNDERBOLT_SECURITY_NO_PCIE_LEVEL"
          ],
          "enumDescriptions": [
            "Thunderbolt security level is not set.",
            "All devices are automatically connected by the firmware. No user approval is needed.",
            "User is asked whether the device is allowed to be connected.",
            "User is asked whether the device is allowed to be connected. In addition the device is sent a challenge that should match the expected one based on a random key written to the key sysfs attribute",
            "The firmware automatically creates tunnels for Thunderbolt.",
            "The firmware automatically creates tunnels for the USB controller and Display Port in a dock. All PCIe links downstream of the dock are removed.",
            "PCIE tunneling is disabled."
          ]
        }
      }
    },
    "GoogleRpcStatus": {
      "type": "object",
      "id": "GoogleRpcStatus",
      "properties": {
        "code": {
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "type": "integer",
          "format": "int32"
        },
        "message": {
          "type": "string",
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client."
        },
        "details": {
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          },
          "type": "array"
        }
      },
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors)."
    },
    "GoogleChromeManagementV1CountChromeCrashEventsResponse": {
      "id": "GoogleChromeManagementV1CountChromeCrashEventsResponse",
      "properties": {
        "crashEventCounts": {
          "type": "array",
          "description": "Crash event counts grouped by date and browser version.",
          "items": {
            "$ref": "GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount"
          }
        }
      },
      "description": "Response contains a list of CrashEventCountByVersionPerDay which count the chrome crash at the certain date.",
      "type": "object"
    },
    "GoogleChromeManagementV1DisplayInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1DisplayInfo",
      "properties": {
        "refreshRate": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Refresh rate in Hz."
        },
        "displayName": {
          "description": "Output only. Display device name.",
          "type": "string",
          "readOnly": true
        },
        "resolutionWidth": {
          "description": "Output only. Resolution width in pixels.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "deviceId": {
          "readOnly": true,
          "type": "string",
          "format": "int64",
          "description": "Output only. Represents the graphics card device id."
        },
        "isInternal": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Indicates if display is internal or not."
        },
        "serialNumber": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Serial number."
        },
        "edidVersion": {
          "description": "Output only. EDID version.",
          "readOnly": true,
          "type": "string"
        },
        "resolutionHeight": {
          "description": "Output only. Resolution height in pixels.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Information for a display."
    }
  },
  "rootUrl": "https://chromemanagement.googleapis.com/",
  "batchPath": "batch"
}
