Uses of Class
com.google.bigtable.v2.StreamContinuationToken
-
Packages that use StreamContinuationToken Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of StreamContinuationToken in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return StreamContinuationToken Modifier and Type Method Description StreamContinuationTokenStreamContinuationToken.Builder. build()StreamContinuationTokenStreamContinuationToken.Builder. buildPartial()StreamContinuationTokenReadChangeStreamResponse.Heartbeat.Builder. getContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenReadChangeStreamResponse.Heartbeat. getContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenReadChangeStreamResponse.HeartbeatOrBuilder. getContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenReadChangeStreamResponse.CloseStream.Builder. getContinuationTokens(int index)If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokenReadChangeStreamResponse.CloseStream. getContinuationTokens(int index)If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokenReadChangeStreamResponse.CloseStreamOrBuilder. getContinuationTokens(int index)If non-empty, contains the information needed to resume reading their associated partitions.static StreamContinuationTokenStreamContinuationToken. getDefaultInstance()StreamContinuationTokenStreamContinuationToken.Builder. getDefaultInstanceForType()StreamContinuationTokenStreamContinuationToken. getDefaultInstanceForType()StreamContinuationTokenStreamContinuationTokens.Builder. getTokens(int index)List of continuation tokens.StreamContinuationTokenStreamContinuationTokens. getTokens(int index)List of continuation tokens.StreamContinuationTokenStreamContinuationTokensOrBuilder. 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 StreamContinuationToken Modifier and Type Method Description List<StreamContinuationToken>ReadChangeStreamResponse.CloseStream.Builder. getContinuationTokensList()If non-empty, contains the information needed to resume reading their associated partitions.List<StreamContinuationToken>ReadChangeStreamResponse.CloseStream. getContinuationTokensList()If non-empty, contains the information needed to resume reading their associated partitions.List<StreamContinuationToken>ReadChangeStreamResponse.CloseStreamOrBuilder. getContinuationTokensList()If non-empty, contains the information needed to resume reading their associated partitions.com.google.protobuf.Parser<StreamContinuationToken>StreamContinuationToken. getParserForType()List<StreamContinuationToken>StreamContinuationTokens.Builder. getTokensList()List of continuation tokens.List<StreamContinuationToken>StreamContinuationTokens. getTokensList()List of continuation tokens.List<StreamContinuationToken>StreamContinuationTokensOrBuilder. getTokensList()List of continuation tokens.static com.google.protobuf.Parser<StreamContinuationToken>StreamContinuationToken. parser()Methods in com.google.bigtable.v2 with parameters of type StreamContinuationToken Modifier and Type Method Description ReadChangeStreamResponse.CloseStream.BuilderReadChangeStreamResponse.CloseStream.Builder. addContinuationTokens(int index, StreamContinuationToken value)If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStream.BuilderReadChangeStreamResponse.CloseStream.Builder. addContinuationTokens(StreamContinuationToken value)If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.BuilderStreamContinuationTokens.Builder. addTokens(int index, StreamContinuationToken value)List of continuation tokens.StreamContinuationTokens.BuilderStreamContinuationTokens.Builder. addTokens(StreamContinuationToken value)List of continuation tokens.ReadChangeStreamResponse.Heartbeat.BuilderReadChangeStreamResponse.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.BuilderStreamContinuationToken.Builder. mergeFrom(StreamContinuationToken other)static StreamContinuationToken.BuilderStreamContinuationToken. newBuilder(StreamContinuationToken prototype)ReadChangeStreamResponse.Heartbeat.BuilderReadChangeStreamResponse.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.BuilderReadChangeStreamResponse.CloseStream.Builder. setContinuationTokens(int index, StreamContinuationToken value)If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.BuilderStreamContinuationTokens.Builder. setTokens(int index, StreamContinuationToken value)List of continuation tokens.Method parameters in com.google.bigtable.v2 with type arguments of type StreamContinuationToken Modifier and Type Method Description ReadChangeStreamResponse.CloseStream.BuilderReadChangeStreamResponse.CloseStream.Builder. addAllContinuationTokens(Iterable<? extends StreamContinuationToken> values)If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.BuilderStreamContinuationTokens.Builder. addAllTokens(Iterable<? extends StreamContinuationToken> values)List of continuation tokens. -
Uses of StreamContinuationToken in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return StreamContinuationToken Modifier and Type Method Description abstract StreamContinuationTokenChangeStreamContinuationToken. getTokenProto()
-