Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
PullResponse |
SubscriptionAdminClient.pull(ProjectSubscriptionName subscription,
int maxMessages)
Deprecated.
Use
SubscriptionAdminClient.pull(SubscriptionName, int) instead. |
PullResponse |
SubscriptionAdminClient.pull(PullRequest request)
Pulls messages from the server.
|
PullResponse |
SubscriptionAdminClient.pull(String subscription,
boolean returnImmediately,
int maxMessages)
Pulls messages from the server.
|
PullResponse |
SubscriptionAdminClient.pull(String subscription,
int maxMessages)
Pulls messages from the server.
|
PullResponse |
SubscriptionAdminClient.pull(SubscriptionName subscription,
boolean returnImmediately,
int maxMessages)
Pulls messages from the server.
|
PullResponse |
SubscriptionAdminClient.pull(SubscriptionName subscription,
int maxMessages)
Pulls messages from the server.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<PullRequest,PullResponse> |
SubscriptionAdminClient.pullCallable()
Pulls messages from the server.
|
com.google.api.gax.rpc.UnaryCallSettings<PullRequest,PullResponse> |
SubscriptionAdminSettings.pullSettings()
Returns the object with the settings used for calls to pull.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PullRequest,PullResponse> |
SubscriptionAdminSettings.Builder.pullSettings()
Returns the builder for the settings used for calls to pull.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<PullRequest,PullResponse> |
SubscriberStub.pullCallable() |
com.google.api.gax.rpc.UnaryCallable<PullRequest,PullResponse> |
GrpcSubscriberStub.pullCallable() |
com.google.api.gax.rpc.UnaryCallable<PullRequest,PullResponse> |
HttpJsonSubscriberStub.pullCallable() |
com.google.api.gax.rpc.UnaryCallSettings<PullRequest,PullResponse> |
SubscriberStubSettings.pullSettings()
Returns the object with the settings used for calls to pull.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PullRequest,PullResponse> |
SubscriberStubSettings.Builder.pullSettings()
Returns the builder for the settings used for calls to 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(InputStream input) |
static PullResponse |
PullResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(byte[] data) |
static PullResponse |
PullResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(ByteBuffer data) |
static PullResponse |
PullResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(com.google.protobuf.ByteString data) |
static PullResponse |
PullResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static PullResponse |
PullResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PullResponse |
PullResponse.parseFrom(InputStream input) |
static PullResponse |
PullResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PullResponse |
SubscriberGrpc.SubscriberBlockingStub.pull(PullRequest request)
Pulls messages from the server.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<PullResponse> |
PullResponse.getParserForType() |
static MethodDescriptor<PullRequest,PullResponse> |
SubscriberGrpc.getPullMethod() |
static com.google.protobuf.Parser<PullResponse> |
PullResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<PullResponse> |
SubscriberGrpc.SubscriberFutureStub.pull(PullRequest request)
Pulls messages from the server.
|
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 |
---|---|
default void |
SubscriberGrpc.AsyncService.pull(PullRequest request,
StreamObserver<PullResponse> responseObserver)
Pulls messages from the server.
|
void |
SubscriberGrpc.SubscriberStub.pull(PullRequest request,
StreamObserver<PullResponse> responseObserver)
Pulls messages from the server.
|
Copyright © 2023 Google LLC. All rights reserved.