Class ProjectsResource.LocationsResource.InsightsConfigsResource
The "insightsConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InsightsConfigsResource
Constructors
InsightsConfigsResource(IClientService)
Constructs a new resource.
Declaration
public InsightsConfigsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(InsightsConfig, string)
Creates a new InsightsConfig in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.CreateRequest Create(InsightsConfig body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| InsightsConfig | body | The body of the request. |
| string | parent | Required. Value for parent. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.CreateRequest |
Delete(string)
Deletes a single Insight.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Value for parent. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.DeleteRequest |
Get(string)
Gets details of a single Insight.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.GetRequest |
List(string)
Lists InsightsConfigs in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Parent value for ListInsightsConfigsRequest. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.ListRequest |
Patch(InsightsConfig, string)
Updates the parameters of a single InsightsConfig.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.PatchRequest Patch(InsightsConfig body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| InsightsConfig | body | The body of the request. |
| string | name | Identifier. The name of the InsightsConfig. Format: projects/{project}/locations/{location}/insightsConfigs/{insightsConfig} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.PatchRequest |