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