Uses of Class
com.google.pubsub.v1.SeekResponse
-
Packages that use SeekResponse 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 SeekResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SeekResponse Modifier and Type Method Description SeekResponseSubscriptionAdminClient. seek(SeekRequest request)Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type SeekResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse>SubscriptionAdminClient. seekCallable()Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request.com.google.api.gax.rpc.UnaryCallSettings.Builder<SeekRequest,SeekResponse>SubscriptionAdminSettings.Builder. seekSettings()Returns the builder for the settings used for calls to seek.com.google.api.gax.rpc.UnaryCallSettings<SeekRequest,SeekResponse>SubscriptionAdminSettings. seekSettings()Returns the object with the settings used for calls to seek. -
Uses of SeekResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type SeekResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse>GrpcSubscriberStub. seekCallable()com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse>HttpJsonSubscriberStub. seekCallable()com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse>SubscriberStub. seekCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SeekRequest,SeekResponse>SubscriberStubSettings.Builder. seekSettings()Returns the builder for the settings used for calls to seek.com.google.api.gax.rpc.UnaryCallSettings<SeekRequest,SeekResponse>SubscriberStubSettings. seekSettings()Returns the object with the settings used for calls to seek. -
Uses of SeekResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return SeekResponse Modifier and Type Method Description SeekResponseSeekResponse.Builder. build()SeekResponseSeekResponse.Builder. buildPartial()static SeekResponseSeekResponse. getDefaultInstance()SeekResponseSeekResponse.Builder. getDefaultInstanceForType()SeekResponseSeekResponse. getDefaultInstanceForType()static SeekResponseSeekResponse. parseDelimitedFrom(InputStream input)static SeekResponseSeekResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SeekResponseSeekResponse. parseFrom(byte[] data)static SeekResponseSeekResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SeekResponseSeekResponse. parseFrom(com.google.protobuf.ByteString data)static SeekResponseSeekResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SeekResponseSeekResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SeekResponseSeekResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SeekResponseSeekResponse. parseFrom(InputStream input)static SeekResponseSeekResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SeekResponseSeekResponse. parseFrom(ByteBuffer data)static SeekResponseSeekResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SeekResponseSubscriberGrpc.SubscriberBlockingStub. seek(SeekRequest request)Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request.Methods in com.google.pubsub.v1 that return types with arguments of type SeekResponse Modifier and Type Method Description com.google.protobuf.Parser<SeekResponse>SeekResponse. getParserForType()static io.grpc.MethodDescriptor<SeekRequest,SeekResponse>SubscriberGrpc. getSeekMethod()static com.google.protobuf.Parser<SeekResponse>SeekResponse. parser()com.google.common.util.concurrent.ListenableFuture<SeekResponse>SubscriberGrpc.SubscriberFutureStub. seek(SeekRequest request)Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request.Methods in com.google.pubsub.v1 with parameters of type SeekResponse Modifier and Type Method Description SeekResponse.BuilderSeekResponse.Builder. mergeFrom(SeekResponse other)static SeekResponse.BuilderSeekResponse. newBuilder(SeekResponse prototype)Method parameters in com.google.pubsub.v1 with type arguments of type SeekResponse Modifier and Type Method Description default voidSubscriberGrpc.AsyncService. seek(SeekRequest request, io.grpc.stub.StreamObserver<SeekResponse> responseObserver)Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request.voidSubscriberGrpc.SubscriberStub. seek(SeekRequest request, io.grpc.stub.StreamObserver<SeekResponse> responseObserver)Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request.
-