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 StreamContinuationToken
StreamContinuationToken.Builder. build()
StreamContinuationToken
StreamContinuationToken.Builder. buildPartial()
StreamContinuationToken
ReadChangeStreamResponse.Heartbeat.Builder. getContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationToken
ReadChangeStreamResponse.Heartbeat. getContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationToken
ReadChangeStreamResponse.HeartbeatOrBuilder. getContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationToken
ReadChangeStreamResponse.CloseStream.Builder. getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationToken
ReadChangeStreamResponse.CloseStream. getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationToken
ReadChangeStreamResponse.CloseStreamOrBuilder. getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.static StreamContinuationToken
StreamContinuationToken. getDefaultInstance()
StreamContinuationToken
StreamContinuationToken.Builder. getDefaultInstanceForType()
StreamContinuationToken
StreamContinuationToken. getDefaultInstanceForType()
StreamContinuationToken
StreamContinuationTokens.Builder. getTokens(int index)
List of continuation tokens.StreamContinuationToken
StreamContinuationTokens. getTokens(int index)
List of continuation tokens.StreamContinuationToken
StreamContinuationTokensOrBuilder. getTokens(int index)
List of continuation tokens.static StreamContinuationToken
StreamContinuationToken. parseDelimitedFrom(InputStream input)
static StreamContinuationToken
StreamContinuationToken. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamContinuationToken
StreamContinuationToken. parseFrom(byte[] data)
static StreamContinuationToken
StreamContinuationToken. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamContinuationToken
StreamContinuationToken. parseFrom(com.google.protobuf.ByteString data)
static StreamContinuationToken
StreamContinuationToken. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamContinuationToken
StreamContinuationToken. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamContinuationToken
StreamContinuationToken. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamContinuationToken
StreamContinuationToken. parseFrom(InputStream input)
static StreamContinuationToken
StreamContinuationToken. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamContinuationToken
StreamContinuationToken. parseFrom(ByteBuffer data)
static StreamContinuationToken
StreamContinuationToken. 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.Builder
ReadChangeStreamResponse.CloseStream.Builder. addContinuationTokens(int index, StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their associated partitions.ReadChangeStreamResponse.CloseStream.Builder
ReadChangeStreamResponse.CloseStream.Builder. addContinuationTokens(StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.Builder
StreamContinuationTokens.Builder. addTokens(int index, StreamContinuationToken value)
List of continuation tokens.StreamContinuationTokens.Builder
StreamContinuationTokens.Builder. addTokens(StreamContinuationToken value)
List of continuation tokens.ReadChangeStreamResponse.Heartbeat.Builder
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
StreamContinuationToken.Builder. mergeFrom(StreamContinuationToken other)
static StreamContinuationToken.Builder
StreamContinuationToken. newBuilder(StreamContinuationToken prototype)
ReadChangeStreamResponse.Heartbeat.Builder
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
ReadChangeStreamResponse.CloseStream.Builder. setContinuationTokens(int index, StreamContinuationToken value)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.Builder
StreamContinuationTokens.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.Builder
ReadChangeStreamResponse.CloseStream.Builder. addAllContinuationTokens(Iterable<? extends StreamContinuationToken> values)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokens.Builder
StreamContinuationTokens.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 StreamContinuationToken
ChangeStreamContinuationToken. getTokenProto()
-