public static final class MutateRowsRequest.Entry.Builder extends GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder> implements MutateRowsRequest.EntryOrBuilder
google.bigtable.v2.MutateRowsRequest.EntrygetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic MutateRowsRequest.Entry build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic MutateRowsRequest.Entry buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic MutateRowsRequest.Entry.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder mergeFrom(MutateRowsRequest.Entry other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public MutateRowsRequest.Entry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<MutateRowsRequest.Entry.Builder>java.io.IOExceptionpublic ByteString getRowKey()
The key of the row to which the `mutations` should be applied.
bytes row_key = 1;getRowKey in interface MutateRowsRequest.EntryOrBuilderpublic MutateRowsRequest.Entry.Builder setRowKey(ByteString value)
The key of the row to which the `mutations` should be applied.
bytes row_key = 1;public MutateRowsRequest.Entry.Builder clearRowKey()
The key of the row to which the `mutations` should be applied.
bytes row_key = 1;public java.util.List<Mutation> getMutationsList()
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;getMutationsList in interface MutateRowsRequest.EntryOrBuilderpublic int getMutationsCount()
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;getMutationsCount in interface MutateRowsRequest.EntryOrBuilderpublic Mutation getMutations(int index)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;getMutations in interface MutateRowsRequest.EntryOrBuilderpublic MutateRowsRequest.Entry.Builder setMutations(int index, Mutation value)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder setMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder addMutations(Mutation value)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder addMutations(int index, Mutation value)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder addMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder addMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder addAllMutations(java.lang.Iterable<? extends Mutation> values)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder clearMutations()
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutateRowsRequest.Entry.Builder removeMutations(int index)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public Mutation.Builder getMutationsBuilder(int index)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public MutationOrBuilder getMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;getMutationsOrBuilder in interface MutateRowsRequest.EntryOrBuilderpublic java.util.List<? extends MutationOrBuilder> getMutationsOrBuilderList()
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;getMutationsOrBuilderList in interface MutateRowsRequest.EntryOrBuilderpublic Mutation.Builder addMutationsBuilder()
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public Mutation.Builder addMutationsBuilder(int index)
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public java.util.List<Mutation.Builder> getMutationsBuilderList()
Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2;public final MutateRowsRequest.Entry.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>public final MutateRowsRequest.Entry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>