public static final class MutateRowsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder> implements MutateRowsRequestOrBuilder
Request message for BigtableService.MutateRows.Protobuf type
google.bigtable.v2.MutateRowsRequest| Modifier and Type | Method and Description |
|---|---|
MutateRowsRequest.Builder |
addAllEntries(Iterable<? extends MutateRowsRequest.Entry> values)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
addEntries(int index,
MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
addEntries(int index,
MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
addEntries(MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
addEntries(MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Entry.Builder |
addEntriesBuilder()
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Entry.Builder |
addEntriesBuilder(int index)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MutateRowsRequest |
build() |
MutateRowsRequest |
buildPartial() |
MutateRowsRequest.Builder |
clear() |
MutateRowsRequest.Builder |
clearEntries()
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MutateRowsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MutateRowsRequest.Builder |
clearTableName()
The unique name of the table to which the mutations should be applied.
|
MutateRowsRequest.Builder |
clone() |
MutateRowsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MutateRowsRequest.Entry |
getEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Entry.Builder |
getEntriesBuilder(int index)
The row keys and corresponding mutations to be applied in bulk.
|
List<MutateRowsRequest.Entry.Builder> |
getEntriesBuilderList()
The row keys and corresponding mutations to be applied in bulk.
|
int |
getEntriesCount()
The row keys and corresponding mutations to be applied in bulk.
|
List<MutateRowsRequest.Entry> |
getEntriesList()
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.EntryOrBuilder |
getEntriesOrBuilder(int index)
The row keys and corresponding mutations to be applied in bulk.
|
List<? extends MutateRowsRequest.EntryOrBuilder> |
getEntriesOrBuilderList()
The row keys and corresponding mutations to be applied in bulk.
|
String |
getTableName()
The unique name of the table to which the mutations should be applied.
|
com.google.protobuf.ByteString |
getTableNameBytes()
The unique name of the table to which the mutations should be applied.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MutateRowsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MutateRowsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
MutateRowsRequest.Builder |
mergeFrom(MutateRowsRequest other) |
MutateRowsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MutateRowsRequest.Builder |
removeEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
setEntries(int index,
MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
setEntries(int index,
MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MutateRowsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MutateRowsRequest.Builder |
setTableName(String value)
The unique name of the table to which the mutations should be applied.
|
MutateRowsRequest.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the mutations should be applied.
|
MutateRowsRequest.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<MutateRowsRequest.Builder>public MutateRowsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.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<MutateRowsRequest.Builder>public MutateRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MutateRowsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MutateRowsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MutateRowsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder>public MutateRowsRequest.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<MutateRowsRequest.Builder>public MutateRowsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder>public MutateRowsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder>public MutateRowsRequest.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<MutateRowsRequest.Builder>public MutateRowsRequest.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<MutateRowsRequest.Builder>public MutateRowsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MutateRowsRequest.Builder>public MutateRowsRequest.Builder mergeFrom(MutateRowsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder>public MutateRowsRequest.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<MutateRowsRequest.Builder>IOExceptionpublic String getTableName()
The unique name of the table to which the mutations should be applied.
string table_name = 1;getTableName in interface MutateRowsRequestOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
The unique name of the table to which the mutations should be applied.
string table_name = 1;getTableNameBytes in interface MutateRowsRequestOrBuilderpublic MutateRowsRequest.Builder setTableName(String value)
The unique name of the table to which the mutations should be applied.
string table_name = 1;public MutateRowsRequest.Builder clearTableName()
The unique name of the table to which the mutations should be applied.
string table_name = 1;public MutateRowsRequest.Builder setTableNameBytes(com.google.protobuf.ByteString value)
The unique name of the table to which the mutations should be applied.
string table_name = 1;public List<MutateRowsRequest.Entry> getEntriesList()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesList in interface MutateRowsRequestOrBuilderpublic int getEntriesCount()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesCount in interface MutateRowsRequestOrBuilderpublic MutateRowsRequest.Entry getEntries(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntries in interface MutateRowsRequestOrBuilderpublic MutateRowsRequest.Builder setEntries(int index, MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder setEntries(int index, MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder addEntries(MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder addEntries(int index, MutateRowsRequest.Entry value)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder addEntries(MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder addEntries(int index, MutateRowsRequest.Entry.Builder builderForValue)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder addAllEntries(Iterable<? extends MutateRowsRequest.Entry> values)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder clearEntries()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Builder removeEntries(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Entry.Builder getEntriesBuilder(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.EntryOrBuilder getEntriesOrBuilder(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesOrBuilder in interface MutateRowsRequestOrBuilderpublic List<? extends MutateRowsRequest.EntryOrBuilder> getEntriesOrBuilderList()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesOrBuilderList in interface MutateRowsRequestOrBuilderpublic MutateRowsRequest.Entry.Builder addEntriesBuilder()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public MutateRowsRequest.Entry.Builder addEntriesBuilder(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public List<MutateRowsRequest.Entry.Builder> getEntriesBuilderList()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;public final MutateRowsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder>public final MutateRowsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsRequest.Builder>