Uses of Class
com.google.bigtable.v2.MutateRowsResponse.Entry
-
Packages that use MutateRowsResponse.Entry Package Description com.google.bigtable.v2 -
-
Uses of MutateRowsResponse.Entry in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowsResponse.Entry Modifier and Type Method Description MutateRowsResponse.Entry
MutateRowsResponse.Entry.Builder. build()
MutateRowsResponse.Entry
MutateRowsResponse.Entry.Builder. buildPartial()
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. getDefaultInstance()
MutateRowsResponse.Entry
MutateRowsResponse.Entry.Builder. getDefaultInstanceForType()
MutateRowsResponse.Entry
MutateRowsResponse.Entry. getDefaultInstanceForType()
MutateRowsResponse.Entry
MutateRowsResponse.Builder. getEntries(int index)
One or more results for Entries from the batch request.MutateRowsResponse.Entry
MutateRowsResponse. getEntries(int index)
One or more results for Entries from the batch request.MutateRowsResponse.Entry
MutateRowsResponseOrBuilder. getEntries(int index)
One or more results for Entries from the batch request.static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseDelimitedFrom(InputStream input)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(byte[] data)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(com.google.protobuf.ByteString data)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(InputStream input)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(ByteBuffer data)
static MutateRowsResponse.Entry
MutateRowsResponse.Entry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsResponse.Entry Modifier and Type Method Description List<MutateRowsResponse.Entry>
MutateRowsResponse.Builder. getEntriesList()
One or more results for Entries from the batch request.List<MutateRowsResponse.Entry>
MutateRowsResponse. getEntriesList()
One or more results for Entries from the batch request.List<MutateRowsResponse.Entry>
MutateRowsResponseOrBuilder. getEntriesList()
One or more results for Entries from the batch request.com.google.protobuf.Parser<MutateRowsResponse.Entry>
MutateRowsResponse.Entry. getParserForType()
static com.google.protobuf.Parser<MutateRowsResponse.Entry>
MutateRowsResponse.Entry. parser()
Methods in com.google.bigtable.v2 with parameters of type MutateRowsResponse.Entry Modifier and Type Method Description MutateRowsResponse.Builder
MutateRowsResponse.Builder. addEntries(int index, MutateRowsResponse.Entry value)
One or more results for Entries from the batch request.MutateRowsResponse.Builder
MutateRowsResponse.Builder. addEntries(MutateRowsResponse.Entry value)
One or more results for Entries from the batch request.MutateRowsResponse.Entry.Builder
MutateRowsResponse.Entry.Builder. mergeFrom(MutateRowsResponse.Entry other)
static MutateRowsResponse.Entry.Builder
MutateRowsResponse.Entry. newBuilder(MutateRowsResponse.Entry prototype)
MutateRowsResponse.Builder
MutateRowsResponse.Builder. setEntries(int index, MutateRowsResponse.Entry value)
One or more results for Entries from the batch request.Method parameters in com.google.bigtable.v2 with type arguments of type MutateRowsResponse.Entry Modifier and Type Method Description MutateRowsResponse.Builder
MutateRowsResponse.Builder. addAllEntries(Iterable<? extends MutateRowsResponse.Entry> values)
One or more results for Entries from the batch request.
-