diff --git a/src/ChromeManagement/Resource/CustomersEnterpriseSecurityInsights.php b/src/ChromeManagement/Resource/CustomersEnterpriseSecurityInsights.php index 9921761bc0..5007c673a2 100644 --- a/src/ChromeManagement/Resource/CustomersEnterpriseSecurityInsights.php +++ b/src/ChromeManagement/Resource/CustomersEnterpriseSecurityInsights.php @@ -155,8 +155,9 @@ public function queryContentTransfersBreakdowns($customer, $optParams = []) return $this->call('queryContentTransfersBreakdowns', [$params], GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse::class); } /** - * Returns a high-level summary of URL visits for a given customer. - * (securityInsights.queryUrlVisits) + * Returns a high-level summary of URL visits for a given customer. Requires a + * Chrome Enterprise Premium subscription. If the customer does not have this + * subscription, query results will be empty. (securityInsights.queryUrlVisits) * * @param string $customer Required. The customer ID in the format * "customers/{customer_id}". @@ -181,6 +182,8 @@ public function queryUrlVisits($customer, $optParams = []) } /** * Returns summaries of URL visits for a given metric and breakdown dimension. + * Requires a Chrome Enterprise Premium subscription. If the customer does not + * have this subscription, query results will be empty. * (securityInsights.queryUrlVisitsBreakdowns) * * @param string $customer Required. The customer ID in the format