Uses of Class
com.google.pubsub.v1.StreamingPullRequest
-
Packages that use StreamingPullRequest 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 StreamingPullRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type StreamingPullRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingPullRequest,StreamingPullResponse>SubscriptionAdminClient. streamingPullCallable()Establishes a stream with the server, which sends messages down to the client.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingPullRequest,StreamingPullResponse>SubscriptionAdminSettings.Builder. streamingPullSettings()Returns the builder for the settings used for calls to streamingPull.com.google.api.gax.rpc.StreamingCallSettings<StreamingPullRequest,StreamingPullResponse>SubscriptionAdminSettings. streamingPullSettings()Returns the object with the settings used for calls to streamingPull. -
Uses of StreamingPullRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type StreamingPullRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingPullRequest,StreamingPullResponse>GrpcSubscriberStub. streamingPullCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingPullRequest,StreamingPullResponse>HttpJsonSubscriberStub. streamingPullCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingPullRequest,StreamingPullResponse>SubscriberStub. streamingPullCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingPullRequest,StreamingPullResponse>SubscriberStubSettings.Builder. streamingPullSettings()Returns the builder for the settings used for calls to streamingPull.com.google.api.gax.rpc.StreamingCallSettings<StreamingPullRequest,StreamingPullResponse>SubscriberStubSettings. streamingPullSettings()Returns the object with the settings used for calls to streamingPull. -
Uses of StreamingPullRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return StreamingPullRequest Modifier and Type Method Description StreamingPullRequestStreamingPullRequest.Builder. build()StreamingPullRequestStreamingPullRequest.Builder. buildPartial()static StreamingPullRequestStreamingPullRequest. getDefaultInstance()StreamingPullRequestStreamingPullRequest.Builder. getDefaultInstanceForType()StreamingPullRequestStreamingPullRequest. getDefaultInstanceForType()static StreamingPullRequestStreamingPullRequest. parseDelimitedFrom(InputStream input)static StreamingPullRequestStreamingPullRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullRequestStreamingPullRequest. parseFrom(byte[] data)static StreamingPullRequestStreamingPullRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullRequestStreamingPullRequest. parseFrom(com.google.protobuf.ByteString data)static StreamingPullRequestStreamingPullRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullRequestStreamingPullRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingPullRequestStreamingPullRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullRequestStreamingPullRequest. parseFrom(InputStream input)static StreamingPullRequestStreamingPullRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullRequestStreamingPullRequest. parseFrom(ByteBuffer data)static StreamingPullRequestStreamingPullRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type StreamingPullRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingPullRequest>StreamingPullRequest. getParserForType()static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse>SubscriberGrpc. getStreamingPullMethod()static com.google.protobuf.Parser<StreamingPullRequest>StreamingPullRequest. parser()default io.grpc.stub.StreamObserver<StreamingPullRequest>SubscriberGrpc.AsyncService. streamingPull(io.grpc.stub.StreamObserver<StreamingPullResponse> responseObserver)Establishes a stream with the server, which sends messages down to the client.io.grpc.stub.StreamObserver<StreamingPullRequest>SubscriberGrpc.SubscriberStub. streamingPull(io.grpc.stub.StreamObserver<StreamingPullResponse> responseObserver)Establishes a stream with the server, which sends messages down to the client.Methods in com.google.pubsub.v1 with parameters of type StreamingPullRequest Modifier and Type Method Description StreamingPullRequest.BuilderStreamingPullRequest.Builder. mergeFrom(StreamingPullRequest other)static StreamingPullRequest.BuilderStreamingPullRequest. newBuilder(StreamingPullRequest prototype)
-