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, 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<MutateRowRequest.Builder>
public MutateRowRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public MutateRowRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public MutateRowRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public MutateRowRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<MutateRowRequest.Builder>
public MutateRowRequest.Builder mergeFrom(MutateRowRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public MutateRowRequest.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<MutateRowRequest.Builder>
java.io.IOException
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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 MutateRowRequestOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>
public final MutateRowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<MutateRowRequest.Builder>