Package com.google.pubsub.v1
Class SubscriberGrpc
- java.lang.Object
-
- com.google.pubsub.v1.SubscriberGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubscriberGrpc.AsyncServiceThe 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 classSubscriberGrpc.SubscriberBlockingStubA stub to allow clients to do synchronous rpc calls to service Subscriber.static classSubscriberGrpc.SubscriberFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Subscriber.static classSubscriberGrpc.SubscriberImplBaseBase class for the server implementation of the service Subscriber.static classSubscriberGrpc.SubscriberStubA stub to allow clients to do asynchronous rpc calls to service Subscriber.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(SubscriberGrpc.AsyncService service)static io.grpc.MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty>getAcknowledgeMethod()static io.grpc.MethodDescriptor<CreateSnapshotRequest,Snapshot>getCreateSnapshotMethod()static io.grpc.MethodDescriptor<Subscription,Subscription>getCreateSubscriptionMethod()static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty>getDeleteSnapshotMethod()static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty>getDeleteSubscriptionMethod()static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>getGetSnapshotMethod()static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription>getGetSubscriptionMethod()static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>getListSnapshotsMethod()static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse>getListSubscriptionsMethod()static io.grpc.MethodDescriptor<ModifyAckDeadlineRequest,com.google.protobuf.Empty>getModifyAckDeadlineMethod()static io.grpc.MethodDescriptor<ModifyPushConfigRequest,com.google.protobuf.Empty>getModifyPushConfigMethod()static io.grpc.MethodDescriptor<PullRequest,PullResponse>getPullMethod()static io.grpc.MethodDescriptor<SeekRequest,SeekResponse>getSeekMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse>getStreamingPullMethod()static io.grpc.MethodDescriptor<UpdateSnapshotRequest,Snapshot>getUpdateSnapshotMethod()static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription>getUpdateSubscriptionMethod()static SubscriberGrpc.SubscriberBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SubscriberGrpc.SubscriberFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SubscriberGrpc.SubscriberStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateSubscriptionMethod
public static io.grpc.MethodDescriptor<Subscription,Subscription> getCreateSubscriptionMethod()
-
getGetSubscriptionMethod
public static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> getGetSubscriptionMethod()
-
getUpdateSubscriptionMethod
public static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> getUpdateSubscriptionMethod()
-
getListSubscriptionsMethod
public static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> getListSubscriptionsMethod()
-
getDeleteSubscriptionMethod
public static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> getDeleteSubscriptionMethod()
-
getModifyAckDeadlineMethod
public static io.grpc.MethodDescriptor<ModifyAckDeadlineRequest,com.google.protobuf.Empty> getModifyAckDeadlineMethod()
-
getAcknowledgeMethod
public static io.grpc.MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty> getAcknowledgeMethod()
-
getPullMethod
public static io.grpc.MethodDescriptor<PullRequest,PullResponse> getPullMethod()
-
getStreamingPullMethod
public static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse> getStreamingPullMethod()
-
getModifyPushConfigMethod
public static io.grpc.MethodDescriptor<ModifyPushConfigRequest,com.google.protobuf.Empty> getModifyPushConfigMethod()
-
getGetSnapshotMethod
public static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
-
getListSnapshotsMethod
public static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
-
getCreateSnapshotMethod
public static io.grpc.MethodDescriptor<CreateSnapshotRequest,Snapshot> getCreateSnapshotMethod()
-
getUpdateSnapshotMethod
public static io.grpc.MethodDescriptor<UpdateSnapshotRequest,Snapshot> getUpdateSnapshotMethod()
-
getDeleteSnapshotMethod
public static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> getDeleteSnapshotMethod()
-
getSeekMethod
public static io.grpc.MethodDescriptor<SeekRequest,SeekResponse> getSeekMethod()
-
newStub
public static SubscriberGrpc.SubscriberStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SubscriberGrpc.SubscriberBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SubscriberGrpc.SubscriberFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SubscriberGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-