Class InsightsConfigServiceGrpc (0.24.0)

public final class InsightsConfigServiceGrpc

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 > InsightsConfigServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(InsightsConfigServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(InsightsConfigServiceGrpc.AsyncService service)
Parameter
Name Description
service InsightsConfigServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateInsightsConfigMethod()

public static MethodDescriptor<CreateInsightsConfigRequest,Operation> getCreateInsightsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInsightsConfigRequest,Operation>

getDeleteInsightsConfigMethod()

public static MethodDescriptor<DeleteInsightsConfigRequest,Operation> getDeleteInsightsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInsightsConfigRequest,Operation>

getGetInsightsConfigMethod()

public static MethodDescriptor<GetInsightsConfigRequest,InsightsConfig> getGetInsightsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInsightsConfigRequest,InsightsConfig>

getListInsightsConfigsMethod()

public static MethodDescriptor<ListInsightsConfigsRequest,ListInsightsConfigsResponse> getListInsightsConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInsightsConfigsRequest,ListInsightsConfigsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateInsightsConfigMethod()

public static MethodDescriptor<UpdateInsightsConfigRequest,Operation> getUpdateInsightsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInsightsConfigRequest,Operation>

newBlockingStub(Channel channel)

public static InsightsConfigServiceGrpc.InsightsConfigServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InsightsConfigServiceGrpc.InsightsConfigServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InsightsConfigServiceGrpc.InsightsConfigServiceBlockingV2Stub

newFutureStub(Channel channel)

public static InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InsightsConfigServiceGrpc.InsightsConfigServiceFutureStub

newStub(Channel channel)

public static InsightsConfigServiceGrpc.InsightsConfigServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InsightsConfigServiceGrpc.InsightsConfigServiceStub