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 |
---|---|
PullResponse |
SubscriberApi.pull(PullRequest request)
Pulls messages from the server.
|
PullResponse |
SubscriberApi.pull(java.lang.String subscription,
boolean returnImmediately,
int maxMessages)
Pulls messages from the server.
|
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 | Field and Description |
---|---|
static io.grpc.MethodDescriptor<PullRequest,PullResponse> |
SubscriberGrpc.METHOD_PULL |
Modifier and Type | Method and Description |
---|---|
PullResponse |
PullResponse.Builder.build() |
PullResponse |
PullResponse.Builder.buildPartial() |
static PullResponse |
PullResponse.getDefaultInstance() |
PullResponse |
PullResponse.getDefaultInstanceForType() |
PullResponse |
PullResponse.Builder.getDefaultInstanceForType() |
static PullResponse |
PullResponse.parseDelimitedFrom(java.io.InputStream input) |
static PullResponse |
PullResponse.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(byte[] data) |
static PullResponse |
PullResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(ByteString data) |
static PullResponse |
PullResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(CodedInputStream input) |
static PullResponse |
PullResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(java.io.InputStream input) |
static PullResponse |
PullResponse.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
PullResponse |
SubscriberGrpc.SubscriberBlockingClient.pull(PullRequest request) |
PullResponse |
SubscriberGrpc.SubscriberBlockingStub.pull(PullRequest request) |
Modifier and Type | Method and Description |
---|---|
Parser<PullResponse> |
PullResponse.getParserForType() |
static Parser<PullResponse> |
PullResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<PullResponse> |
SubscriberGrpc.SubscriberFutureClient.pull(PullRequest request) |
com.google.common.util.concurrent.ListenableFuture<PullResponse> |
SubscriberGrpc.SubscriberFutureStub.pull(PullRequest request) |
Modifier and Type | Method and Description |
---|---|
PullResponse.Builder |
PullResponse.Builder.mergeFrom(PullResponse other) |
static PullResponse.Builder |
PullResponse.newBuilder(PullResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriberGrpc.Subscriber.pull(PullRequest request,
io.grpc.stub.StreamObserver<PullResponse> responseObserver) |
void |
SubscriberGrpc.SubscriberStub.pull(PullRequest request,
io.grpc.stub.StreamObserver<PullResponse> responseObserver) |