ProjectsLocationsInsights
class ProjectsLocationsInsights extends Resource (View source)
The "insights" collection of methods.
Typical usage is:
$workloadmanagerService = new Google\Service\WorkloadManager(...);
$insights = $workloadmanagerService->projects_locations_insights;
Methods
writeInsight(string $location, WriteInsightRequest $postBody, array $optParams = [])
Write the data insights to workload manager data warehouse.
Details
WriteInsightResponse
writeInsight(string $location, WriteInsightRequest $postBody, array $optParams = [])
Write the data insights to workload manager data warehouse.
(insights.writeInsight)