Uses of Interface
com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
-
Packages that use ReadChangeStreamResponse.DataChangeOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of ReadChangeStreamResponse.DataChangeOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ReadChangeStreamResponse.DataChangeOrBuilder Modifier and Type Class Description static class
ReadChangeStreamResponse.DataChange
A message corresponding to one or more mutations to the partition being streamed.static class
ReadChangeStreamResponse.DataChange.Builder
A message corresponding to one or more mutations to the partition being streamed.Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.DataChangeOrBuilder Modifier and Type Method Description ReadChangeStreamResponse.DataChangeOrBuilder
ReadChangeStreamResponse.Builder. getDataChangeOrBuilder()
A mutation to the partition.ReadChangeStreamResponse.DataChangeOrBuilder
ReadChangeStreamResponse. getDataChangeOrBuilder()
A mutation to the partition.ReadChangeStreamResponse.DataChangeOrBuilder
ReadChangeStreamResponseOrBuilder. getDataChangeOrBuilder()
A mutation to the partition.
-