@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/pubsub/v1/pubsub.proto")
public final class SubscriberGrpc
extends java.lang.Object
The service that an application uses to manipulate subscriptions and to consume messages from a subscription via the `Pull` method.
Modifier and Type | Class and Description |
---|---|
static class |
SubscriberGrpc.SubscriberBlockingStub
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the `Pull` method.
|
static class |
SubscriberGrpc.SubscriberFutureStub
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the `Pull` method.
|
static class |
SubscriberGrpc.SubscriberImplBase
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the `Pull` method.
|
static class |
SubscriberGrpc.SubscriberStub
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the `Pull` method.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static SubscriberGrpc.SubscriberBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SubscriberGrpc.SubscriberFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static SubscriberGrpc.SubscriberStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Subscription,Subscription> METHOD_CREATE_SUBSCRIPTION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> METHOD_GET_SUBSCRIPTION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> METHOD_UPDATE_SUBSCRIPTION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> METHOD_LIST_SUBSCRIPTIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> METHOD_DELETE_SUBSCRIPTION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ModifyAckDeadlineRequest,com.google.protobuf.Empty> METHOD_MODIFY_ACK_DEADLINE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty> METHOD_ACKNOWLEDGE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<PullRequest,PullResponse> METHOD_PULL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse> METHOD_STREAMING_PULL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ModifyPushConfigRequest,com.google.protobuf.Empty> METHOD_MODIFY_PUSH_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> METHOD_LIST_SNAPSHOTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateSnapshotRequest,Snapshot> METHOD_CREATE_SNAPSHOT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> METHOD_DELETE_SNAPSHOT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SeekRequest,SeekResponse> METHOD_SEEK
public static SubscriberGrpc.SubscriberStub newStub(io.grpc.Channel channel)
public static SubscriberGrpc.SubscriberBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SubscriberGrpc.SubscriberFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()