| Package | Description |
|---|---|
| com.google.cloud.pubsub.spi.v1 |
A client to Google Cloud Pub/Sub API.
|
| com.google.pubsub.v1 |
| Modifier and Type | Method and Description |
|---|---|
ApiCallable<PullRequest,PullResponse> |
SubscriberApi.pullCallable()
Pulls messages from the server.
|
SimpleCallSettings<PullRequest,PullResponse> |
SubscriberSettings.pullSettings()
Returns the object with the settings used for calls to pull.
|
SimpleCallSettings.Builder<PullRequest,PullResponse> |
SubscriberSettings.Builder.pullSettings()
Returns the builder for the settings used for calls to pull.
|
| Modifier and Type | Method and Description |
|---|---|
PullResponse |
SubscriberApi.pull(PullRequest request)
Pulls messages from the server.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<PullRequest,PullResponse> |
SubscriberGrpc.METHOD_PULL |
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
PullRequest.Builder.build() |
PullRequest |
PullRequest.Builder.buildPartial() |
static PullRequest |
PullRequest.getDefaultInstance() |
PullRequest |
PullRequest.getDefaultInstanceForType() |
PullRequest |
PullRequest.Builder.getDefaultInstanceForType() |
static PullRequest |
PullRequest.parseDelimitedFrom(java.io.InputStream input) |
static PullRequest |
PullRequest.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PullRequest |
PullRequest.parseFrom(byte[] data) |
static PullRequest |
PullRequest.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PullRequest |
PullRequest.parseFrom(ByteString data) |
static PullRequest |
PullRequest.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PullRequest |
PullRequest.parseFrom(CodedInputStream input) |
static PullRequest |
PullRequest.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PullRequest |
PullRequest.parseFrom(java.io.InputStream input) |
static PullRequest |
PullRequest.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Parser<PullRequest> |
PullRequest.getParserForType() |
static Parser<PullRequest> |
PullRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
PullRequest.Builder |
PullRequest.Builder.mergeFrom(PullRequest other) |
static PullRequest.Builder |
PullRequest.newBuilder(PullRequest prototype) |
PullResponse |
SubscriberGrpc.SubscriberBlockingClient.pull(PullRequest request) |
com.google.common.util.concurrent.ListenableFuture<PullResponse> |
SubscriberGrpc.SubscriberFutureClient.pull(PullRequest request) |
PullResponse |
SubscriberGrpc.SubscriberBlockingStub.pull(PullRequest request) |
com.google.common.util.concurrent.ListenableFuture<PullResponse> |
SubscriberGrpc.SubscriberFutureStub.pull(PullRequest request) |
void |
SubscriberGrpc.Subscriber.pull(PullRequest request,
io.grpc.stub.StreamObserver<PullResponse> responseObserver) |
void |
SubscriberGrpc.SubscriberStub.pull(PullRequest request,
io.grpc.stub.StreamObserver<PullResponse> responseObserver) |