Class ProjectServiceGrpc.ProjectServiceBlockingStub (2.55.0)

public static final class ProjectServiceGrpc.ProjectServiceBlockingStub extends AbstractBlockingStub<ProjectServiceGrpc.ProjectServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service ProjectService.

Service for settings at Project level.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ProjectServiceGrpc.ProjectServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected ProjectServiceGrpc.ProjectServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ProjectServiceGrpc.ProjectServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getAlertConfig(GetAlertConfigRequest request)

public AlertConfig getAlertConfig(GetAlertConfigRequest request)

Get the AlertConfig of the requested project.

Parameter
Name Description
request GetAlertConfigRequest
Returns
Type Description
AlertConfig

updateAlertConfig(UpdateAlertConfigRequest request)

public AlertConfig updateAlertConfig(UpdateAlertConfigRequest request)

Update the alert config of the requested project.

Parameter
Name Description
request UpdateAlertConfigRequest
Returns
Type Description
AlertConfig