Uses of Class
com.google.bigtable.v2.StreamContinuationTokens
-
Uses of StreamContinuationTokens in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return StreamContinuationTokensModifier and TypeMethodDescriptionStreamContinuationTokens.Builder.build()StreamContinuationTokens.Builder.buildPartial()ReadChangeStreamRequest.Builder.getContinuationTokens()Tokens that describe how to resume reading a stream where reading previously left off.ReadChangeStreamRequest.getContinuationTokens()Tokens that describe how to resume reading a stream where reading previously left off.ReadChangeStreamRequestOrBuilder.getContinuationTokens()Tokens that describe how to resume reading a stream where reading previously left off.static StreamContinuationTokensStreamContinuationTokens.getDefaultInstance()StreamContinuationTokens.Builder.getDefaultInstanceForType()StreamContinuationTokens.getDefaultInstanceForType()static StreamContinuationTokensStreamContinuationTokens.parseDelimitedFrom(InputStream input) static StreamContinuationTokensStreamContinuationTokens.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokensStreamContinuationTokens.parseFrom(byte[] data) static StreamContinuationTokensStreamContinuationTokens.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokensStreamContinuationTokens.parseFrom(com.google.protobuf.ByteString data) static StreamContinuationTokensStreamContinuationTokens.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokensStreamContinuationTokens.parseFrom(com.google.protobuf.CodedInputStream input) static StreamContinuationTokensStreamContinuationTokens.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokensStreamContinuationTokens.parseFrom(InputStream input) static StreamContinuationTokensStreamContinuationTokens.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokensStreamContinuationTokens.parseFrom(ByteBuffer data) static StreamContinuationTokensStreamContinuationTokens.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type StreamContinuationTokensModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StreamContinuationTokens>StreamContinuationTokens.getParserForType()static com.google.protobuf.Parser<StreamContinuationTokens>StreamContinuationTokens.parser()Methods in com.google.bigtable.v2 with parameters of type StreamContinuationTokensModifier and TypeMethodDescriptionReadChangeStreamRequest.Builder.mergeContinuationTokens(StreamContinuationTokens value) Tokens that describe how to resume reading a stream where reading previously left off.StreamContinuationTokens.Builder.mergeFrom(StreamContinuationTokens other) StreamContinuationTokens.newBuilder(StreamContinuationTokens prototype) ReadChangeStreamRequest.Builder.setContinuationTokens(StreamContinuationTokens value) Tokens that describe how to resume reading a stream where reading previously left off.