@Generated
public interface SessionMutateRowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKey()
bytes key = 1; |
Mutation |
getMutations(int index)
repeated .google.bigtable.v2.Mutation mutations = 2; |
int |
getMutationsCount()
repeated .google.bigtable.v2.Mutation mutations = 2; |
List<Mutation> |
getMutationsList()
repeated .google.bigtable.v2.Mutation mutations = 2; |
MutationOrBuilder |
getMutationsOrBuilder(int index)
repeated .google.bigtable.v2.Mutation mutations = 2; |
List<? extends MutationOrBuilder> |
getMutationsOrBuilderList()
repeated .google.bigtable.v2.Mutation mutations = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getKey()
bytes key = 1;List<Mutation> getMutationsList()
repeated .google.bigtable.v2.Mutation mutations = 2;Mutation getMutations(int index)
repeated .google.bigtable.v2.Mutation mutations = 2;int getMutationsCount()
repeated .google.bigtable.v2.Mutation mutations = 2;List<? extends MutationOrBuilder> getMutationsOrBuilderList()
repeated .google.bigtable.v2.Mutation mutations = 2;MutationOrBuilder getMutationsOrBuilder(int index)
repeated .google.bigtable.v2.Mutation mutations = 2;Copyright © 2026 Google LLC. All rights reserved.