Uses of Class
com.google.bigtable.v2.StreamContinuationToken
-
Uses of StreamContinuationToken in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return StreamContinuationTokenModifier and TypeMethodDescriptionStreamContinuationToken.Builder.build()StreamContinuationToken.Builder.buildPartial()ReadChangeStreamResponse.Heartbeat.Builder.getContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.Heartbeat.getContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.HeartbeatOrBuilder.getContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.CloseStream.Builder.getContinuationTokens(int index) If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStream.getContinuationTokens(int index) If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStreamOrBuilder.getContinuationTokens(int index) If non-empty, contains the information needed to resume reading their associated partitions.static StreamContinuationTokenStreamContinuationToken.getDefaultInstance()StreamContinuationToken.Builder.getDefaultInstanceForType()StreamContinuationToken.getDefaultInstanceForType()StreamContinuationTokens.Builder.getTokens(int index) List of continuation tokens.StreamContinuationTokens.getTokens(int index) List of continuation tokens.StreamContinuationTokensOrBuilder.getTokens(int index) List of continuation tokens.static StreamContinuationTokenStreamContinuationToken.parseDelimitedFrom(InputStream input) static StreamContinuationTokenStreamContinuationToken.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokenStreamContinuationToken.parseFrom(byte[] data) static StreamContinuationTokenStreamContinuationToken.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokenStreamContinuationToken.parseFrom(com.google.protobuf.ByteString data) static StreamContinuationTokenStreamContinuationToken.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokenStreamContinuationToken.parseFrom(com.google.protobuf.CodedInputStream input) static StreamContinuationTokenStreamContinuationToken.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokenStreamContinuationToken.parseFrom(InputStream input) static StreamContinuationTokenStreamContinuationToken.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamContinuationTokenStreamContinuationToken.parseFrom(ByteBuffer data) static StreamContinuationTokenStreamContinuationToken.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type StreamContinuationTokenModifier and TypeMethodDescriptionReadChangeStreamResponse.CloseStream.Builder.getContinuationTokensList()If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStream.getContinuationTokensList()If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStreamOrBuilder.getContinuationTokensList()If non-empty, contains the information needed to resume reading their associated partitions.com.google.protobuf.Parser<StreamContinuationToken>StreamContinuationToken.getParserForType()StreamContinuationTokens.Builder.getTokensList()List of continuation tokens.StreamContinuationTokens.getTokensList()List of continuation tokens.StreamContinuationTokensOrBuilder.getTokensList()List of continuation tokens.static com.google.protobuf.Parser<StreamContinuationToken>StreamContinuationToken.parser()Methods in com.google.bigtable.v2 with parameters of type StreamContinuationTokenModifier and TypeMethodDescriptionReadChangeStreamResponse.CloseStream.Builder.addContinuationTokens(int index, StreamContinuationToken value) If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStream.Builder.addContinuationTokens(StreamContinuationToken value) If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.Builder.addTokens(int index, StreamContinuationToken value) List of continuation tokens.StreamContinuationTokens.Builder.addTokens(StreamContinuationToken value) List of continuation tokens.ReadChangeStreamResponse.Heartbeat.Builder.mergeContinuationToken(StreamContinuationToken value) A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationToken.Builder.mergeFrom(StreamContinuationToken other) StreamContinuationToken.newBuilder(StreamContinuationToken prototype) ReadChangeStreamResponse.Heartbeat.Builder.setContinuationToken(StreamContinuationToken value) A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.CloseStream.Builder.setContinuationTokens(int index, StreamContinuationToken value) If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.Builder.setTokens(int index, StreamContinuationToken value) List of continuation tokens.Method parameters in com.google.bigtable.v2 with type arguments of type StreamContinuationTokenModifier and TypeMethodDescriptionReadChangeStreamResponse.CloseStream.Builder.addAllContinuationTokens(Iterable<? extends StreamContinuationToken> values) If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.Builder.addAllTokens(Iterable<? extends StreamContinuationToken> values) List of continuation tokens.