public static final class MutateRowsRequest.Entry.Builder extends GeneratedMessageV3.Builder<MutateRowsRequest.Entry.Builder> implements MutateRowsRequest.EntryOrBuilder
A mutation for a given row.
Protobuf type google.bigtable.v2.MutateRowsRequest.Entry
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllMutations(Iterable<? extends Mutation> values)
public MutateRowsRequest.Entry.Builder addAllMutations(Iterable<? extends Mutation> values)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
values | Iterable<? extends com.google.bigtable.v2.Mutation>
|
Returns
addMutations(Mutation value)
public MutateRowsRequest.Entry.Builder addMutations(Mutation value)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
addMutations(Mutation.Builder builderForValue)
public MutateRowsRequest.Entry.Builder addMutations(Mutation.Builder builderForValue)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
addMutations(int index, Mutation value)
public MutateRowsRequest.Entry.Builder addMutations(int index, Mutation value)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
addMutations(int index, Mutation.Builder builderForValue)
public MutateRowsRequest.Entry.Builder addMutations(int index, Mutation.Builder builderForValue)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
addMutationsBuilder()
public Mutation.Builder addMutationsBuilder()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
addMutationsBuilder(int index)
public Mutation.Builder addMutationsBuilder(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MutateRowsRequest.Entry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public MutateRowsRequest.Entry build()
Returns
buildPartial()
public MutateRowsRequest.Entry buildPartial()
Returns
clear()
public MutateRowsRequest.Entry.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public MutateRowsRequest.Entry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearMutations()
public MutateRowsRequest.Entry.Builder clearMutations()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public MutateRowsRequest.Entry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearRowKey()
public MutateRowsRequest.Entry.Builder clearRowKey()
The key of the row to which the mutations
should be applied.
bytes row_key = 1;
Returns
clone()
public MutateRowsRequest.Entry.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public MutateRowsRequest.Entry getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getMutations(int index)
public Mutation getMutations(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getMutationsBuilder(int index)
public Mutation.Builder getMutationsBuilder(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getMutationsBuilderList()
public List<Mutation.Builder> getMutationsBuilderList()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
getMutationsCount()
public int getMutationsCount()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
getMutationsList()
public List<Mutation> getMutationsList()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
getMutationsOrBuilder(int index)
public MutationOrBuilder getMutationsOrBuilder(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getMutationsOrBuilderList()
public List<? extends MutationOrBuilder> getMutationsOrBuilderList()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
List<? extends com.google.bigtable.v2.MutationOrBuilder> | |
getRowKey()
public ByteString getRowKey()
The key of the row to which the mutations
should be applied.
bytes row_key = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(MutateRowsRequest.Entry other)
public MutateRowsRequest.Entry.Builder mergeFrom(MutateRowsRequest.Entry other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MutateRowsRequest.Entry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public MutateRowsRequest.Entry.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MutateRowsRequest.Entry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeMutations(int index)
public MutateRowsRequest.Entry.Builder removeMutations(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public MutateRowsRequest.Entry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setMutations(int index, Mutation value)
public MutateRowsRequest.Entry.Builder setMutations(int index, Mutation value)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
setMutations(int index, Mutation.Builder builderForValue)
public MutateRowsRequest.Entry.Builder setMutations(int index, Mutation.Builder builderForValue)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MutateRowsRequest.Entry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setRowKey(ByteString value)
public MutateRowsRequest.Entry.Builder setRowKey(ByteString value)
The key of the row to which the mutations
should be applied.
bytes row_key = 1;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final MutateRowsRequest.Entry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides