@Generated(value="by gRPC proto compiler", comments="Source: google/pubsub/v1/pubsub.proto") public final class SubscriberGrpc extends Object
The service that an application uses to manipulate subscriptions and to consume messages from a subscription via the `Pull` method or by establishing a bi-directional stream using the `StreamingPull` method.
Modifier and Type | Class and Description |
---|---|
static interface |
SubscriberGrpc.AsyncService
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the `Pull` method or by
establishing a bi-directional stream using the `StreamingPull` method.
|
static class |
SubscriberGrpc.SubscriberBlockingStub
A stub to allow clients to do synchronous rpc calls to service Subscriber.
|
static class |
SubscriberGrpc.SubscriberFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Subscriber.
|
static class |
SubscriberGrpc.SubscriberImplBase
Base class for the server implementation of the service Subscriber.
|
static class |
SubscriberGrpc.SubscriberStub
A stub to allow clients to do asynchronous rpc calls to service Subscriber.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<Subscription,Subscription> getCreateSubscriptionMethod()
public static MethodDescriptor<GetSubscriptionRequest,Subscription> getGetSubscriptionMethod()
public static MethodDescriptor<UpdateSubscriptionRequest,Subscription> getUpdateSubscriptionMethod()
public static MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> getListSubscriptionsMethod()
public static MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> getDeleteSubscriptionMethod()
public static MethodDescriptor<ModifyAckDeadlineRequest,com.google.protobuf.Empty> getModifyAckDeadlineMethod()
public static MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty> getAcknowledgeMethod()
public static MethodDescriptor<PullRequest,PullResponse> getPullMethod()
public static MethodDescriptor<StreamingPullRequest,StreamingPullResponse> getStreamingPullMethod()
public static MethodDescriptor<ModifyPushConfigRequest,com.google.protobuf.Empty> getModifyPushConfigMethod()
public static MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
public static MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
public static MethodDescriptor<CreateSnapshotRequest,Snapshot> getCreateSnapshotMethod()
public static MethodDescriptor<UpdateSnapshotRequest,Snapshot> getUpdateSnapshotMethod()
public static MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> getDeleteSnapshotMethod()
public static MethodDescriptor<SeekRequest,SeekResponse> getSeekMethod()
public static SubscriberGrpc.SubscriberStub newStub(Channel channel)
public static SubscriberGrpc.SubscriberBlockingStub newBlockingStub(Channel channel)
public static SubscriberGrpc.SubscriberFutureStub newFutureStub(Channel channel)
public static final ServerServiceDefinition bindService(SubscriberGrpc.AsyncService service)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.