Uses of Class
com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
-
Uses of MutateRowsRequest.Entry.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowsRequest.Entry.BuilderModifier and TypeMethodDescriptionMutateRowsRequest.Entry.Builder.addAllMutations(Iterable<? extends Mutation> values) Required.MutateRowsRequest.Builder.addEntriesBuilder()Required.MutateRowsRequest.Builder.addEntriesBuilder(int index) Required.MutateRowsRequest.Entry.Builder.addMutations(int index, Mutation value) Required.MutateRowsRequest.Entry.Builder.addMutations(int index, Mutation.Builder builderForValue) Required.MutateRowsRequest.Entry.Builder.addMutations(Mutation value) Required.MutateRowsRequest.Entry.Builder.addMutations(Mutation.Builder builderForValue) Required.MutateRowsRequest.Entry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MutateRowsRequest.Entry.Builder.clear()MutateRowsRequest.Entry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MutateRowsRequest.Entry.Builder.clearIdempotency()If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.MutateRowsRequest.Entry.Builder.clearMutations()Required.MutateRowsRequest.Entry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MutateRowsRequest.Entry.Builder.clearRowKey()The key of the row to which the `mutations` should be applied.MutateRowsRequest.Entry.Builder.clone()MutateRowsRequest.Builder.getEntriesBuilder(int index) Required.MutateRowsRequest.Entry.Builder.mergeFrom(MutateRowsRequest.Entry other) MutateRowsRequest.Entry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MutateRowsRequest.Entry.Builder.mergeFrom(com.google.protobuf.Message other) MutateRowsRequest.Entry.Builder.mergeIdempotency(Idempotency value) If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.MutateRowsRequest.Entry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MutateRowsRequest.Entry.newBuilder()MutateRowsRequest.Entry.newBuilder(MutateRowsRequest.Entry prototype) MutateRowsRequest.Entry.newBuilderForType()protected MutateRowsRequest.Entry.BuilderMutateRowsRequest.Entry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MutateRowsRequest.Entry.Builder.removeMutations(int index) Required.MutateRowsRequest.Entry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MutateRowsRequest.Entry.Builder.setIdempotency(Idempotency value) If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.MutateRowsRequest.Entry.Builder.setIdempotency(Idempotency.Builder builderForValue) If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.MutateRowsRequest.Entry.Builder.setMutations(int index, Mutation value) Required.MutateRowsRequest.Entry.Builder.setMutations(int index, Mutation.Builder builderForValue) Required.MutateRowsRequest.Entry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MutateRowsRequest.Entry.Builder.setRowKey(com.google.protobuf.ByteString value) The key of the row to which the `mutations` should be applied.MutateRowsRequest.Entry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MutateRowsRequest.Entry.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsRequest.Entry.BuilderMethods in com.google.bigtable.v2 with parameters of type MutateRowsRequest.Entry.BuilderModifier and TypeMethodDescriptionMutateRowsRequest.Builder.addEntries(int index, MutateRowsRequest.Entry.Builder builderForValue) Required.MutateRowsRequest.Builder.addEntries(MutateRowsRequest.Entry.Builder builderForValue) Required.MutateRowsRequest.Builder.setEntries(int index, MutateRowsRequest.Entry.Builder builderForValue) Required.