public static final class MutateRowsRequest.Entry.Builder extends GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder> implements MutateRowsRequest.EntryOrBuilder
google.bigtable.v2.MutateRowsRequest.Entry
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public 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.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public MutateRowsRequest.Entry build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public MutateRowsRequest.Entry buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public MutateRowsRequest.Entry.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
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.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder mergeFrom(MutateRowsRequest.Entry other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public MutateRowsRequest.Entry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<MutateRowsRequest.Entry.Builder>
java.io.IOException
public ByteString getRowKey()
The key of the row to which the `mutations` should be applied.
bytes row_key = 1;
getRowKey
in interface MutateRowsRequest.EntryOrBuilder
public 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.EntryOrBuilder
public 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.EntryOrBuilder
public 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.EntryOrBuilder
public 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.EntryOrBuilder
public 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.EntryOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>
public final MutateRowsRequest.Entry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder>