@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 class |
SubscriberGrpc.SubscriberBlockingStub
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.SubscriberFutureStub
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.SubscriberImplBase
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.SubscriberStub
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 | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse> |
getStreamingPullMethod() |
static io.grpc.MethodDescriptor<UpdateSnapshotRequest,Snapshot> |
getUpdateSnapshotMethod() |
static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> |
getUpdateSubscriptionMethod() |
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 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 String SERVICE_NAME
public static io.grpc.MethodDescriptor<Subscription,Subscription> getCreateSubscriptionMethod()
public static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> getGetSubscriptionMethod()
public static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> getUpdateSubscriptionMethod()
public static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> getListSubscriptionsMethod()
public static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> getDeleteSubscriptionMethod()
public static io.grpc.MethodDescriptor<ModifyAckDeadlineRequest,com.google.protobuf.Empty> getModifyAckDeadlineMethod()
public static io.grpc.MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty> getAcknowledgeMethod()
public static io.grpc.MethodDescriptor<PullRequest,PullResponse> getPullMethod()
public static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse> getStreamingPullMethod()
public static io.grpc.MethodDescriptor<ModifyPushConfigRequest,com.google.protobuf.Empty> getModifyPushConfigMethod()
public static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
public static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
public static io.grpc.MethodDescriptor<CreateSnapshotRequest,Snapshot> getCreateSnapshotMethod()
public static io.grpc.MethodDescriptor<UpdateSnapshotRequest,Snapshot> getUpdateSnapshotMethod()
public static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> getDeleteSnapshotMethod()
public static io.grpc.MethodDescriptor<SeekRequest,SeekResponse> getSeekMethod()
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()
Copyright © 2023 Google LLC. All rights reserved.