Interface ProjectServiceGrpc.AsyncService (2.55.0)

public static interface ProjectServiceGrpc.AsyncService

Service for settings at Project level.

Methods

getAlertConfig(GetAlertConfigRequest request, StreamObserver<AlertConfig> responseObserver)

public default void getAlertConfig(GetAlertConfigRequest request, StreamObserver<AlertConfig> responseObserver)

Get the AlertConfig of the requested project.

Parameters
Name Description
request GetAlertConfigRequest
responseObserver io.grpc.stub.StreamObserver<AlertConfig>

updateAlertConfig(UpdateAlertConfigRequest request, StreamObserver<AlertConfig> responseObserver)

public default void updateAlertConfig(UpdateAlertConfigRequest request, StreamObserver<AlertConfig> responseObserver)

Update the alert config of the requested project.

Parameters
Name Description
request UpdateAlertConfigRequest
responseObserver io.grpc.stub.StreamObserver<AlertConfig>