Class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub (0.18.0)

public static final class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub extends AbstractBlockingStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub>

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

Service to manage Security and Privacy Notifications.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getNotification(GetNotificationRequest request)

public Notification getNotification(GetNotificationRequest request)

Gets a notification.

Parameter
NameDescription
requestGetNotificationRequest
Returns
TypeDescription
Notification

getSettings(GetSettingsRequest request)

public Settings getSettings(GetSettingsRequest request)

Get notification settings.

Parameter
NameDescription
requestGetSettingsRequest
Returns
TypeDescription
Settings

listNotifications(ListNotificationsRequest request)

public ListNotificationsResponse listNotifications(ListNotificationsRequest request)

Lists notifications under a given parent.

Parameter
NameDescription
requestListNotificationsRequest
Returns
TypeDescription
ListNotificationsResponse

updateSettings(UpdateSettingsRequest request)

public Settings updateSettings(UpdateSettingsRequest request)

Update notification settings.

Parameter
NameDescription
requestUpdateSettingsRequest
Returns
TypeDescription
Settings