@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/pubsublite/v1/subscriber.proto") public final class SubscriberServiceGrpc extends Object
The service that a subscriber client application uses to receive messages from subscriptions.
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriberServiceGrpc.SubscriberServiceBlockingStub
The service that a subscriber client application uses to receive messages
from subscriptions.
|
static class |
SubscriberServiceGrpc.SubscriberServiceFutureStub
The service that a subscriber client application uses to receive messages
from subscriptions.
|
static class |
SubscriberServiceGrpc.SubscriberServiceImplBase
The service that a subscriber client application uses to receive messages
from subscriptions.
|
static class |
SubscriberServiceGrpc.SubscriberServiceStub
The service that a subscriber client application uses to receive messages
from subscriptions.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> |
getSubscribeMethod() |
static SubscriberServiceGrpc.SubscriberServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SubscriberServiceGrpc.SubscriberServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SubscriberServiceGrpc.SubscriberServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> getSubscribeMethod()
public static SubscriberServiceGrpc.SubscriberServiceStub newStub(io.grpc.Channel channel)
public static SubscriberServiceGrpc.SubscriberServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SubscriberServiceGrpc.SubscriberServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.