Uses of Class
com.google.pubsub.v1.PullRequest
-
Packages that use PullRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of PullRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type PullRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PullRequest,PullResponse>SubscriptionAdminClient. pullCallable()Pulls messages from the server.com.google.api.gax.rpc.UnaryCallSettings.Builder<PullRequest,PullResponse>SubscriptionAdminSettings.Builder. pullSettings()Returns the builder for the settings used for calls to pull.com.google.api.gax.rpc.UnaryCallSettings<PullRequest,PullResponse>SubscriptionAdminSettings. pullSettings()Returns the object with the settings used for calls to pull.Methods in com.google.cloud.pubsub.v1 with parameters of type PullRequest Modifier and Type Method Description PullResponseSubscriptionAdminClient. pull(PullRequest request)Pulls messages from the server. -
Uses of PullRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type PullRequest Modifier and Type Method Description 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.UnaryCallable<PullRequest,PullResponse>SubscriberStub. pullCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PullRequest,PullResponse>SubscriberStubSettings.Builder. pullSettings()Returns the builder for the settings used for calls to pull.com.google.api.gax.rpc.UnaryCallSettings<PullRequest,PullResponse>SubscriberStubSettings. pullSettings()Returns the object with the settings used for calls to pull. -
Uses of PullRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return PullRequest Modifier and Type Method Description PullRequestPullRequest.Builder. build()PullRequestPullRequest.Builder. buildPartial()static PullRequestPullRequest. getDefaultInstance()PullRequestPullRequest.Builder. getDefaultInstanceForType()PullRequestPullRequest. getDefaultInstanceForType()static PullRequestPullRequest. parseDelimitedFrom(InputStream input)static PullRequestPullRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullRequestPullRequest. parseFrom(byte[] data)static PullRequestPullRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullRequestPullRequest. parseFrom(com.google.protobuf.ByteString data)static PullRequestPullRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullRequestPullRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PullRequestPullRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullRequestPullRequest. parseFrom(InputStream input)static PullRequestPullRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullRequestPullRequest. parseFrom(ByteBuffer data)static PullRequestPullRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type PullRequest Modifier and Type Method Description com.google.protobuf.Parser<PullRequest>PullRequest. getParserForType()static io.grpc.MethodDescriptor<PullRequest,PullResponse>SubscriberGrpc. getPullMethod()static com.google.protobuf.Parser<PullRequest>PullRequest. parser()Methods in com.google.pubsub.v1 with parameters of type PullRequest Modifier and Type Method Description PullRequest.BuilderPullRequest.Builder. mergeFrom(PullRequest other)static PullRequest.BuilderPullRequest. newBuilder(PullRequest prototype)default voidSubscriberGrpc.AsyncService. pull(PullRequest request, io.grpc.stub.StreamObserver<PullResponse> responseObserver)Pulls messages from the server.PullResponseSubscriberGrpc.SubscriberBlockingStub. pull(PullRequest request)Pulls messages from the server.com.google.common.util.concurrent.ListenableFuture<PullResponse>SubscriberGrpc.SubscriberFutureStub. pull(PullRequest request)Pulls messages from the server.voidSubscriberGrpc.SubscriberStub. pull(PullRequest request, io.grpc.stub.StreamObserver<PullResponse> responseObserver)Pulls messages from the server.
-