public final class MutateRowsRequest extends GeneratedMessageV3 implements MutateRowsRequestOrBuilder
Request message for BigtableService.MutateRows.Protobuf type
google.bigtable.v2.MutateRowsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MutateRowsRequest.Builder
Request message for BigtableService.MutateRows.
|
static class |
MutateRowsRequest.Entry
Protobuf type
google.bigtable.v2.MutateRowsRequest.Entry |
static interface |
MutateRowsRequest.EntryOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
APP_PROFILE_ID_FIELD_NUMBER |
static int |
ENTRIES_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
static MutateRowsRequest |
getDefaultInstance() |
MutateRowsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
MutateRowsRequest.Entry |
getEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
int |
getEntriesCount()
The row keys and corresponding mutations to be applied in bulk.
|
java.util.List<MutateRowsRequest.Entry> |
getEntriesList()
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.EntryOrBuilder |
getEntriesOrBuilder(int index)
The row keys and corresponding mutations to be applied in bulk.
|
java.util.List<? extends MutateRowsRequest.EntryOrBuilder> |
getEntriesOrBuilderList()
The row keys and corresponding mutations to be applied in bulk.
|
Parser<MutateRowsRequest> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getTableName()
The unique name of the table to which the mutations should be applied.
|
ByteString |
getTableNameBytes()
The unique name of the table to which the mutations should be applied.
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MutateRowsRequest.Builder |
newBuilder() |
static MutateRowsRequest.Builder |
newBuilder(MutateRowsRequest prototype) |
MutateRowsRequest.Builder |
newBuilderForType() |
protected MutateRowsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static MutateRowsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MutateRowsRequest |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(byte[] data) |
static MutateRowsRequest |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(java.nio.ByteBuffer data) |
static MutateRowsRequest |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(ByteString data) |
static MutateRowsRequest |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(CodedInputStream input) |
static MutateRowsRequest |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(java.io.InputStream input) |
static MutateRowsRequest |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<MutateRowsRequest> |
parser() |
MutateRowsRequest.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TABLE_NAME_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.lang.String getTableName()
The unique name of the table to which the mutations should be applied.
string table_name = 1;getTableName in interface MutateRowsRequestOrBuilderpublic ByteString getTableNameBytes()
The unique name of the table to which the mutations should be applied.
string table_name = 1;getTableNameBytes in interface MutateRowsRequestOrBuilderpublic 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 = 3;getAppProfileId in interface MutateRowsRequestOrBuilderpublic 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 = 3;getAppProfileIdBytes in interface MutateRowsRequestOrBuilderpublic java.util.List<MutateRowsRequest.Entry> getEntriesList()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesList in interface MutateRowsRequestOrBuilderpublic java.util.List<? extends MutateRowsRequest.EntryOrBuilder> getEntriesOrBuilderList()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesOrBuilderList in interface MutateRowsRequestOrBuilderpublic int getEntriesCount()
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesCount in interface MutateRowsRequestOrBuilderpublic MutateRowsRequest.Entry getEntries(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntries in interface MutateRowsRequestOrBuilderpublic MutateRowsRequest.EntryOrBuilder getEntriesOrBuilder(int index)
The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2;getEntriesOrBuilder in interface MutateRowsRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static MutateRowsRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MutateRowsRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MutateRowsRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MutateRowsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MutateRowsRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MutateRowsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static MutateRowsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MutateRowsRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MutateRowsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MutateRowsRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MutateRowsRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MutateRowsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic MutateRowsRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static MutateRowsRequest.Builder newBuilder()
public static MutateRowsRequest.Builder newBuilder(MutateRowsRequest prototype)
public MutateRowsRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected MutateRowsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static MutateRowsRequest getDefaultInstance()
public static Parser<MutateRowsRequest> parser()
public Parser<MutateRowsRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public MutateRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder