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 classMutateRowsResponse.EntryThe result of applying a passed mutation in the original request.static classMutateRowsResponse.Entry.BuilderThe 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.EntryOrBuilderMutateRowsResponse.Builder. getEntriesOrBuilder(int index)One or more results for Entries from the batch request.MutateRowsResponse.EntryOrBuilderMutateRowsResponse. getEntriesOrBuilder(int index)One or more results for Entries from the batch request.MutateRowsResponse.EntryOrBuilderMutateRowsResponseOrBuilder. 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.
-