public static final class MutateRowRequest.Builder extends 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(java.lang.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(Descriptors.FieldDescriptor field,
java.lang.Object value) |
MutateRowRequest |
build() |
MutateRowRequest |
buildPartial() |
MutateRowRequest.Builder |
clear() |
MutateRowRequest.Builder |
clearAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
MutateRowRequest.Builder |
clearField(Descriptors.FieldDescriptor field) |
MutateRowRequest.Builder |
clearMutations()
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
clearOneof(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() |
java.lang.String |
getAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
ByteString |
getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication.
|
MutateRowRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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.
|
java.util.List<Mutation.Builder> |
getMutationsBuilderList()
Changes to be atomically applied to the specified row.
|
int |
getMutationsCount()
Changes to be atomically applied to the specified row.
|
java.util.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.
|
java.util.List<? extends MutationOrBuilder> |
getMutationsOrBuilderList()
Changes to be atomically applied to the specified row.
|
ByteString |
getRowKey()
The key of the row to which the mutation should be applied.
|
java.lang.String |
getTableName()
The unique name of the table to which the mutation should be applied.
|
ByteString |
getTableNameBytes()
The unique name of the table to which the mutation should be applied.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MutateRowRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
MutateRowRequest.Builder |
mergeFrom(Message other) |
MutateRowRequest.Builder |
mergeFrom(MutateRowRequest other) |
MutateRowRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
MutateRowRequest.Builder |
removeMutations(int index)
Changes to be atomically applied to the specified row.
|
MutateRowRequest.Builder |
setAppProfileId(java.lang.String value)
This is a private alpha release of Cloud Bigtable replication.
|
MutateRowRequest.Builder |
setAppProfileIdBytes(ByteString value)
This is a private alpha release of Cloud Bigtable replication.
|
MutateRowRequest.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.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(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MutateRowRequest.Builder |
setRowKey(ByteString value)
The key of the row to which the mutation should be applied.
|
MutateRowRequest.Builder |
setTableName(java.lang.String value)
The unique name of the table to which the mutation should be applied.
|
MutateRowRequest.Builder |
setTableNameBytes(ByteString value)
The unique name of the table to which the mutation should be applied.
|
MutateRowRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, 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<MutateRowRequest.Builder>public MutateRowRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic MutateRowRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic MutateRowRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic MutateRowRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder mergeFrom(MutateRowRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public MutateRowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<MutateRowRequest.Builder>java.io.IOExceptionpublic java.lang.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 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(java.lang.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(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 java.lang.String getAppProfileId()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 4;getAppProfileId in interface MutateRowRequestOrBuilderpublic ByteString getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 4;getAppProfileIdBytes in interface MutateRowRequestOrBuilderpublic MutateRowRequest.Builder setAppProfileId(java.lang.String value)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 4;public MutateRowRequest.Builder clearAppProfileId()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 4;public MutateRowRequest.Builder setAppProfileIdBytes(ByteString value)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 4;public 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(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 java.util.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(java.lang.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 java.util.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 java.util.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(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>public final MutateRowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>