Class GenerateInitialChangeStreamPartitionsUserCallable
- java.lang.Object
-
- com.google.api.gax.rpc.ServerStreamingCallable<String,Range.ByteStringRange>
-
- com.google.cloud.bigtable.data.v2.stub.changestream.GenerateInitialChangeStreamPartitionsUserCallable
-
public class GenerateInitialChangeStreamPartitionsUserCallable extends com.google.api.gax.rpc.ServerStreamingCallable<String,Range.ByteStringRange>
Simple wrapper for GenerateInitialChangeStreamPartitions to wrap the request and response protobufs.
-
-
Constructor Summary
Constructors Constructor Description GenerateInitialChangeStreamPartitionsUserCallable(com.google.api.gax.rpc.ServerStreamingCallable<GenerateInitialChangeStreamPartitionsRequest,GenerateInitialChangeStreamPartitionsResponse> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
-
-
-
Constructor Detail
-
GenerateInitialChangeStreamPartitionsUserCallable
public GenerateInitialChangeStreamPartitionsUserCallable(com.google.api.gax.rpc.ServerStreamingCallable<GenerateInitialChangeStreamPartitionsRequest,GenerateInitialChangeStreamPartitionsResponse> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
-
-
Method Detail
-
call
public void call(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
- Specified by:
call
in classcom.google.api.gax.rpc.ServerStreamingCallable<String,Range.ByteStringRange>
-
-