public static final class MutateRowsRequest.Entry extends GeneratedMessageV3 implements MutateRowsRequest.EntryOrBuilder
A mutation for a given row.
Protobuf type google.bigtable.v2.MutateRowsRequest.Entry
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MutateRowsRequest.EntryImplements
MutateRowsRequest.EntryOrBuilderStatic Fields
MUTATIONS_FIELD_NUMBER
public static final int MUTATIONS_FIELD_NUMBER
Type | Description |
int |
ROW_KEY_FIELD_NUMBER
public static final int ROW_KEY_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MutateRowsRequest.Entry getDefaultInstance()
Type | Description |
MutateRowsRequest.Entry |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static MutateRowsRequest.Entry.Builder newBuilder()
Type | Description |
MutateRowsRequest.Entry.Builder |
newBuilder(MutateRowsRequest.Entry prototype)
public static MutateRowsRequest.Entry.Builder newBuilder(MutateRowsRequest.Entry prototype)
Name | Description |
prototype | MutateRowsRequest.Entry |
Type | Description |
MutateRowsRequest.Entry.Builder |
parseDelimitedFrom(InputStream input)
public static MutateRowsRequest.Entry parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest.Entry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
IOException |
parseFrom(byte[] data)
public static MutateRowsRequest.Entry parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest.Entry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MutateRowsRequest.Entry parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest.Entry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MutateRowsRequest.Entry parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest.Entry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
IOException |
parseFrom(InputStream input)
public static MutateRowsRequest.Entry parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest.Entry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MutateRowsRequest.Entry parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsRequest.Entry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsRequest.Entry |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MutateRowsRequest.Entry> parser()
Type | Description |
Parser<Entry> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public MutateRowsRequest.Entry getDefaultInstanceForType()
Type | Description |
MutateRowsRequest.Entry |
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];
Name | Description |
index | int |
Type | Description |
Mutation |
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];
Type | Description |
int |
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];
Type | Description |
List<Mutation> |
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];
Name | Description |
index | int |
Type | Description |
MutationOrBuilder |
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];
Type | Description |
List<? extends com.google.bigtable.v2.MutationOrBuilder> |
getParserForType()
public Parser<MutateRowsRequest.Entry> getParserForType()
Type | Description |
Parser<Entry> |
getRowKey()
public ByteString getRowKey()
The key of the row to which the mutations
should be applied.
bytes row_key = 1;
Type | Description |
ByteString | The rowKey. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public MutateRowsRequest.Entry.Builder newBuilderForType()
Type | Description |
MutateRowsRequest.Entry.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MutateRowsRequest.Entry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
MutateRowsRequest.Entry.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public MutateRowsRequest.Entry.Builder toBuilder()
Type | Description |
MutateRowsRequest.Entry.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |