public static final class InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub extends AbstractFutureStub<InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub>A stub to allow clients to do ListenableFuture-style 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.AbstractFutureStub > InsightsConfigServiceGrpc.InsightsConfigServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub |
|
createInsightsConfig(CreateInsightsConfigRequest request)
public ListenableFuture<Operation> createInsightsConfig(CreateInsightsConfigRequest request)Creates a new InsightsConfig in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
deleteInsightsConfig(DeleteInsightsConfigRequest request)
public ListenableFuture<Operation> deleteInsightsConfig(DeleteInsightsConfigRequest request)Deletes a single Insight.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
getDeploymentEvent(GetDeploymentEventRequest request)
public ListenableFuture<DeploymentEvent> getDeploymentEvent(GetDeploymentEventRequest request)Gets a single Deployment Event.
| Parameter | |
|---|---|
| Name | Description |
request |
GetDeploymentEventRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<DeploymentEvent> |
|
getInsightsConfig(GetInsightsConfigRequest request)
public ListenableFuture<InsightsConfig> getInsightsConfig(GetInsightsConfigRequest request)Gets details of a single Insight.
| Parameter | |
|---|---|
| Name | Description |
request |
GetInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<InsightsConfig> |
|
listDeploymentEvents(ListDeploymentEventsRequest request)
public ListenableFuture<ListDeploymentEventsResponse> listDeploymentEvents(ListDeploymentEventsRequest request)Lists Deployment Events in a given insights config.
| Parameter | |
|---|---|
| Name | Description |
request |
ListDeploymentEventsRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListDeploymentEventsResponse> |
|
listInsightsConfigs(ListInsightsConfigsRequest request)
public ListenableFuture<ListInsightsConfigsResponse> listInsightsConfigs(ListInsightsConfigsRequest request)Lists InsightsConfigs in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListInsightsConfigsRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListInsightsConfigsResponse> |
|
updateInsightsConfig(UpdateInsightsConfigRequest request)
public ListenableFuture<Operation> updateInsightsConfig(UpdateInsightsConfigRequest request)Updates the parameters of a single InsightsConfig.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateInsightsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|