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)

Parameters

string $location

Required. The GCP location. The format is: projects/{project}/locations/{location}.

WriteInsightRequest $postBody
array $optParams

Optional parameters.

Return Value

WriteInsightResponse

Exceptions

Exception