Uses of Interface
com.google.bigtable.v2.MutateRowsResponse.EntryOrBuilder
-
Packages that use MutateRowsResponse.EntryOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of MutateRowsResponse.EntryOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement MutateRowsResponse.EntryOrBuilder Modifier and Type Class Description static class
MutateRowsResponse.Entry
The result of applying a passed mutation in the original request.static class
MutateRowsResponse.Entry.Builder
The result of applying a passed mutation in the original request.Methods in com.google.bigtable.v2 that return MutateRowsResponse.EntryOrBuilder Modifier and Type Method Description MutateRowsResponse.EntryOrBuilder
MutateRowsResponse.Builder. getEntriesOrBuilder(int index)
One or more results for Entries from the batch request.MutateRowsResponse.EntryOrBuilder
MutateRowsResponse. getEntriesOrBuilder(int index)
One or more results for Entries from the batch request.MutateRowsResponse.EntryOrBuilder
MutateRowsResponseOrBuilder. getEntriesOrBuilder(int index)
One or more results for Entries from the batch request.Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsResponse.EntryOrBuilder Modifier and Type Method Description List<? extends MutateRowsResponse.EntryOrBuilder>
MutateRowsResponse.Builder. getEntriesOrBuilderList()
One or more results for Entries from the batch request.List<? extends MutateRowsResponse.EntryOrBuilder>
MutateRowsResponse. getEntriesOrBuilderList()
One or more results for Entries from the batch request.List<? extends MutateRowsResponse.EntryOrBuilder>
MutateRowsResponseOrBuilder. getEntriesOrBuilderList()
One or more results for Entries from the batch request.
-