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.Entry
MutateRowsRequest.Entry.Builder. build()
MutateRowsRequest.Entry
MutateRowsRequest.Entry.Builder. buildPartial()
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. getDefaultInstance()
MutateRowsRequest.Entry
MutateRowsRequest.Entry.Builder. getDefaultInstanceForType()
MutateRowsRequest.Entry
MutateRowsRequest.Entry. getDefaultInstanceForType()
MutateRowsRequest.Entry
MutateRowsRequest.Builder. getEntries(int index)
Required.MutateRowsRequest.Entry
MutateRowsRequest. getEntries(int index)
Required.MutateRowsRequest.Entry
MutateRowsRequestOrBuilder. getEntries(int index)
Required.static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseDelimitedFrom(InputStream input)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(byte[] data)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(com.google.protobuf.ByteString data)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(InputStream input)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest.Entry
MutateRowsRequest.Entry. parseFrom(ByteBuffer data)
static MutateRowsRequest.Entry
MutateRowsRequest.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.Builder
MutateRowsRequest.Builder. addEntries(int index, MutateRowsRequest.Entry value)
Required.MutateRowsRequest.Builder
MutateRowsRequest.Builder. addEntries(MutateRowsRequest.Entry value)
Required.MutateRowsRequest.Entry.Builder
MutateRowsRequest.Entry.Builder. mergeFrom(MutateRowsRequest.Entry other)
static MutateRowsRequest.Entry.Builder
MutateRowsRequest.Entry. newBuilder(MutateRowsRequest.Entry prototype)
MutateRowsRequest.Builder
MutateRowsRequest.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.Builder
MutateRowsRequest.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.Entry
RowMutationEntry. toProto()
-