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 StreamingPullResponse
StreamingPullResponse.Builder. build()
StreamingPullResponse
StreamingPullResponse.Builder. buildPartial()
static StreamingPullResponse
StreamingPullResponse. getDefaultInstance()
StreamingPullResponse
StreamingPullResponse.Builder. getDefaultInstanceForType()
StreamingPullResponse
StreamingPullResponse. getDefaultInstanceForType()
static StreamingPullResponse
StreamingPullResponse. parseDelimitedFrom(InputStream input)
static StreamingPullResponse
StreamingPullResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPullResponse
StreamingPullResponse. parseFrom(byte[] data)
static StreamingPullResponse
StreamingPullResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPullResponse
StreamingPullResponse. parseFrom(com.google.protobuf.ByteString data)
static StreamingPullResponse
StreamingPullResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPullResponse
StreamingPullResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingPullResponse
StreamingPullResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPullResponse
StreamingPullResponse. parseFrom(InputStream input)
static StreamingPullResponse
StreamingPullResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPullResponse
StreamingPullResponse. parseFrom(ByteBuffer data)
static StreamingPullResponse
StreamingPullResponse. 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.Builder
StreamingPullResponse.Builder. mergeFrom(StreamingPullResponse other)
static StreamingPullResponse.Builder
StreamingPullResponse. 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.
-