From d3d7ca803a12d73915b273820ae616c45fe8cd3e Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:06:23 -0700 Subject: [PATCH] Regenerate chromemanagement client --- .../Resource/CustomersEnterpriseSecurityInsights.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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