Class ProjectsResource.LocationsResource.InsightsResource
The "insights" collection of methods.
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InsightsResource
Constructors
InsightsResource(IClientService)
Constructs a new resource.
Declaration
public InsightsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
WriteInsight(WriteInsightRequest, string)
Write the data insights to workload manager data warehouse.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsResource.WriteInsightRequest WriteInsight(WriteInsightRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
WriteInsightRequest | body | The body of the request. |
string | location | Required. The GCP location. The format is: projects/{project}/locations/{location}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.InsightsResource.WriteInsightRequest |