Send feedback
Class MutateRowsRequest.Entry (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.14.0 keyboard_arrow_down
public static final class MutateRowsRequest . Entry extends GeneratedMessageV3 implements MutateRowsRequest . EntryOrBuilder
A mutation for a given row.
Protobuf type google.bigtable.v2.MutateRowsRequest.Entry
Static Fields
MUTATIONS_FIELD_NUMBER
public static final int MUTATIONS_FIELD_NUMBER
Field Value
ROW_KEY_FIELD_NUMBER
public static final int ROW_KEY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static MutateRowsRequest . Entry getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static MutateRowsRequest . Entry . Builder newBuilder ()
Returns
newBuilder(MutateRowsRequest.Entry prototype)
public static MutateRowsRequest . Entry . Builder newBuilder ( MutateRowsRequest . Entry prototype )
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static MutateRowsRequest . Entry parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest . Entry parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static MutateRowsRequest . Entry parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest . Entry parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static MutateRowsRequest . Entry parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest . Entry parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static MutateRowsRequest . Entry parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest . Entry parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static MutateRowsRequest . Entry parseFrom ( InputStream input )
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest . Entry parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static MutateRowsRequest . Entry parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest . Entry parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<MutateRowsRequest . Entry > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public MutateRowsRequest . Entry getDefaultInstanceForType ()
Returns
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
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 >
getParserForType()
public Parser<MutateRowsRequest . Entry > getParserForType ()
Returns
Overrides
getRowKey()
public ByteString getRowKey ()
The key of the row to which the mutations
should be applied.
bytes row_key = 1;
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public MutateRowsRequest . Entry . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MutateRowsRequest . Entry . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public MutateRowsRequest . Entry . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[],[]]