public static final class MutateRowRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder> implements MutateRowRequestOrBuilder
Request message for Bigtable.MutateRow.Protobuf type
google.bigtable.v2.MutateRowRequest| Modifier and Type | Method and Description |
|---|---|
MutateRowRequest.Builder |
addAllMutations(Iterable<? extends Mutation> values)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
addMutations(int index,
Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
addMutations(int index,
Mutation value)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
addMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
addMutations(Mutation value)
Changes to be atomically applied to the specified row.
|
Mutation.Builder |
addMutationsBuilder()
Changes to be atomically applied to the specified row.
|
Mutation.Builder |
addMutationsBuilder(int index)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MutateRowRequest |
build() |
MutateRowRequest |
buildPartial() |
MutateRowRequest.Builder |
clear() |
MutateRowRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MutateRowRequest.Builder |
clearMutations()
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MutateRowRequest.Builder |
clearRowKey()
The key of the row to which the mutation should be applied.
|
MutateRowRequest.Builder |
clearTableName()
The unique name of the table to which the mutation should be applied.
|
MutateRowRequest.Builder |
clone() |
MutateRowRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Mutation |
getMutations(int index)
Changes to be atomically applied to the specified row.
|
Mutation.Builder |
getMutationsBuilder(int index)
Changes to be atomically applied to the specified row.
|
List<Mutation.Builder> |
getMutationsBuilderList()
Changes to be atomically applied to the specified row.
|
int |
getMutationsCount()
Changes to be atomically applied to the specified row.
|
List<Mutation> |
getMutationsList()
Changes to be atomically applied to the specified row.
|
MutationOrBuilder |
getMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row.
|
List<? extends MutationOrBuilder> |
getMutationsOrBuilderList()
Changes to be atomically applied to the specified row.
|
com.google.protobuf.ByteString |
getRowKey()
The key of the row to which the mutation should be applied.
|
String |
getTableName()
The unique name of the table to which the mutation should be applied.
|
com.google.protobuf.ByteString |
getTableNameBytes()
The unique name of the table to which the mutation should be applied.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MutateRowRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MutateRowRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
MutateRowRequest.Builder |
mergeFrom(MutateRowRequest other) |
MutateRowRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MutateRowRequest.Builder |
removeMutations(int index)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MutateRowRequest.Builder |
setMutations(int index,
Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
setMutations(int index,
Mutation value)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MutateRowRequest.Builder |
setRowKey(com.google.protobuf.ByteString value)
The key of the row to which the mutation should be applied.
|
MutateRowRequest.Builder |
setTableName(String value)
The unique name of the table to which the mutation should be applied.
|
MutateRowRequest.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the mutation should be applied.
|
MutateRowRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MutateRowRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MutateRowRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MutateRowRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder mergeFrom(MutateRowRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MutateRowRequest.Builder>IOExceptionpublic String getTableName()
The unique name of the table to which the mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;getTableName in interface MutateRowRequestOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
The unique name of the table to which the mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;getTableNameBytes in interface MutateRowRequestOrBuilderpublic MutateRowRequest.Builder setTableName(String value)
The unique name of the table to which the mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;public MutateRowRequest.Builder clearTableName()
The unique name of the table to which the mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;public MutateRowRequest.Builder setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;public com.google.protobuf.ByteString getRowKey()
The key of the row to which the mutation should be applied.
bytes row_key = 2;getRowKey in interface MutateRowRequestOrBuilderpublic MutateRowRequest.Builder setRowKey(com.google.protobuf.ByteString value)
The key of the row to which the mutation should be applied.
bytes row_key = 2;public MutateRowRequest.Builder clearRowKey()
The key of the row to which the mutation should be applied.
bytes row_key = 2;public List<Mutation> getMutationsList()
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;getMutationsList in interface MutateRowRequestOrBuilderpublic int getMutationsCount()
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;getMutationsCount in interface MutateRowRequestOrBuilderpublic Mutation getMutations(int index)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;getMutations in interface MutateRowRequestOrBuilderpublic MutateRowRequest.Builder setMutations(int index, Mutation value)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder setMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder addMutations(Mutation value)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder addMutations(int index, Mutation value)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder addMutations(Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder addMutations(int index, Mutation.Builder builderForValue)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder addAllMutations(Iterable<? extends Mutation> values)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder clearMutations()
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutateRowRequest.Builder removeMutations(int index)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public Mutation.Builder getMutationsBuilder(int index)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public MutationOrBuilder getMutationsOrBuilder(int index)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;getMutationsOrBuilder in interface MutateRowRequestOrBuilderpublic List<? extends MutationOrBuilder> getMutationsOrBuilderList()
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;getMutationsOrBuilderList in interface MutateRowRequestOrBuilderpublic Mutation.Builder addMutationsBuilder()
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public Mutation.Builder addMutationsBuilder(int index)
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public List<Mutation.Builder> getMutationsBuilderList()
Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
repeated .google.bigtable.v2.Mutation mutations = 3;public final MutateRowRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>public final MutateRowRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowRequest.Builder>