Uses of Class
com.google.pubsub.v1.StreamingPullResponse
-
Packages that use StreamingPullResponse 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 StreamingPullResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type StreamingPullResponse 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 StreamingPullResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type StreamingPullResponse 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 StreamingPullResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return StreamingPullResponse Modifier and Type Method Description StreamingPullResponseStreamingPullResponse.Builder. build()StreamingPullResponseStreamingPullResponse.Builder. buildPartial()static StreamingPullResponseStreamingPullResponse. getDefaultInstance()StreamingPullResponseStreamingPullResponse.Builder. getDefaultInstanceForType()StreamingPullResponseStreamingPullResponse. getDefaultInstanceForType()static StreamingPullResponseStreamingPullResponse. parseDelimitedFrom(InputStream input)static StreamingPullResponseStreamingPullResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullResponseStreamingPullResponse. parseFrom(byte[] data)static StreamingPullResponseStreamingPullResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullResponseStreamingPullResponse. parseFrom(com.google.protobuf.ByteString data)static StreamingPullResponseStreamingPullResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullResponseStreamingPullResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingPullResponseStreamingPullResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullResponseStreamingPullResponse. parseFrom(InputStream input)static StreamingPullResponseStreamingPullResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingPullResponseStreamingPullResponse. parseFrom(ByteBuffer data)static StreamingPullResponseStreamingPullResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type StreamingPullResponse Modifier and Type Method Description com.google.protobuf.Parser<StreamingPullResponse>StreamingPullResponse. getParserForType()static io.grpc.MethodDescriptor<StreamingPullRequest,StreamingPullResponse>SubscriberGrpc. getStreamingPullMethod()static com.google.protobuf.Parser<StreamingPullResponse>StreamingPullResponse. parser()Methods in com.google.pubsub.v1 with parameters of type StreamingPullResponse Modifier and Type Method Description StreamingPullResponse.BuilderStreamingPullResponse.Builder. mergeFrom(StreamingPullResponse other)static StreamingPullResponse.BuilderStreamingPullResponse. newBuilder(StreamingPullResponse prototype)Method parameters in com.google.pubsub.v1 with type arguments of type StreamingPullResponse Modifier and Type Method Description 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.
-