Uses of Class
com.google.pubsub.v1.PullResponse
-
Packages that use PullResponse 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 PullResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return PullResponse Modifier and Type Method Description PullResponseSubscriptionAdminClient. pull(ProjectSubscriptionName subscription, int maxMessages)Deprecated.UseSubscriptionAdminClient.pull(SubscriptionName, int)instead.PullResponseSubscriptionAdminClient. pull(PullRequest request)Pulls messages from the server.PullResponseSubscriptionAdminClient. pull(SubscriptionName subscription, boolean returnImmediately, int maxMessages)Pulls messages from the server.PullResponseSubscriptionAdminClient. pull(SubscriptionName subscription, int maxMessages)Pulls messages from the server.PullResponseSubscriptionAdminClient. pull(String subscription, boolean returnImmediately, int maxMessages)Pulls messages from the server.PullResponseSubscriptionAdminClient. pull(String subscription, int maxMessages)Pulls messages from the server.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type PullResponse 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. -
Uses of PullResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type PullResponse 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 PullResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return PullResponse Modifier and Type Method Description PullResponsePullResponse.Builder. build()PullResponsePullResponse.Builder. buildPartial()static PullResponsePullResponse. getDefaultInstance()PullResponsePullResponse.Builder. getDefaultInstanceForType()PullResponsePullResponse. getDefaultInstanceForType()static PullResponsePullResponse. parseDelimitedFrom(InputStream input)static PullResponsePullResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(byte[] data)static PullResponsePullResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(com.google.protobuf.ByteString data)static PullResponsePullResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PullResponsePullResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(InputStream input)static PullResponsePullResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(ByteBuffer data)static PullResponsePullResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PullResponseSubscriberGrpc.SubscriberBlockingStub. pull(PullRequest request)Pulls messages from the server.Methods in com.google.pubsub.v1 that return types with arguments of type PullResponse Modifier and Type Method Description com.google.protobuf.Parser<PullResponse>PullResponse. getParserForType()static io.grpc.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.Methods in com.google.pubsub.v1 with parameters of type PullResponse Modifier and Type Method Description PullResponse.BuilderPullResponse.Builder. mergeFrom(PullResponse other)static PullResponse.BuilderPullResponse. newBuilder(PullResponse prototype)Method parameters in com.google.pubsub.v1 with type arguments of type PullResponse Modifier and Type Method Description default voidSubscriberGrpc.AsyncService. pull(PullRequest request, io.grpc.stub.StreamObserver<PullResponse> responseObserver)Pulls messages from the server.voidSubscriberGrpc.SubscriberStub. pull(PullRequest request, io.grpc.stub.StreamObserver<PullResponse> responseObserver)Pulls messages from the server.
-