Class InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub (0.24.0)

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.InsightsConfigServiceFutureStub

Methods

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
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

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)

Delete a single Insight.

Parameter
Name Description
request DeleteInsightsConfigRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

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>

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>