Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InsightsResource

The "insights" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.InsightsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Delete(string)

Delete the data insights from workload manager data warehouse.

Declaration
public virtual ProjectsResource.LocationsResource.InsightsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id}

Returns
Type Description
ProjectsResource.LocationsResource.InsightsResource.DeleteRequest

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
In this article
Back to top Generated by DocFX