Class InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub (0.24.0)

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

Methods

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

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

deleteInsightsConfig(DeleteInsightsConfigRequest request)

public Operation deleteInsightsConfig(DeleteInsightsConfigRequest request)

Delete a single Insight.

Parameter
Name Description
request DeleteInsightsConfigRequest
Returns
Type Description
Operation

getInsightsConfig(GetInsightsConfigRequest request)

public InsightsConfig getInsightsConfig(GetInsightsConfigRequest request)

Gets details of a single Insight.

Parameter
Name Description
request GetInsightsConfigRequest
Returns
Type Description
InsightsConfig

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

updateInsightsConfig(UpdateInsightsConfigRequest request)

public Operation updateInsightsConfig(UpdateInsightsConfigRequest request)

Updates the parameters of a single InsightsConfig.

Parameter
Name Description
request UpdateInsightsConfigRequest
Returns
Type Description
Operation