@Generated(value="by gRPC proto compiler (version 1.0.1)",
comments="Source: google/pubsub/v1/pubsub.proto")
public 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 | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty> |
METHOD_ACKNOWLEDGE |
static io.grpc.MethodDescriptor<Subscription,Subscription> |
METHOD_CREATE_SUBSCRIPTION |
static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> |
METHOD_DELETE_SUBSCRIPTION |
static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> |
METHOD_GET_SUBSCRIPTION |
static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> |
METHOD_LIST_SUBSCRIPTIONS |
static io.grpc.MethodDescriptor<ModifyAckDeadlineRequest,com.google.protobuf.Empty> |
METHOD_MODIFY_ACK_DEADLINE |
static io.grpc.MethodDescriptor<ModifyPushConfigRequest,com.google.protobuf.Empty> |
METHOD_MODIFY_PUSH_CONFIG |
static io.grpc.MethodDescriptor<PullRequest,PullResponse> |
METHOD_PULL |
static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse> |
METHOD_STREAMING_PULL |
static java.lang.String |
SERVICE_NAME |
| 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<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
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()