Uses of Class
com.google.bigtable.v2.MutateRowsRequest.Entry
-
Packages that use MutateRowsRequest.Entry Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of MutateRowsRequest.Entry in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowsRequest.Entry Modifier and Type Method Description MutateRowsRequest.EntryMutateRowsRequest.Entry.Builder. build()MutateRowsRequest.EntryMutateRowsRequest.Entry.Builder. buildPartial()static MutateRowsRequest.EntryMutateRowsRequest.Entry. getDefaultInstance()MutateRowsRequest.EntryMutateRowsRequest.Entry.Builder. getDefaultInstanceForType()MutateRowsRequest.EntryMutateRowsRequest.Entry. getDefaultInstanceForType()MutateRowsRequest.EntryMutateRowsRequest.Builder. getEntries(int index)Required.MutateRowsRequest.EntryMutateRowsRequest. getEntries(int index)Required.MutateRowsRequest.EntryMutateRowsRequestOrBuilder. getEntries(int index)Required.static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseDelimitedFrom(InputStream input)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(byte[] data)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(com.google.protobuf.ByteString data)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(com.google.protobuf.CodedInputStream input)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(InputStream input)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(ByteBuffer data)static MutateRowsRequest.EntryMutateRowsRequest.Entry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsRequest.Entry Modifier and Type Method Description List<MutateRowsRequest.Entry>MutateRowsRequest.Builder. getEntriesList()Required.List<MutateRowsRequest.Entry>MutateRowsRequest. getEntriesList()Required.List<MutateRowsRequest.Entry>MutateRowsRequestOrBuilder. getEntriesList()Required.com.google.protobuf.Parser<MutateRowsRequest.Entry>MutateRowsRequest.Entry. getParserForType()static com.google.protobuf.Parser<MutateRowsRequest.Entry>MutateRowsRequest.Entry. parser()Methods in com.google.bigtable.v2 with parameters of type MutateRowsRequest.Entry Modifier and Type Method Description MutateRowsRequest.BuilderMutateRowsRequest.Builder. addEntries(int index, MutateRowsRequest.Entry value)Required.MutateRowsRequest.BuilderMutateRowsRequest.Builder. addEntries(MutateRowsRequest.Entry value)Required.MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry.Builder. mergeFrom(MutateRowsRequest.Entry other)static MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry. newBuilder(MutateRowsRequest.Entry prototype)MutateRowsRequest.BuilderMutateRowsRequest.Builder. setEntries(int index, MutateRowsRequest.Entry value)Required.Method parameters in com.google.bigtable.v2 with type arguments of type MutateRowsRequest.Entry Modifier and Type Method Description MutateRowsRequest.BuilderMutateRowsRequest.Builder. addAllEntries(Iterable<? extends MutateRowsRequest.Entry> values)Required. -
Uses of MutateRowsRequest.Entry in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return MutateRowsRequest.Entry Modifier and Type Method Description MutateRowsRequest.EntryRowMutationEntry. toProto()
-