[BindServiceMethod(typeof(InsightsConfigService), "BindService")]
public abstract class InsightsConfigService.InsightsConfigServiceBaseReference documentation and code samples for the Developer Connect v1 API class InsightsConfigService.InsightsConfigServiceBase.
Base class for server-side implementations of InsightsConfigService
Namespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Methods
CreateInsightsConfig(CreateInsightsConfigRequest, ServerCallContext)
public virtual Task<Operation> CreateInsightsConfig(CreateInsightsConfigRequest request, ServerCallContext context)Creates a new InsightsConfig in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInsightsConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteInsightsConfig(DeleteInsightsConfigRequest, ServerCallContext)
public virtual Task<Operation> DeleteInsightsConfig(DeleteInsightsConfigRequest request, ServerCallContext context)Deletes a single Insight.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInsightsConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetDeploymentEvent(GetDeploymentEventRequest, ServerCallContext)
public virtual Task<DeploymentEvent> GetDeploymentEvent(GetDeploymentEventRequest request, ServerCallContext context)Gets a single Deployment Event.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentEventRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDeploymentEvent |
The response to send back to the client (wrapped by a task). |
GetInsightsConfig(GetInsightsConfigRequest, ServerCallContext)
public virtual Task<InsightsConfig> GetInsightsConfig(GetInsightsConfigRequest request, ServerCallContext context)Gets details of a single Insight.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInsightsConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskInsightsConfig |
The response to send back to the client (wrapped by a task). |
ListDeploymentEvents(ListDeploymentEventsRequest, ServerCallContext)
public virtual Task<ListDeploymentEventsResponse> ListDeploymentEvents(ListDeploymentEventsRequest request, ServerCallContext context)Lists Deployment Events in a given insights config.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentEventsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListDeploymentEventsResponse |
The response to send back to the client (wrapped by a task). |
ListInsightsConfigs(ListInsightsConfigsRequest, ServerCallContext)
public virtual Task<ListInsightsConfigsResponse> ListInsightsConfigs(ListInsightsConfigsRequest request, ServerCallContext context)Lists InsightsConfigs in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInsightsConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListInsightsConfigsResponse |
The response to send back to the client (wrapped by a task). |
UpdateInsightsConfig(UpdateInsightsConfigRequest, ServerCallContext)
public virtual Task<Operation> UpdateInsightsConfig(UpdateInsightsConfigRequest request, ServerCallContext context)Updates the parameters of a single InsightsConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInsightsConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |