public static final class InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub extends AbstractBlockingStub<InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service InsightsConfigService.
Creates and manages InsightsConfigs. The InsightsConfig resource is the core configuration object to capture events from your Software Development Lifecycle. It acts as the central hub for managing how Developer Connect understands your application, its runtime environments, and the artifacts deployed within them. A user can create an InsightsConfig, list previously-requested InsightsConfigs or get InsightsConfigs by their ID to determine the status of the InsightsConfig.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub |
|
createInsightsConfig(CreateInsightsConfigRequest request)
public Operation createInsightsConfig(CreateInsightsConfigRequest request)Creates a new InsightsConfig in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteInsightsConfig(DeleteInsightsConfigRequest request)
public Operation deleteInsightsConfig(DeleteInsightsConfigRequest request)Deletes a single Insight.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getDeploymentEvent(GetDeploymentEventRequest request)
public DeploymentEvent getDeploymentEvent(GetDeploymentEventRequest request)Gets a single Deployment Event.
| Parameter | |
|---|---|
| Name | Description |
request |
GetDeploymentEventRequest |
| Returns | |
|---|---|
| Type | Description |
DeploymentEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getInsightsConfig(GetInsightsConfigRequest request)
public InsightsConfig getInsightsConfig(GetInsightsConfigRequest request)Gets details of a single Insight.
| Parameter | |
|---|---|
| Name | Description |
request |
GetInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
InsightsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listDeploymentEvents(ListDeploymentEventsRequest request)
public ListDeploymentEventsResponse listDeploymentEvents(ListDeploymentEventsRequest request)Lists Deployment Events in a given insights config.
| Parameter | |
|---|---|
| Name | Description |
request |
ListDeploymentEventsRequest |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentEventsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listInsightsConfigs(ListInsightsConfigsRequest request)
public ListInsightsConfigsResponse listInsightsConfigs(ListInsightsConfigsRequest request)Lists InsightsConfigs in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListInsightsConfigsRequest |
| Returns | |
|---|---|
| Type | Description |
ListInsightsConfigsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updateInsightsConfig(UpdateInsightsConfigRequest request)
public Operation updateInsightsConfig(UpdateInsightsConfigRequest request)Updates the parameters of a single InsightsConfig.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|