Uses of Class
com.google.bigtable.v2.MutateRowsResponse.Entry
-
Uses of MutateRowsResponse.Entry in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowsResponse.EntryModifier and TypeMethodDescriptionMutateRowsResponse.Entry.Builder.build()MutateRowsResponse.Entry.Builder.buildPartial()static MutateRowsResponse.EntryMutateRowsResponse.Entry.getDefaultInstance()MutateRowsResponse.Entry.Builder.getDefaultInstanceForType()MutateRowsResponse.Entry.getDefaultInstanceForType()MutateRowsResponse.Builder.getEntries(int index) One or more results for Entries from the batch request.MutateRowsResponse.getEntries(int index) One or more results for Entries from the batch request.MutateRowsResponseOrBuilder.getEntries(int index) One or more results for Entries from the batch request.static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseDelimitedFrom(InputStream input) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(byte[] data) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(com.google.protobuf.ByteString data) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(com.google.protobuf.CodedInputStream input) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(InputStream input) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(ByteBuffer data) static MutateRowsResponse.EntryMutateRowsResponse.Entry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsResponse.EntryModifier and TypeMethodDescriptionMutateRowsResponse.Builder.getEntriesList()One or more results for Entries from the batch request.MutateRowsResponse.getEntriesList()One or more results for Entries from the batch request.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.EntryModifier and TypeMethodDescriptionMutateRowsResponse.Builder.addEntries(int index, MutateRowsResponse.Entry value) One or more results for Entries from the batch request.MutateRowsResponse.Builder.addEntries(MutateRowsResponse.Entry value) One or more results for Entries from the batch request.MutateRowsResponse.Entry.Builder.mergeFrom(MutateRowsResponse.Entry other) MutateRowsResponse.Entry.newBuilder(MutateRowsResponse.Entry prototype) 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.EntryModifier and TypeMethodDescriptionMutateRowsResponse.Builder.addAllEntries(Iterable<? extends MutateRowsResponse.Entry> values) One or more results for Entries from the batch request.