Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}".
Expand All @@ -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
Expand Down
Loading